Skip to content

Commit

Permalink
Add more compilation details (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas authored Mar 21, 2022
1 parent 162eb1f commit 44e1e38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ pip3 install prettytable future jinja2 intelhex
Custom packages inside of the `extra_packages` folder will be included on the micro-ROS library build.
This allows the use of custom messages or other ROS packages.

To rebuild the microros lib after including new packages, you can run `make -f libmicroros.mk clean` before `mbed-tools compile`

## Example

In order to test a int32_publisher example:
Expand All @@ -38,6 +40,11 @@ mbed-tools deploy
mbed-tools compile -m DISCO_L475VG_IOT01A -t GCC_ARM -f
```

| Board | -m |
| ----------------------------| ------------------- |
| Arduino Portenta H7 M7 Core | PORTENTA_H7_M7 |
| Arduino Disco IOT | DISCO_L475VG_IOT01A |

Is possible to use a micro-ROS Agent just with this docker command:

```bash
Expand Down

0 comments on commit 44e1e38

Please sign in to comment.