Skip to content

Commit 154491f

Browse files
Merge pull request ARISE-Initiative#599 from Abhiram824/docs_update
update robots section and env task images
2 parents d340b67 + b1021a6 commit 154491f

10 files changed

+2
-2
lines changed

docs/images/env_door.png

591 KB
Loading

docs/images/env_lift.png

497 KB
Loading

docs/images/env_nut_assembly.png

515 KB
Loading

docs/images/env_pick_place.png

687 KB
Loading

docs/images/env_stack.png

515 KB
Loading

docs/images/env_two_arm_handover.png

553 KB
Loading

docs/images/env_two_arm_lift.png

481 KB
Loading
606 KB
Loading

docs/images/env_wipe.png

522 KB
Loading

docs/modules/robots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
![robot_overview_diagram](../images/robot_module.png)
44

5-
**Robots** are a key component in **robosuite**, and serve as the embodiment of a given agent as well as the central interaction point within an environment and key interface to MuJoCo for the robot-related state and control. **robosuite** captures this level of abstraction with the [Robot](../simulation/robot)-based classes, with support for both fixed-base and mobile-base (which includes legged and wheeled robots) variations. In turn, the Robot class is centrally defined by a [RobotModel](../modeling/robot_model), [RobotBaseModel](../modeling/robot_model.html#base-model), and [Controller(s)](../simulation/controller). Subclasses of the `RobotModel` class may also include additional models as well; for example, the [ManipulatorModel](../modeling/robot_model.html#manipulator-model) class also includes [GripperModel(s)](../modeling/robot_model.html#gripper-model) (with no gripper being represented by a dummy class).
5+
**Robots** are a key component in **robosuite**, and serve as the embodiment of a given agent as well as the central interaction point within an environment and key interface to MuJoCo for the robot-related state and control. **robosuite** captures this level of abstraction with the [Robot](../simulation/robot)-based classes, with support for both single-armed and bimanual variations, as well as robots with mobile manipulation capabilities, including both legged and wheeled variants. In turn, the Robot class is centrally defined by a [RobotModel](../modeling/robot_model), [RobotBaseModel](../modeling/robot_model.html#base-model), [GripperModel](../modeling/robot_model.html#gripper-model), and [Controller(s)](../simulation/controller). Subclasses of the `RobotModel` class may also include additional models as well; for example, the [ManipulatorModel](../modeling/robot_model.html#manipulator-model) class also includes [GripperModel(s)](../modeling/robot_model.html#gripper-model) (with no gripper being represented by a dummy class).
66

77
The high-level features of **robosuite**'s robots are described as follows:
88

9-
* **Diverse and Realistic Models**: **robosuite** provides models for 20 commercially-available robots (including the humanoid GR1 Robot), 15 grippers (including the inspire dexterous hand model), and 6 controllers, with model properties either taken directly from the company website or raw spec sheets.
9+
* **Diverse and Realistic Models**: **robosuite** provides models for 10 commercially-available robots (including the humanoid GR1 Robot), 10 grippers (including the inspire dexterous hand model), 5 bases (including the Omron wheeled mobile base), and 6 body-part controllers, with model properties either taken directly from official product documentation or raw spec sheets. An additional 8 robots, 9 grippers, and 3 bases can be installed separately from the [robosuite-models](https://github.com/ARISE-Initiative/robosuite_models) repository.
1010

1111
* **Modularized Support**: Robots are designed to be plug-n-play -- any combinations of robots, models, and controllers can be used, assuming the given environment is intended for the desired robot configuration. Because each robot is assigned a unique ID number, multiple instances of identical robots can be instantiated within the simulation without error.
1212

0 commit comments

Comments
 (0)