Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vlx readjustment #43

Merged
merged 66 commits into from
Apr 3, 2021
Merged

Vlx readjustment #43

merged 66 commits into from
Apr 3, 2021

Conversation

PhileasL
Copy link
Member

Purpose

This PR is odometry readjustment oriented, the goal is to refine the pose (position/orientation) given by assurancetourix, it also has the capabilitie of readjusting odometry near walls without the help of assurancetourix. The method deployed is explained in the localisation package README.

What has been done ?

  • All the work is pretty well detailed in the README mentioned above,
  • Removing get_odom_map_tf service,
  • Add odom_map_relative topic, localisation package publish the robot pose_stamped (position, orientation and stamp of the pose) relative to map on it.

Observation

All can be optimized, this isn't excluded, it's just a first functional approach on how to refine a position using distance sensors.

Vlx are now children of this vlx_manager of robot type. 
Why ? The fact that drive already uses "asterix" controller prevent 
another supervisor to get vlx data. To get around the problem, 
vlx_manager is a children of asterix and parent of all vlx that can be a 
supervisor. Vlx are still children of asterix but are now accessible 
from a ros supervisor.
@PhileasL
Copy link
Member Author

PhileasL commented Mar 30, 2021

  • Proofreading and correction of language errors

@PhileasL PhileasL added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 3, 2021
@PhileasL PhileasL requested a review from 3wnbr1 April 3, 2021 12:57
@PhileasL PhileasL self-assigned this Apr 3, 2021
@PhileasL PhileasL linked an issue Apr 3, 2021 that may be closed by this pull request
@PhileasL PhileasL merged commit bff7dc1 into master Apr 3, 2021
@PhileasL PhileasL deleted the vlx_readjustement branch April 3, 2021 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package is_simulation or is_this_reality
2 participants