IsaacHumanoid
Inherits from: RosAgent A ROS-based humanoid robot interface for Isaac Sim. This class provides an interface to control a humanoid robot in Isaac Sim through ROS. It supports both locomotion and arm control modes.IsaacHumanoid
Arguments
To use actuate this class please use the
IsaacHumanoid.locomotion
or IsaacHumanoid.larm
and IsaacHumanoid.rarm
attributes. See IsaacLocomotion and IsaacArm for more information.For arm control you will need to specify the arm you want to use. For example:
getImage (inherited)
getPosition (inherited)
Returns
Position | list: Position object or raw position data
This is only applicable to the locomotion controller.
getOrientation (inherited)
Returns
OrientationOrientation of agent as a quaternion
This is only applicable to the locomotion controller.