-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add micro-ros telemetry support(ros2) #7061
base: master
Are you sure you want to change the base?
Conversation
364117f
to
19c7c15
Compare
27e6b68
to
4e0cafb
Compare
This issue / pull request has been automatically marked as stale because it has not had any activity in 60 days. The resources of the INAV team are limited, and so we are asking for your help. |
This issue / pull request has been automatically marked as stale because it has not had any activity in 60 days. The resources of the INAV team are limited, and so we are asking for your help. |
@DzikuVx Hi, what do you think about this PR, is it mergeable? |
@amfern First I'd like to understand why we need another protocol over here? INAV has MSP which has everything in terms of telemetry and settings. It feels more natural for clients to use MSP to communicate with INAV than the other way around |
@DzikuVx My intention was to connect ROS 2 to INav.
I believe this would be a nice addition to INav, although I would understand if you think it's out of scope for INav project |
This PR is a POC of micro ros running on inav, basically allows direct communication with ROS2 network over serial.
Currently i implemented only one publisher as an example, to test it you can attach serial rs232 and set microros(33554432) telemetry on it
run the micro ros agent, (change the serial device location, mine is at dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0):
echo the dds talker:
This is achived by adding the micro ros static library as a git submodules dependency, this is a fork of micro ros library because i needed to apply some tweaks to it.