forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Dual redundant fc #731
Closed
Closed
Dual redundant fc #731
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
jlaitine
force-pushed
the
dual_redundant_fc
branch
4 times, most recently
from
August 14, 2024 09:56
3707a2e
to
c10f53c
Compare
jlaitine
force-pushed
the
dual_redundant_fc
branch
10 times, most recently
from
August 22, 2024 11:47
aac3a53
to
fd6e1ce
Compare
…rmed.lockdown flag in HIL, since this is always enabled for HIL.
Signed-off-by: Jukka Laitinen <[email protected]>
In case there are several FCs (autopilots) on a single drone, they can update the basic status to each other via mavlink heartbeat messages Signed-off-by: Jukka Laitinen <[email protected]>
- Change drone's IP last byte to start at mav_id (1 in case of one FC) - Use IP last byte 2 high bits to denote redundant autopilot within same drone Signed-off-by: Jukka Laitinen <[email protected]>
Signed-off-by: Jukka Laitinen <[email protected]>
Signed-off-by: Jukka Laitinen <[email protected]>
- Use PX4 default home location - Set MULTI_IMU to 1 - Remove calibration IDs for HITL - Disable PX4 IO Signed-off-by: Jukka Laitinen <[email protected]>
Signed-off-by: Jukka Laitinen <[email protected]>
The esc status information is read and published by the esc driver, which is in simulation case the PWMSim module. Mavlink stream sending is a wrong place to do that. Signed-off-by: Jukka Laitinen <[email protected]>
Signed-off-by: Jukka Laitinen <[email protected]>
…tup and clean up usage printouts Signed-off-by: Jukka Laitinen <[email protected]>
…e need for PWMSim module. Signed-off-by: Jukka Laitinen <[email protected]>
This is preparation for moving esc_status sending into gazebo mavlink plugin Signed-off-by: Jukka Laitinen <[email protected]>
Signed-off-by: Jukka Laitinen <[email protected]>
jlaitine
force-pushed
the
dual_redundant_fc
branch
from
August 22, 2024 11:54
fd6e1ce
to
221ce34
Compare
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.
This adds basic mavlink communication between redundant FCs on a single drone