Skip to content

mirs240x/micro_ros_arduino_mirs240x

 
 

Repository files navigation

micro-ROS Arduino library for mirs240x

mirs is a project conducted by NIT(KOSEN) NUMAZU College. For more information, please see here.

Install a library release by .zip download

  • Go to this link and download the source code (zip) release
  • Launch your Arduino IDE, open the Sketch -> Include library -> Add .ZIP Library... menu and select the downloaded file named micro_ros_arduino_mirs240x-3.0.0-humble.zip (the actual version digits may differ)

Mod and rebuild Micro-ROS Arduino library for mirs240x

cd %HOMEPATH%\Documents\Arduino\libraries
git clone -b humble --depth 1 https://github.com/mirs240x/micro_ros_arduino_mirs240x.git
docker run -it --rm -v .\micro_ros_mirs24:/project --env MICROROS_LIBRARY_FOLDER=extras microros/micro_ros_static_library_builder:humble
  • You can also rebuild the library for a particular platform only, e.g. for ESP32:
docker run -it --rm -v .\micro_ros_mirs24:/project --env MICROROS_LIBRARY_FOLDER=extras microros/micro_ros_static_library_builder:humble -p esp32

About

micro-ROS library for Arduino

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.5%
  • C++ 1.2%
  • Other 0.3%