You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a beginner in ROS, i am trying to implement a FT sensor at the end effector of the GEN 3 ARM. My initial problem is that gazebo does not recognize the 'FT_sensor' joint (error: [FATAL] [1701011286.835621614]: gazebo_ros_ft_sensor plugin error: jointName: FT_sensor does not exist) as it is mounted on fixed joint (see code below).
I tried multiple times to see how the 'FT_sensor'fixed joint could be recognized in the .sdf that gazebo is taking it but no chance.
Also, i noticed that the end effector joint does not appear also as joint in the gazebo simulation. Is that normal? Or am I missing an information to activate it? Any help would be welcomed. Thank you for your time!
The text was updated successfully, but these errors were encountered:
Apologies for the late reply. We are recently trying to actively tackle the github issues on our repositories. Gazebo normally ignores the fixed joints and this explain why you cannot see the end effector joint in simulation and it seems to me that setting the disableFixedJointLumping to true is not doing its job for the FT_sensor joint. Try to change the type of the type of the FT_sensor joint to something else not fixed like revolute and set the upper and lower limits to 0 and see if that solves the problem.
Hello,
As a beginner in ROS, i am trying to implement a FT sensor at the end effector of the GEN 3 ARM. My initial problem is that gazebo does not recognize the 'FT_sensor' joint (
error: [FATAL] [1701011286.835621614]: gazebo_ros_ft_sensor plugin error: jointName: FT_sensor does not exist
) as it is mounted on fixed joint (see code below).I tried multiple times to see how the 'FT_sensor'fixed joint could be recognized in the .sdf that gazebo is taking it but no chance.
Here is my code below:
(gen3_macro.xacro description file)
Also, i noticed that the end effector joint does not appear also as joint in the gazebo simulation. Is that normal? Or am I missing an information to activate it? Any help would be welcomed. Thank you for your time!
The text was updated successfully, but these errors were encountered: