How to run Isaac gym on my computer:
C:\Users\jynx4\AppData\Local\ov\pkg\isaac_sim-2023.1.1\isaac-sim.gym.bat --ext-folder D:\isaac\
This includes default robots. In order to run training on Pinky, many files must be created along with importing a .xacro or .urdf robot description into a USD stage.
Modify this file:
by adding "omni.isaac.sensor" = {} at the end.Gait phases:
- Stance: the foot is in contact with the ground
- Loading: the foot transitions from non-contact to contact
- Travel: foot follows the opposite vector of the command
- Pre-swing: as the foot nears the end of its range of motion, it waits for 4 feet to be in contact with the ground
- Swing: the food is in the air
- Unloading: the foot transitions from non-contact to contact
- Position: the foot lifts to a minimum height for clearance while maintaining minimal distance from the center of the robot.
- Travel: moves to maximize its stride
- Pre-stance: waits until only 3 feet are in contact with the ground