-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support joints publishing on ROS 2 for iCubGazeboV2_5_visuomanip #211
Support joints publishing on ROS 2 for iCubGazeboV2_5_visuomanip #211
Conversation
Can I ask if there are update on this? Thank you cc @Nicogene |
Sorry, I lost this notification. In the future to not worry about pinging as this can happens. For me this is ok.
This is a problem for which we need to find a solution. I opened #212 to fix this, even If I do not know a solution. |
...manual/conf_manual/iCubGazeboV2_5_visuomanip/wrappers/motorControl/alljoints-mc_remapper.xml
Outdated
Show resolved
Hide resolved
082fb3f
to
9187528
Compare
...manual/conf_manual/iCubGazeboV2_5_visuomanip/wrappers/motorControl/alljoints-mc_nws_ros2.xml
Outdated
Show resolved
Hide resolved
...manual/conf_manual/iCubGazeboV2_5_visuomanip/wrappers/motorControl/alljoints-mc_remapper.xml
Outdated
Show resolved
Hide resolved
9187528
to
22b201b
Compare
Should I edit the |
If you like, yes, thanks! |
370f060
to
96e96b1
Compare
|
If there are no other comments from your side, would it be possible to merge it? Thank you |
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.
Sorry, a comment remained in pending.
96e96b1
to
e50f538
Compare
Thanks @xEnVrE ! |
As per the title.
It adds an
icub_ros2.xml
, mimicking that ofiCubGenova11
which, similary toiCubGazeboV2_5_visuomanip
, does not have legs enabled.Using this file, instead of
icub.xml
, inicub-models/iCub_manual/robots/iCubGazeboV2_5_visuomanip/model.urdf
Line 2753 in 9f5e04b
a standard ROS2-based robot state publisher can be executed.
Notes:
unfortunately,
icub_ros2.xml
cannot be made the default as it is not granted that each user oficub-models
is also usingyarp-ros2-devices
.fingers and eyes are not exposed as, at the moment, the robot state publisher would not know how to extract the physical joint from the coupled ones. I can add them in the future once the development in IJointCoupling: an interface for handling coupled joints yarp#3026 is completed.
cc @traversaro