How to interface STM32F4 with ROS?

asked 2016-02-18 20:12:09 -0500

Twister gravatar image

Looking for methods to interface ROS with STM32F4 discovery board. Is there a tutorial for beginner, detailing the steps for a simple echo of "Hello World" available?

edit retag flag offensive close merge delete

Comments

1

Might be interesting (but not really hello world level): bosch-ros-pkg/stm32.

gvdhoorn gravatar image gvdhoorn  ( 2016-02-19 01:52:44 -0500 )edit

If you have mbed support for your board, you can use rosserial_mbed

Gary Servin gravatar image Gary Servin  ( 2016-02-20 12:43:01 -0500 )edit

Thanks for the tips. I tried LPC1768 (mbed) instead, works well with rosserial_mbed. But still heading nowhere with STM32F4, not beginner-friendly.

Twister gravatar image Twister  ( 2016-04-11 05:44:05 -0500 )edit