Robot
TORA.Robot — TypeA Robot represents a mechanism, its state, and other relevant objects.
Relevant fields in Robot
- The arrays q_lo,q_hi,v_lo,v_hi,τ_lo,τ_histore the lower and upper bounds of the joint positions, velocities, and torques, respectively.
- The number of generalized coordinates, generalized velocities, and actuated joints are stored in n_q,n_v,n_τ, respectively.
- The end-effector frame is stored in frame_ee.
TORA.Robot — MethodRobot(urdfpath, mechanism, frame_ee, mvis)Create a new Robot.
Index
Methods
TORA.create_robot_kinova_gen3_lite — Methodcreate_robot_kinova_gen3_lite(vis)Create a new Kinova Gen3 lite robot.
TORA.create_robot_kuka_iiwa_14 — Methodcreate_robot_kuka_iiwa_14(vis)Create a new KUKA LBR iiwa 14 robot.