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

Make the root_link the father of the base_link instead of the other way around #142

Merged
merged 3 commits into from
Sep 29, 2020

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    9e94025 View commit details
    Browse the repository at this point in the history
  2. Make the root_link the father of the base_link instead of the other w…

    …ay around
    
    This permits to avoid the Gazebo bug described in #140 . 
    Furthermore, this will make sure that even after fixed joint lumping the link in Classic Gazebo will be called "root_link".
    traversaro authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    44f157f View commit details
    Browse the repository at this point in the history
  3. Change fixed joint name connecting base_link to root_link to base_lin…

    …k_fixed_joint
    
    This is for consistency with the rest of "fake links/additional frames", whose joints
    have always the name <additional_frame_name>_fixed_joint .
    traversaro authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    8b989ac View commit details
    Browse the repository at this point in the history