Added info about Gazebo
This commit is contained in:
parent
e229f02ae4
commit
2513de6e0d
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,7 @@ These are the primary dependencies required to use this project.
|
|||
* ROS 2 Foxy
|
||||
* MoveIt 2
|
||||
> Install/build a version based on the selected ROS 2 release
|
||||
* Gazebo
|
||||
|
||||
### Build
|
||||
|
||||
|
@ -43,6 +44,12 @@ Add source to environment
|
|||
```
|
||||
source install/setup.bash
|
||||
```
|
||||
Add robot model to Gazebo models directory
|
||||
|
||||
```
|
||||
cp ~/robossembler_ws/src/robossembler-ros2/rasmt_support/ ~/.gazebo/models/
|
||||
```
|
||||
|
||||
Launch MoveIt2, Gazebo, RViz and PlanSys2 with domain from `pddl/domain.pddl`
|
||||
```bash
|
||||
ros2 launch robossembler robossembler_bringup.launch.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue