-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Construct interface #30
base: dashing
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not ideal that the messages depend on each other, like middleware depends on simulation. can you avoid it?
@@ -14,6 +14,7 @@ find_package(ament_cmake REQUIRED) | |||
find_package(rosidl_default_generators REQUIRED) | |||
find_package(std_msgs REQUIRED) | |||
find_package(geometry_msgs REQUIRED) | |||
find_package(roboy_simulation_msgs REQUIRED) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm, this is not ideal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can move the LinkInformation msg from simulation to middleware, its only needed there
Topics implemented for the exoforce system to interface with the construct app.