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 e6b0c5c commit 74cab60Copy full SHA for 74cab60
exercises/static/exercises/follow_line/python_template/ros2_humble/HAL.py
@@ -39,7 +39,7 @@ def __auto_spin() -> None:
39
40
# ROS2 Topics
41
motor_node = MotorsNode("/cmd_vel", 4, 0.3)
42
-odometry_node = OdometryNode("F1ROS/odom")
+odometry_node = OdometryNode("/odom")
43
camera_node = CameraNode("/cam_f1_left/image_raw")
44
45
# Spin nodes so that subscription callbacks load topic data
0 commit comments