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
@AndreasKuhner Thank you so much for your quick answer, I used franka_ros simulation in the ROS1 notetic version, I remember that I could get the dynamics parameters of the robot, as well as the Jacobian matrix. However, when I use the ROS2 Humble version to use franka_ros2 to emulate in the ignition_gazebo, I don't find these interfaces, is it no longer available?
This is not yet available - and probably has a low enough priority to never come directly 😅
Main reason is that we thought using Pinocchio is nowadays so easy, that we don't need to expose yet another interface which is exactly doing this. If you are using our franka_ros2/libfranka, you already have pinocchio on your system. So checking out how we do it in libfranka gives you already a blueprint on how to do it - copy/paste 4tw 😄
I would like to ask if it is possible to obtain the model parameters of the robot in the simulation environment, such as M, C, G
The text was updated successfully, but these errors were encountered: