-
Notifications
You must be signed in to change notification settings - Fork 340
micro-ros support #2171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Anything else you could add here @yassine-cherni ? Let's work out some more details |
Hi @bmagyar thanks for opening this issue, it’s spot-on for our work at OORB-Open-Organic-Robotics our diff-drive robot uses an RPi5 for high-level tasks (sensor fusion, navigation) and an STM32F4 Discovery for low-level control (encoders, IMU, motor PWM via PID), linked via a new SPI hardware_interface with micro-ROS. Why It Matters Proposed Solution
|
this would be great, but I don't expect this to be possible. At least not with standard TCP or even UDP based transports and probably when using And with the Agent between your micro-ROS client and your ROS 2 / DDS application. Especially for reliable topics, but even for best-effort topics (see eProsima/Micro-XRCE-DDS-Client#394) the overhead of having the additional hop through the Agent is quite significant. |
We use topics for the Jackal's diff drive interface. It has a micro-ROS based MCU currently. |
@yassine-cherni I know I asked already but are you using a specific board that has the stm32 integrated with the raspi or they are separate? Could you please share the exact link for it? (I know you did already at the meeting yesterday but I cannot recover it :-/) |
Thanks for the feedback @gavanderhoorn , insightful as always! Anything else you have on this front would be very valuable |
Hi @bmagyar , The STM32F4 Discovery and Raspberry Pi 5 are separate boards in our setup. We connect them via SPI, Raspberry pi 5 , Stm32f4 discovery |
I answered similar questions on stack exchange from time to time. Which means, there is a community interest (or confusion) about it. My question is, why do you need the extra layer of micro-ros? I can imagine that it provides some out-of-the box experience with supported uCs, e.g. without the hassle of writing SPI drivers in C++. But as already mentioned, I'm not sure if the desired realtime requirements can be met. But compared to topic_based_ros2_control there could still be room for improvement. |
Additional FYI @sachinkum0009 |
Is your feature request related to a problem? Please describe.
Better support for boards such as
Describe the solution you'd like
Investigate potentially supporting micro-ros-based hardware OR provide documentation for going about this
Describe alternatives you've considered
https://github.com/PickNikRobotics/topic_based_ros2_control
The text was updated successfully, but these errors were encountered: