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

Add support for ROS actions #108

Merged
merged 23 commits into from
Aug 15, 2023

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    f7b6deb View commit details
    Browse the repository at this point in the history
  2. extend idl generation to include interfaces for "action wrapper types"

    With "action wrapper types" this means the ROS messages and services that add the `GoalId`, `TimeStamp` or other fields on top of the user defined types for the action.
    The introduced methods in `IRosActionDefinition` are needed to work around the missing existential type support in C# (dotnet/csharplang#5556).
    hoffmann-stefan committed May 29, 2023
    Configuration menu
    Copy the full SHA
    fdba3a6 View commit details
    Browse the repository at this point in the history
  3. add accessors to UUID and Time properties for "action wrapper types"

    This uses the base type `IMessage` to get around the cyclic references.
    hoffmann-stefan committed May 29, 2023
    Configuration menu
    Copy the full SHA
    0c2b20a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    550e70c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee82b19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ebcde8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2fa3d42 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0cf14d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8bd8edd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c7da1fc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b356a25 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    28790e8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8ed0256 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b4503f9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9522815 View commit details
    Browse the repository at this point in the history
  16. use return value from Interlocked.CompareExchange

    The field access after Interlocked.CompareExchange might not reflect the updated value.
    Or does it? Anyways this makes it more clear.
    hoffmann-stefan committed May 29, 2023
    Configuration menu
    Copy the full SHA
    41ed592 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    23f5e46 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    12da3ee View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5a504ff View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0416620 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3187f5a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ac13d48 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. update README.md

    hoffmann-stefan committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    fe7a781 View commit details
    Browse the repository at this point in the history