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

[CM] Use robot_description topic instead of parameter and don't crash on empty URDF 🦿 #940

Merged
merged 13 commits into from
Jun 7, 2023

Commits on Apr 25, 2023

  1. allow an empty robot description file.

    * Deprecate passing of robot description file to controller manager
    * subscribe to robot_state_publisher to get robot_description_file
    mamueluth committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0e05f2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbfeab0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc2cbb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a08c386 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22a114e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    997c305 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    destogl authored and mamueluth committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a0ac528 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f27f0f9 View commit details
    Browse the repository at this point in the history
  9. Not working! tried waiting for urdf to arrive before starting control…

    …lers in test
    
    In tests we have to be sure, that our urdf arrived before continuing
    with the actuell tests otherwise they will naturally fail...
    mamueluth committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    c338a94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ecc2218 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    d160f21 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    e064f0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b66d186 View commit details
    Browse the repository at this point in the history