-
Notifications
You must be signed in to change notification settings - Fork 105
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
ICub + Gazebo + joint states on ROS1 #994
Comments
Great that you aim to use ROS on iCub. Since our official documentation is a bit outdated in this respect1, would you mind filing an issue at https://github.com/icub-tech-iit/xcub-moveit2 instead? Thanks heaps! Footnotes
|
Sure, |
Did you consider moving to ROS2? ROS11 is something that we don't really support any longer, also given the work we did in https://github.com/icub-tech-iit/xcub-moveit2. Footnotes
|
Yes. I wasn't aware of movit repository until you just mentioned it. |
I will close this issue then and will follow up on the copied issue on xcub-moveit2 repo |
Great! |
Bug description
I am trying to have the joint states (iCub Gazebo)published on ROS and visualizing it on Rviz Following what is mentioned in the documentation
-> https://icub-tech-iit.github.io/documentation/icub_ros/#what-is-ros-tf
and the README on icub-models
-> https://github.com/robotology/icub-models/blob/master/iCub_manual/ros/README.md
I am not really familiar with the process, so I am not sure if I missing something or if there is a bug.
I have added the wrapper line in the configuration file of yarprobotinterface (no_legs.xml)
<xi:include href="wrappers/motorControl/icub_ros_wrapper.xml" />
no topics appeared on ROS
Thanks in advance.
Steps to reproduce
OS: Ubuntu 20.04
ROS1 Noetic
Superbuild: v2024.08.0
Gazebo 11
Using the following process
ROS_MASTER_URI set correctly on bashrc
$rostopic echo
no topics for iCubSim here
Expected behavior
No response
Example repository
No response
Additional context
no_legs.xml
The text was updated successfully, but these errors were encountered: