-
Notifications
You must be signed in to change notification settings - Fork 23
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
icub3: add xml files for running mc and ft ros2 nws #228
Conversation
I could not visualize the meshes for this issue: #229 |
09be35f
to
4b7f077
Compare
With robotology/simmechanics-to-urdf#53 I was able to correctly export the ft frames and then visualize the measurements in rviz |
The PR is ready to be merged, I removed Moreover this PR fixes this failure |
Should we write (even a brief) piece of documentation somewere on how to use this configuration files? |
Right now it is in a sort of hacky state, I could not keep
Or change it directly in the generated urdf. Then run If you want I can write these steps, but they are not very "clean" |
Yes, I agree that they are not clean (idealy, we should not touch files installed by icub-models) but I think that we should document this, otherwise the files can't be used. Can you open a PR on icub-models to document this? Thanks! Note that I would just keep the description of the modification of the generated file, as tipically users of the models do not interact with icub-model-generator at all. Then we can probably open an issue to track how to handle this in a clean way. |
PR in icub-models opened: robotology/icub-models#184 We need first merge this PR. |
Thanks! |
This PR adds the xml files for running the controlboard ros2 nws for icub3.
I edited the urdf in order to use
icub_ROS2.xml
file and I run:Where
robot_state_publisher.py
isThen we can decide how to run the
robot_state_publisher
in a more elegant way.cc @traversaro @maggia80 @randaz81 @elandini84 @pattacini