-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update CxPilot-7 to ArduPilot 4.5.7 #250
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this fixes python 3.12 support
* These can be set in ros2 launch calls now Signed-off-by: Ryan Friedman <[email protected]>
* Install models for other users * Fix bool parsing in some launch args
- Require reboot. - Set DDS_DOMAIN_ID range: 0 to 232.. Signed-off-by: Rhys Mainwaring <[email protected]>
- ROS expects quaternions to be normalised and the default message constructor does not enforce this. - Fix normalisation for pose stamped. Signed-off-by: Rhys Mainwaring <[email protected]>
Signed-off-by: Ryan Friedman <[email protected]>
* Depend on all messages used in ardupilot_sitl * Clarify limitations of wrapping with colcon * Link github issue to support argument passthrough Signed-off-by: Ryan Friedman <[email protected]>
the std:copy was copying from uint16_t to float
Signed-off-by: Ryan Friedman <[email protected]>
this prevents a very long timeout in begin(), replacement with a mutex will happen in a separate PR
bad ordering was leading to dronecan dna server getting initialised before canard interface is initialised leading
… NrSv do-not-use value This reverts commit 62fe90bb64f4a28b9ad180e7dc25d7c92a93d7ad.
For CI failures, ignore any with the (push) trigger. Those occurred on pushing the Plane-4.5 branch, which runs the stock Plane-4.5 CI tests, which are known to fail on repos not named "ardupilot" |
loki077
approved these changes
Nov 21, 2024
Agreed to merge this changes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SW-454