Skip to content

Commit 94e39f7

Browse files
Update example localization config
1 parent b5d0a50 commit 94e39f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@ This configuration section also maps incoming navigation controls such as waypoi
147147
"base_reference_frame": "map",
148148
"odometry_subscriber_ros2_topic": "/odom",
149149
"map_subscriber_ros2_topic": "/map",
150-
"point_cloud_subscriber_ros2_topics": ["/scan", "/stereo/depth/points"],
150+
"point_cloud_subscriber_ros2_topics": [
151+
{"ros2_topic": "/scan"},
152+
{"ros2_topic": "/stereo/depth/points"}
153+
],
151154
"path_subscriber_ros2_topic": "/plan",
152155
"goal_subscriber_ros2_topic": "/goal_pose",
153156
"goal_publisher_ros2_topic": "/goal_pose",

0 commit comments

Comments
 (0)