Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more compilation details #21

Merged
merged 1 commit into from
Mar 21, 2022
Merged
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,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 @@ -36,6 +38,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