How to interface STM32F4 with ROS?
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?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
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?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-02-18 20:12:09 -0600
Seen: 2,231 times
Last updated: Feb 18 '16
Error in rosserial_arduino/Tutorials/Hello World [closed]
rosserial_arduino helloworld error
Rosserial stm32f4 unable to connect device
How to use ros with stm32f4 for interfacing dc motor
What to edit in CMakeLists.txt for helloworld program? [closed]
rosserial connection not working with custom messages! [SOLVED]
Might be interesting (but not really hello world level): bosch-ros-pkg/stm32.
If you have mbed support for your board, you can use rosserial_mbed
Thanks for the tips. I tried LPC1768 (mbed) instead, works well with rosserial_mbed. But still heading nowhere with STM32F4, not beginner-friendly.