-
Notifications
You must be signed in to change notification settings - Fork 277
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
Added support for controlling which joints are published by JointStatePublisher #222
Conversation
…StatePublisher. Signed-off-by: Nate Koenig <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-gazebo2 #222 +/- ##
============================================
Coverage 62.34% 62.34%
============================================
Files 123 123
Lines 6102 6102
============================================
Hits 3804 3804
Misses 2298 2298 Continue to review full report at Codecov.
|
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.
Works great! Just a few minor comments
Signed-off-by: Nate Koenig <[email protected]>
…s/ign-gazebo into joint_state_pub_restrict
Signed-off-by: Nate Koenig <[email protected]>
This preserves the default behavior of publishing all joints in a model while adding in the ability to specify which joints should be published.
Signed-off-by: Nate Koenig [email protected]