clearpathrobotics / clearpath_nav2_demos

Nav2 and slam_toolbox demos for clearpath platforms
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Robot does not navigate to goal set by Nav2 #12

Open immanueln98 opened 1 month ago

immanueln98 commented 1 month ago

Description: The robot is not navigating along the path to the goal generated by Nav2. The controller server consistently logs the following message, even though the robot doesn't seem to move towards the goal:

[controller_server-1] [INFO] [1726063070.158009741] [a200_0000.controller_server]: Passing new path to controller.

Expected behaviour The robot should follow the path provided by Nav2 and reach the goal as per the generated navigation plan.

Actual behaviour Despite the controller logging the receipt of the new path, the robot does not navigate towards the goal. It remains stationary, with no visible attempts to follow the path.

To Reproduce Steps to reproduce:

Other notes