ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to use ROS and STM32F767ZI ?

asked 2021-04-25 23:43:54 -0500

HSN gravatar image

Hi, I'm currently building an underwater robot (AUV), I want to use STM32F767ZI to control the motor automatically using ROS melodic, but I don't know how to use it, I really beg you to help me, thank you.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-04-26 02:12:46 -0500

bjv-capra gravatar image

Hi

Using ROS Melodic, you should take a look at ROSSerial https://github.com/yoneken/rosserial_..., run this on the board and then connect to your high system computer over serial (Duh).

If you're not constrained to the ROS distro, then I'd highly (very highly) suggest you move to ROS2 and use micro-ros https://micro.ros.org/ which is quite documented and better supported. You'll run micro-ros on the board and connect to the higher system over your desired transport protocol. However, as you'll be running on an STM32F767ZI, you should have access to ethernet. Ethernet is much more a reliable protocol than serial.

Good luck

edit flag offensive delete link more

Comments

thank you very much, for now I will try as you suggest and if there are problems I will come back here for a consultation, have a nice day ๐Ÿ˜Š

HSN gravatar image HSN  ( 2021-04-27 07:26:04 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2021-04-25 23:43:54 -0500

Seen: 127 times

Last updated: Apr 25 '21