Skip to content

Commit 74cab60

Browse files
committed
Changing odom topic name
1 parent e6b0c5c commit 74cab60

File tree

1 file changed

+1
-1
lines changed
  • exercises/static/exercises/follow_line/python_template/ros2_humble

1 file changed

+1
-1
lines changed

exercises/static/exercises/follow_line/python_template/ros2_humble/HAL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __auto_spin() -> None:
3939

4040
# ROS2 Topics
4141
motor_node = MotorsNode("/cmd_vel", 4, 0.3)
42-
odometry_node = OdometryNode("F1ROS/odom")
42+
odometry_node = OdometryNode("/odom")
4343
camera_node = CameraNode("/cam_f1_left/image_raw")
4444

4545
# Spin nodes so that subscription callbacks load topic data

0 commit comments

Comments
 (0)