2D Pose estimate is not smooth
Hi everyone,
I'm trying to move a custom robot from the origin to an initial pose with 2D Pose estimate and facing some problem.
It takes longer to move to it's initial pose (compared to the turtlebot amcl_demo) even when the distance is very close to the origin
The movement is not smooth as the robot tries to go back and forth between the origin and the initial pose.
Thanks.
Asked by the3kr on 2018-11-08 05:32:56 UTC
Comments
Is it a typo or you actually use
2D Pose estimate
to move a robot ?2D Pose estimate
only set the robot initial pose but doesn't make it move.Asked by Delb on 2018-11-08 06:02:07 UTC
Yes, it's to set the initial pose. Thanks. I'll edit the question to reflect that.
Asked by the3kr on 2018-11-08 06:11:56 UTC
I think what @Delb was saying is that the you should use the goal topic to tell the robot to move. The initial pose topic is used to tell the robot where it currently is.
Asked by PeteBlackerThe3rd on 2018-11-08 06:32:17 UTC