Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed May 15, 2024
1 parent 02b942e commit aeb429d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You can find ROS API and detailed package description in [ROS_API.md](./ROS_API.

```bash
source install/setup.bash
ros2 launch rosbot_xl_bringup combined.launch.py
ros2 launch rosbot_xl_bringup bringup.launch.py
```

> [!IMPORTANT]
Expand Down
4 changes: 2 additions & 2 deletions ROS_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Package that contains launch, which starts all base functionalities with the mic

**Available Launch Files:**

- `bringup.launch.py` - is responsible for activating all logic related to the robot's movement and processing of sensory data.
- `combined.launch.py` - launches `bringup.launch.py` ​​and communication with the firmware allows you to control the robot.
- `bringup.launch.py` - is responsible for communicating with firmware and activating all logic related to the robot's movement and processing of sensory data.
- `microros.launch.py` - establishes connection with the firmware.

**Launch Params:**

Expand Down

0 comments on commit aeb429d

Please sign in to comment.