Skip to content

byq77/mbed-ce-core2-micro-ros

Repository files navigation

mbed-ce-core2-micro-ros

A Mbed CE + micro-ROS project template for CORE 2.

Targets

  • CORE2

How to set up this project

  1. Clone it to your machine. Don't forget to use --recursive to clone the submodules: git clone --recursive https://github.com/byq77/mbed-ce-core2-micro-ros.git and update MbedOS with git submodule update --remote mbed-os (run this command from the mbed-ce-core2-micro-ros folder).
  2. Set up the GNU ARM toolchain (and other programs) on your machine using the toolchain setup guide.
  3. Set up the CMake project for editing. We have three ways to do this:
  4. Use one of the target names listed above and choose an upload method according to your requirements. Default settings is target CORE2 and upload method STLINK.

Acknowledgements

This project is based on the micro_ros_mbed project, which is licensed under the Apache License 2.0. The original project was created by eProsima.

Development Tips

In case of problems with building the libmicroros_project target, run the following command to clean the libmicroros build folder:

For CORE2-Release variant:

make -f libmicroros.mk clean WORK_DIR=$(pwd)/build/CORE2-Release/libmicroros

About

Mbed CE + micro-ROS example for CORE2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors