Odometry (/odom
) Not Updating β Causes Waypoint Follower to Send FORWARD Indefinitely
#6
Labels
bug
Something isn't working
π Issue Title
Odometry (
/odom
) Not Updating β Causes Waypoint Follower to Send FORWARD Indefinitelyπ Description
Iβm working on a ROS 2-based waypoint-following robot. I have two nodes:
waypoint_follower_node
β publishesTwist
to/cmd_vel
based on waypointsserial_motor_controller
β subscribes to/cmd_vel
and sends motor commands like"FORWARD"
,"STOP"
to ArduinoHowever, the robot keeps moving forward indefinitely and never switches direction or completes the waypoint sequence.
π Observations
β Serial Controller Working
serial_motor_controller
logs show continuous"FORWARD"
commands being sent:β Odometry Not Updating
/odom
, I noticed the position is repeating and not changing:π Expected Behavior
x
andy
are stuck,distance
never goes below threshold β robot keeps sendingFORWARD
.π§ͺ What I Tried
/odom
is being published β β yes, but values are constant/odom
β shows no position updatesπ€ Likely Root Cause
/odom
(possibly Arduino or another odometry source) is not updating pose data.β Request
odom.txt
The text was updated successfully, but these errors were encountered: