Robotics StackExchange | Archived questions

Update Odometry

Good afternoon friends I need to urgently update the odometry of my system.

I send the information

odom.pose.pose.position.x = positions [2];
odom.pose.pose.position.y = positions [3];
odom.pose.pose.position.z = positions [4];

When the theft arrives at the destination I have to check if the position is actually the one I sent, if not I should update. But I do not know how to proceed with this update.

Asked by icarold on 2017-05-31 15:07:56 UTC

Comments

Were you able to solve this through ?

Asked by Vignesh_93 on 2021-03-18 10:54:05 UTC

Answers