Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,7 @@ Tutorial

### 3. Mapping

* Launch the robot in Gazebo:

```bash
ros2 launch atreus gazebo.launch.py
```

* Open another terminal and run the mapping node:
* Launch the robot in Gazebo with the SLAM Toolbox:

```bash
ros2 launch atreus slam_toolbox.launch.py
Expand All @@ -109,5 +103,21 @@ Tutorial

This will save the map to the current directory.

### 4. Navigation

* Launch the robot in Gazebo with the Navigation Stack:

```bash
ros2 launch atreus nav2.launch.py
```

* Set the initial pose of the robot in RViz by clicking on the `2D Pose Estimate` button:

https://github.com/user-attachments/assets/069b1ef0-fe6b-44de-9619-21d33b4e03c2

* Use the `2D Nav Goal` button in RViz to set a goal for the robot to navigate to:

https://github.com/user-attachments/assets/2a6be428-39a5-4ea4-aa1c-65f8049b58eb


###### 💾 EOF
5 changes: 0 additions & 5 deletions config/mapping/map_saver/map_saver_params.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions config/navigation/amcl/amcl_params.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions config/navigation/behavior_server/behavior_server_params.yaml

This file was deleted.

68 changes: 0 additions & 68 deletions config/navigation/bt_navigator/bt_navigator_params.yaml

This file was deleted.

This file was deleted.

Loading