Service robot Pose Fix Enhancement #3000
Closed
AshishRamesh
started this conversation in
General
Replies: 1 comment 1 reply
-
There are no hardcoded values in those exercises that solve that issue. The only hardcoded values are the ones needed for the conversion between the 2d image and the Gazebo simulator coordinates. And lastly, the error described above only happens in the marker_visual_loc exercise. In the others it does not exist. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While working on a fix for the marker_visual_loc exercise, I noticed that several other exercises — including basic_vacuum_cleaner, vacuum_cleaner_loc, monte_carlo_laser_loc, and amazon_warehouse — rely on hard coded pose values to address the issue of the robot jumping to a different pose in the GUI when resetting / playing the exercises.
Using hardcoded values is not ideal, as they can overlap with valid coordinates and lead to unexpected behavior if the robot happens to move to one of those positions during normal execution. I have a fix for this using the timestamp that is published along with the pose. Is this something i should work on ?
Beta Was this translation helpful? Give feedback.
All reactions