diff --git a/README.md b/README.md index e81934e..d9ec656 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/usd/ActionGraphFull.usd b/usd/ActionGraphFull.usd new file mode 100644 index 0000000..72d4ad9 Binary files /dev/null and b/usd/ActionGraphFull.usd differ diff --git a/usd/bcr_bot.usd b/usd/bcr_bot.usd index b71661d..79cb295 100644 Binary files a/usd/bcr_bot.usd and b/usd/bcr_bot.usd differ diff --git a/usd/scene.usd b/usd/scene.usd new file mode 100644 index 0000000..23e841f Binary files /dev/null and b/usd/scene.usd differ diff --git a/usd/warehouse_scene.usd b/usd/warehouse_scene.usd new file mode 100644 index 0000000..a8437b2 Binary files /dev/null and b/usd/warehouse_scene.usd differ