ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

mschratter's profile - activity

2023-04-27 14:09:48 -0500 marked best answer ROS2, set parameters from file and directly?

I have one parameter which is defined inside the python launch file (multiple nodes use this parameter), and the other parameters should be loaded from a parameter file.

Is it possible to use a parameter file and to set parameters directly in a python launch file at the same time? In the documentation, I did not find a way to handle this. It looks like, it is only possible to set a parameter file or to define the parameters directly.

    trajectory_visualization_param = get_param_file('arg_trajectory_visualization, 'arg_trajectory_visualization.param.yaml')

    trajectory_source = "p3"

    trajectory_visualization_velocity_planner_node = Node(
              package="arg_trajectory_chunk_provider",
              node_executable="arg_trajectory_visualization",
              node_name="arg_trajectory_visualization_velocity_planner",
              parameters=[{"trajectory_source": trajectory_source}],
              node_namespace=vehicle_ns
              )

I do not want to have something like a global parameter server. https://roboticsbackend.com/ros2-global-parameters/

Is there a way to handle this nicely, or how would you handle this?

2021-03-17 19:42:47 -0500 received badge  Famous Question (source)
2021-02-11 08:33:08 -0500 marked best answer Lanelet2, earth->map transformation

Dear Autoware Community,

I would like to use a Lanelet2 map together with Autoware. I am able to visualize the Lanelet2 but the coordinate system is not clear. Lanelet2 is published in the map coordinate system, but what is the reference for this coordinate system? The coordinates do not correspond to UTM.

Where can I find the transformation between GNSS to Lanelet2 (earth -> map) ? I did not find anything in the Autoware.AI/Auto documentation where this can be configured. Is there somewhere a documentation about this transformation?

Thanks for your help!

Best,

Markus

2021-02-11 07:53:24 -0500 commented question ROS2-foxy nodes can't communicate through docker container border

Did you find a solution or could you isolate the problem? I have the same issue. Without --net host the communication wo

2021-01-19 00:33:14 -0500 received badge  Famous Question (source)
2021-01-07 05:50:42 -0500 received badge  Notable Question (source)
2021-01-05 20:34:40 -0500 received badge  Popular Question (source)
2021-01-04 09:05:19 -0500 received badge  Famous Question (source)
2021-01-03 12:51:46 -0500 asked a question ROS2, set parameters from file and directly?

ROS2, set parameters from file and directly? I have one parameter which is defined inside the python launch file (multip

2020-11-19 08:35:30 -0500 received badge  Notable Question (source)
2020-08-31 20:40:00 -0500 received badge  Popular Question (source)
2020-08-26 15:06:33 -0500 asked a question Lanelet2, earth->map transformation

Lanelet2, earth->map transformation Dear Autoware Community, I would like to use a Lanelet2 map together with Autowa

2020-06-07 14:32:13 -0500 received badge  Notable Question (source)
2020-05-01 13:49:24 -0500 received badge  Famous Question (source)
2020-03-19 10:49:53 -0500 received badge  Popular Question (source)
2020-03-18 01:25:11 -0500 received badge  Enthusiast
2020-03-17 15:17:46 -0500 marked best answer Autoware 1.13 Lane_planner / velocity profile

Hi everyone,

I think I have a quite simple question, but I can not find a solution or anything in the documentation.

Until know I used mainly the OpenPlanner or recorded waypoints with a velocity. Now I would like to use the lane_planner and waypoint_planner. But I have issues with the velocity control, my vehicle does not slow down in front of curves. Which node is responsible for the calculation of the velocity profile of the waypoints based on the curvature?

Autoware version 1.13. ROS Melodic

Thanks a lot for your help!

Best, Markus

2020-03-17 15:17:46 -0500 received badge  Scholar (source)
2020-03-17 14:55:05 -0500 asked a question Autoware.Auto / ROS1_Bridge / start issues

Autoware.Auto / ROS1_Bridge / start issues Dear Autoware.Auto community, I need to use ROS1 together with ROS2. I have

2020-02-13 05:04:19 -0500 received badge  Notable Question (source)
2020-02-11 13:53:28 -0500 received badge  Student (source)
2020-02-11 11:39:01 -0500 received badge  Popular Question (source)
2020-02-04 15:07:46 -0500 asked a question Autoware 1.13 Lane_planner / velocity profile

Autoware 1.13 Lane_planner / velocity profile Hi everyone, I think I have a quite simple question, but I can not find a

2020-02-04 15:06:30 -0500 edited question Autoware 1.13 Lane_planner / velocity profile

Autoware 1.13 Lane_planner / velocity profile Hi everyone, I think I have a quite simple question, but I can not find a

2020-02-04 15:06:30 -0500 received badge  Editor (source)
2020-02-04 15:06:07 -0500 edited question Autoware 1.13 Lane_planner / velocity profile

Autoware 1.13 Lane_planner / velocity profile Hi everyone, I think I have a quite simple question, but I can not find a

2020-02-04 02:55:25 -0500 asked a question Autoware 1.13 Lane_planner / velocity profile

Autoware 1.13 Lane_planner / velocity profile Hi everyone, I think I have a quite simple question, but I can not find a

2020-02-04 02:55:25 -0500 asked a question Autoware 1.13 Lane_planner / velocity profile

Autoware 1.13 Lane_planner / velocity profile Hi everyone, I think I have a quite simple question, but I can not find a