how to send pose (positions and orientations) for moving the mobile robot to one point (2D)

asked 2020-07-01 09:27:29 -0500

raphael_khang gravatar image

updated 2020-07-01 09:30:02 -0500

Could you help me to send positions and orientation to my robot (example: moving on 4 points to make a square [0,0 1,0 1,1 0,1] just by sending positions and orientations and not the speeds on the wheels).

edit retag flag offensive close merge delete

Comments

Where are you with the ROS setup? Do you have navigation working?

billy gravatar image billy  ( 2020-07-01 15:21:46 -0500 )edit

not yet. I know how to send velocities ( cmd-vel) but am trying to move my robot like just for 1m and turn left, 1m again. something like that. like a pose.

raphael_khang gravatar image raphael_khang  ( 2020-07-02 04:15:03 -0500 )edit