-
Notifications
You must be signed in to change notification settings - Fork 16
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
force_torque_sensor_broadcaster values are not available #30
Comments
Hi @jaronski, |
@VinDp
I am able to get values from the sensor inside ignition with ign topic -e -t /topic_name (in my case a very long name) so as i looked into your repos, i have seen that in your config.yaml you defined a ur_controller/force_torque_sensor_broadcaster which i couldn't find an implementation so this is why i asked here. I also tried to setup my environment to work with gazebo classic ros2_control and ros2 humble and the "old" ft sensor but also no success. I also tried to debug the force_torque_sensor_broadcaster but i couldn't find the part where the urdf is checked for the defined state_interfaces always resulting in the error:
|
@jaronski thanks for providing the insight. For this to work as the rest of this simulation it would have to be integrated into Only then it would be possible to inject this into the ros2_control ecosystem with the |
thanks @fmauch for your fast response. I didn't check the gz_ros2_control implementation :( i could have saved a lot of time |
i tried to look into the force torque sensor simulation.
i couldn't find the ur_controller/force_torque_sensor_broadcaster as stated in the config.yaml
i downloaded the description and driver pkg from universal robots.
Is there a functional launch example where the force torque sensor broadcaster is utilized and actually publishes the values of the force_torque_sensor from ignition gazebo fortress to ros2 as a geometric wrench msg?
Thanks for any help with the error:
[ign-1] [ERROR] [1717421068.852962020] [controller_manager]: Can't activate controller 'ftsensor_broadcaster': State interface with key 'ft_sensor/force.x' does not exist
i am using the force_torque_sensor_broadcaster/ForceTorqueSensorBroadcaster and not the ur_controller/... as i didn't find it in the repos
here is the part of the relevant urdf description:
Thanks for any hints or tips
The text was updated successfully, but these errors were encountered: