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 moveit_config compatible to moveit_configs_builder #998

Merged
merged 9 commits into from
Jun 11, 2024

Commits on Jun 3, 2024

  1. Make the config moveit_configs_builder compatible

    - Make sure it can be used in conjunction with the configs builder
    - Still use a parametrized srdf
    - Re-use the description from the robot state publisher
    fmauch authored and VinDp committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    09318d1 View commit details
    Browse the repository at this point in the history
  2. Wait for robot_description in moveit startup

    Since we built our moveit config around receiving the description via topic, we also add a script that waits for the robot description to be published.
    This helps when components support subscribing to the description, but crash if it is not present.
    fmauch authored and VinDp committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f7fd5e0 View commit details
    Browse the repository at this point in the history
  3. Added servo node

    fmauch authored and VinDp committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    cfcd962 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18472cc View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Vincenzo Di Pentima <[email protected]>
    fmauch and VinDp committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    17dfb44 View commit details
    Browse the repository at this point in the history
  6. Fix corrections

    fmauch committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ac6747e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    da7ae54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06d8df3 View commit details
    Browse the repository at this point in the history
  3. Launchfile formatting

    fmauch committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    fc35221 View commit details
    Browse the repository at this point in the history