Skip to content

Commit

Permalink
Merge pull request #40 from husarion/add-fw-info
Browse files Browse the repository at this point in the history
Add information about digital board to the readme
  • Loading branch information
macstepien committed Aug 1, 2023
2 parents 38a50d5 + fa61905 commit 62c7f72
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ ROS2 hardware controller for ROSbot XL. Inputs and outputs data from ROS2 contro

Available in [ROS_API.md](./ROS_API.md)

## Usage on hardware

To run the software on real ROSbot XL, also communication with Digital Board will be necessary.
First update your firmware to make sure that you use the latest version, then run the `micro-ROS` agent.
For detailed instructions refer to the [rosbot_xl_firmware repository](https://github.com/husarion/rosbot_xl_firmware).

## Source build

### Prerequisites
Expand Down Expand Up @@ -71,6 +77,10 @@ rosdep install -i --from-path src --rosdistro $ROS_DISTRO -y
colcon build
```

> **Prerequisites**
>
> Before starting the software on the robot please make sure that you're using the latest firmware and run the `micro-ROS` agent (as described in the *Usage on hardware* step).
Running:
```
source install/setup.bash
Expand Down

0 comments on commit 62c7f72

Please sign in to comment.