Closed Jimi1811 closed 2 months ago
@bkueng any ideas? maybe related to msgs?
It starts working with the release/1.15
branch. This branch also works with the main
branch and the 1.2.7
tag.
@Jimi1811 did you see this in the README? An easy fix is to just copy over the msgs/ directory from PX4 into px4_msgs/ package
To manually verify that two local versions of PX4 and px4_msgs have matching message sets, you can use the following script:
./scripts/check-message-compatibility.py -v path/to/px4_msgs/ path/to/PX4-Autopilot/
Actually I didn't, I just followed the documentation from PX4, rookie mistake. Thanks!
Environment
I am using the Holybro Pixhawk Jetson Baseboard (Jetson Orin NX with ROS 2 Humble + Pixhawk V6X with PX4 1.15).
Description
I am compiling the main branch of this repository to execute the example 'example_mode_manual'. With this I am using the package
px4_msgs
with the main branch (both packages compiled correctly). I have this result:I tried to change the repository to the tag 1.2.7, but when the package is compiling I get this result: