-
Notifications
You must be signed in to change notification settings - Fork 71
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
[SW-2051] expose foot contact states to state streaming handler #598
base: main
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 13635319815Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
spot_hardware_interface/include/spot_hardware_interface/spot_hardware_interface.hpp
Outdated
Show resolved
Hide resolved
I think to get these exported as a state interface, you'll first have to modify the ros2 control tags in the urdf to add in sensor related interfaces. it's definitely a non standard sensor type so idk the best way to do it, but maybe something like this?
|
88cf7aa
to
b77b3c5
Compare
spot_hardware_interface/include/spot_hardware_interface/spot_hardware_interface.hpp
Show resolved
Hide resolved
b77b3c5
to
f3ca03b
Compare
Change Overview
expose foot contact states in state streaming handler
Testing Done
Please create a checklist of tests you plan to do and check off the ones that have been completed successfully. Ensure that ROS 2 tests use
domain_coordinator
to prevent port conflicts. Further guidance for testing can be found on the ros utilities wiki.