Suppose that my rigid body plant is generated from a URDF file and represents a manipulator such as the Kuka arm in the examples. I have two questions:
1.) Are the generalized positions and velocities from state_output_port()
and state_derivative_output_port()
the same as the ones I could obtain from the KinematicsResult
object that can be obtained from kinematics_results_output_port()
?
2.) What is the recommended way to obtain the joint accelerations from a rigid body plant/tree?