-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Discussion] Integrated companion/fc pulled out #2250
Draft
hamishwillee
wants to merge
8
commits into
main
Choose a base branch
from
companion_fc_integ
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
785bbd2
New Crowdin updates (#2242)
PX4BuildBot 32f45ca
Update px4_vision_kit.md (#2240)
jhiggason b33241f
Fix dependancy list and typos (#2246)
svpcom 0625fd8
New Crowdin updates (#2248)
PX4BuildBot 62ab28c
add a mission feasibility check section (#2226)
sfuhrer 5addb36
Remove caveat that PX4 will create imu calib file if needed
hamishwillee f738123
Updated ARK PAB and ARK V6X docs with updated product photos (#2244)
bradenwagstaff cdeba0b
Integrated companion/fc pulled out
hamishwillee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 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 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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Integrated Flight Controller/Companion Computer | ||
|
||
Controller boards that come with a _pre-integrated_ [companion/mission computer](../companion_computer/README.md) and [flight controller](../flight_controller/README.md) are recommended for supporting computationally expensive features, such as [object avoidance](../computer_vision/obstacle_avoidance.md) and [collision prevention](../computer_vision/collision_prevention.md). | ||
|
||
If you need a companion computer, then using a pre-integrated board is likely to significantly reduce your costs. | ||
|
||
## Supported Boards | ||
|
||
The following boards are known to provide a good integration with PX4: | ||
|
||
- [Holybro Pixhawk RPI CM4 Baseboard](../companion_computer/holybro_pixhawk_rpi_cm4_baseboard.md) - Baseboard with plugin Raspberry Pi and [Pixhawk Autopilot Bus](../flight_controller/pixhawk_autopilot_bus.md) compatible flight controllers. | ||
|
||
## Software Setup | ||
|
||
The companion computer and flight controller must be set up to communicate with each other (typically using MAVLink and ROS2, over Ethernet or a serial port), and may also be set up to communicate with ground controllers, cloud and other systems. | ||
|
||
The setup depends on the companion computer and its operating system, and how the companion and flight controller are connected. | ||
Setup information for common configurations is provided in [Companion computers](../companion_computer/README.md). | ||
|
||
## Further Information | ||
|
||
- [Companion computer](../companion_computer/README.md): General companion/flight controller hardware and software setup. |
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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still a bit further out but ideally we'll standardize this as well, so there's a common way to update and run components (e.g. avoidance or a custom ros flight mode).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Certainly it would be good if the PX4 project had a recommended companion OS and update method for that OS. That would make it possible to have turnkey instructions and CI testing that would work for 80% of the world.
Everyone seems to want their own OS though, so perhaps all that would need to be containerized?
Anyway, not my problem to solve.