Closed Rye450 closed 2 years ago
Hi @Rye450 ,
To send the robot to a specific point, the robot must have first mapped some area around it. Then you can give the waypoint using the following steps:
Verbosity::DEBUG
and then rerun it? This should print out if there is any error.
Let me know if this works.Best regards, Mihir
Hi @MihirDharmadhikari It works when I followed your instructions as above.I guess I missed the Press Stop Planner step before. Thanks a lot for sharing this awesome work!
Glad to hear that it worked!
Hello,I am trying the Plan to Waypoint function in the UI which you mentioned in
I followed your instructions:First,I set the goal point using the 2D nav goal button in rviz interface.And then,I clicked the Plan to Waypoint button in the UI. From the terminal output,I can see that the goal point has been set.However,the planning path doesn't go to goal point. Could you tell me why? I am struggling with solving this problem for a long time,and still have no idea.