We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d0a50 commit 94e39f7Copy full SHA for 94e39f7
README.md
@@ -147,7 +147,10 @@ This configuration section also maps incoming navigation controls such as waypoi
147
"base_reference_frame": "map",
148
"odometry_subscriber_ros2_topic": "/odom",
149
"map_subscriber_ros2_topic": "/map",
150
- "point_cloud_subscriber_ros2_topics": ["/scan", "/stereo/depth/points"],
+ "point_cloud_subscriber_ros2_topics": [
151
+ {"ros2_topic": "/scan"},
152
+ {"ros2_topic": "/stereo/depth/points"}
153
+ ],
154
"path_subscriber_ros2_topic": "/plan",
155
"goal_subscriber_ros2_topic": "/goal_pose",
156
"goal_publisher_ros2_topic": "/goal_pose",
0 commit comments