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
TORA.jl takes into account the full-order system dynamics of a robot, i.e., it considers the mass/inertia parameters of every link throughout the kinematic chain of a robot. Currently, if a URDF does not contain the required dynamics quantities, TORA fails with an unclear error message.
So, the requested feature is: add a method to check whether the URDF has all the required dynamics quantities and if not, log a message to the user that these quantities need to be provided.
This could potentially also be added to the tutorial or the Adding a new robot doc?
The text was updated successfully, but these errors were encountered:
andreas-botbuilt
changed the title
Feature request: add a method to check whether the URDF has all the required dynamics quantities
Feature request: add a method to check whether the URDF has the required dynamics quantities
May 6, 2022
TORA.jl takes into account the full-order system dynamics of a robot, i.e., it considers the mass/inertia parameters of every link throughout the kinematic chain of a robot. Currently, if a URDF does not contain the required dynamics quantities, TORA fails with an unclear error message.
So, the requested feature is: add a method to check whether the URDF has all the required dynamics quantities and if not, log a message to the user that these quantities need to be provided.
This could potentially also be added to the tutorial or the Adding a new robot doc?
The text was updated successfully, but these errors were encountered: