Skip to content

Commit 2601c7d

Browse files
committed
basic example
1 parent 33adf6a commit 2601c7d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

elevation_mapping_cupy/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Example 1: Turtle Simple Example
2+
Install the realsense wrapper for [TurtleBot3]([ros2_turtlebot3_waffle_intel_realsense](https://github.com/mlherd/ros2_turtlebot3_waffle_intel_realsense)) and place the model in your home .gazebo/models/ folder.
3+
You can launch the turtlebot3 in Gazebo with the following command:
4+
```bash
5+
ros2 launch elevation_mapping_cupy turtle_simple_example.launch.py
6+
```
7+
You can also maunally spawn the robot in Gazebo.
8+
9+
10+
Launch the elevation mapping node:
11+
```bash
12+
ros2 launch elevation_mapping_cupy turtle_simple_example.launch.py```

0 commit comments

Comments
 (0)