-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
microRTPS to XRCE in Pixhawk 5X #21095
Comments
Hi @gustavotbarros , if you want to use microRTPS you need to roll back to version |
Hi, alright Ive read that some commands like arming the drone, changing flight mode and so on were not implemented in the latest version yet. when this is implemented, i will give it a try. |
Even microRTPS did not have "some commands like arming the drone, changing flight mode and so on" implemented, you had to send the appropriate messages ros2 messages ( |
Ah ok, I'll try to do some tests with micro-xrce-dds then. I have one question, is it possible to use microRTPS with Pixhawk 6X? By changing the file .px4board? I have already done that with a CubeOrange. |
Yes, you can. I never did it personally but you need to
|
Was it resolved? @gustavotbarros |
@junwoo091400 Hi, not yet. I'm updating my codes to the new px4_msgs and topics. I will not use the Pixhawk 6X with RTPS, I'll try to implement the MicroXRCE to my code.
Ok, that was a problem on my code, I've already figured it out. Has anyone ever flown in Offboard Mode with v1.14? |
@gustavotbarros
Last time I flown in offboard with v1.14-beta1 |
@beniaminopozzan Update: @junwoo091400 |
@gustavotbarros
No, it is not possible. See first note in the ROS 2 - PX4 documentation |
Hi folks,
Recently I installed the newest version of PX4 Autopilot and I would like to know how do I build the code with the possibility to use RTPS?
In another version of PX4 Autopilot I could do this with make px4_fmu-v5x_rtps, but now this new release doesn't have it anymore. Any suggestions? I have built the default firmware and can't find the RPTS_CONFIG parameter.
Has anyone tested the XRCE communication on a real drone?
The text was updated successfully, but these errors were encountered: