Skip to content

Commit

Permalink
modified usd files
Browse files Browse the repository at this point in the history
  • Loading branch information
D-1shu authored and ggupta9777 committed Nov 12, 2024
1 parent 02329c8 commit 9ea5ce0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,18 @@ colcon build --packages-select bcr_bot
### Run

To launch the robot in Isaac Sim:
- Open Isaac Sim and load the `bcr_bot` robot usd model from [here](usd).
- Open Isaac Sim and load the `warehouse_scene.usd` or `scene.usd` from [here](usd).
- Add in extra viewports for different camera views.
- Start the Simulation: Run the simulation directly within Isaac Sim.
- The following USDs are included in the package:
- `warehouse_scene.usd` - Warehouse scene with a robot.
- `scene.usd` - Scene with a robot in a empty world.
- `bcr_bot.usd` - Robot model that can be imported into any scene.
- `ActionGraphFull.usd` - Action graph for the robot to publish all the required topics.

To view in rviz:
```bash
ros2 launch bcr_bot rviz.launch.py isaac_sim:=True
ros2 launch bcr_bot rviz.launch.py
```
NOTE: The command to run mapping and navigation is common between all versions of gazebo and Isaac sim see [here](#mapping-with-slam-toolbox).

Expand Down
Binary file added usd/ActionGraphFull.usd
Binary file not shown.
Binary file modified usd/bcr_bot.usd
Binary file not shown.
Binary file added usd/scene.usd
Binary file not shown.
Binary file added usd/warehouse_scene.usd
Binary file not shown.

0 comments on commit 9ea5ce0

Please sign in to comment.