UART control on ROS2 #267
Unanswered
kimseong-yeon
asked this question in
Q&A
Replies: 1 comment 2 replies
-
USB should work in principle, since crazyflie_cpp also does have a USB backend. It should be possible to add a UART backend as well - as far as I remember the firmware just needs to be custom-compiled for this use-case. Obviously some features related to broadcasts don't work when having a wired connection, but getting data to and from the controller shouldn't be an issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there any tip or solution for using UART connection for crazyswarm2?
Eventually I want to apply crazyflie with Jetson Orin NX board with customed ROS2 package
Beta Was this translation helpful? Give feedback.
All reactions