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

Trajectory interface #72

Merged
merged 8 commits into from
Jun 15, 2021
Merged

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    4afeefa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc8ad3 View commit details
    Browse the repository at this point in the history
  3. Add trajectory_interface

    fmauch committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    aae9a83 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    8d0d03e View commit details
    Browse the repository at this point in the history
  2. Move trajectory_done callback out of constructor

    This will increase backwards compatibility.
    fmauch committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    158dfa0 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Apply documentation suggestions from code review

    Thanks @t-schnell
    
    Co-authored-by: t-schnell <[email protected]>
    fmauch and t-schnell authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    bacc6c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d8236d View commit details
    Browse the repository at this point in the history
  3. Use configurable trajectory port setup

    We should not implicitly open a port that is not exposed in the API interface.
    With adding this to the API interface (inside the UrDriver's constructor)
    developers will explicitly know that this port will be opened.
    fmauch committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    ca8fc29 View commit details
    Browse the repository at this point in the history