Locomotion
Isaac Locomotion
IsaacLocomotion
Inherits from: RosAgent
IsaacLocomotion
Initialize an IsaacLocomotion robot instance.
Arguments
Returns
moveByVelocity
This command will latch the velocity command to the robot causing it to move with the specified velocity indefinitely. Using
duration
will cause this command to block until the motion is complete.
Move the robot by specifying linear and angular velocities.
Arguments
duration (float), optional
Duration of motion in seconds, this will cause this command to block until the motion is complete.
name (str), optional
Name of velocity command, default is cmd_vel
getImage (inherited)
Get image from named image client.
getPosition (inherited)
Get position from named pose client.
Returns
Position | list: Position object or raw position data
getOrientation (inherited)
Get orientation from named pose client.
Returns
Orientation of agent as a quaternion
run (inherited)
Run all ROS clients
Was this page helpful?