This repository contains a temporary simulation environment for testing and developing robot control algorithms using the UR5e robot model in a MuJoCo physics simulation.
The simulation environment provides a simplified setup for:
- UR5e robot arm simulation
- Basic pick and place operations
- Motion planning and execution
- Block manipulation tasks
- Python 3.10 or 3.11
- MuJoCo physics engine
- Required Python packages (see
requirements.txt
)
git clone https://github.com/CLAIR-LAB-TECHNION/AIR_robots_sim.git
cd AIR_robots_sim
- Main simulation environment
- Handles physics simulation
- Manages robot and object states
- Executes robot movements
- Provides high-level movement commands
- Handles pick and place operations
-
Robot Out of Workspace
- Ensure target positions are within workspace limits
- Check z-height for pick and place operations
-
Motion Planning Failures
- Verify start and goal positions are valid
- Check for obstacles in the path