Skip to content
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.
/ ros2_embedded_riot Public archive
forked from RIOT-OS/RIOT

This repository isn't actively being worked on. If you would like to take over maintainership please open a ticket on https://github.com/ros2/ros2 -- RIOT - The friendly OS for IoT

License

Notifications You must be signed in to change notification settings

ros2/ros2_embedded_riot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS 2 embedded prototype on Riot:

Building:

cd examples/hello-world/
make BOARD=stm32f4discovery

Building + flashing:

cd examples/hello-world/
make flash BOARD=stm32f4discovery

Debugging:

Launch the server:

cd examples/hello-world
st-util -v

Launch the client

cd examples/hello-world
arm-none-eabi-gdb -tui bin/stm32f4discovery/hello-world.elf -ex 'target remote localhost:4242'

About

This repository isn't actively being worked on. If you would like to take over maintainership please open a ticket on https://github.com/ros2/ros2 -- RIOT - The friendly OS for IoT

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 86.2%
  • C++ 7.2%
  • Objective-C 5.1%
  • Shell 0.5%
  • Python 0.5%
  • Assembly 0.3%
  • Other 0.2%