Skip to content
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

Instructions for setting up OBC with donekit #8

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

noahwc
Copy link

@noahwc noahwc commented Nov 1, 2019

Some basic instructions for setting up the OBC (Raspberry Pi) with dronekit package to communicate with the Pixhawk.

@noahwc noahwc requested a review from dragonprevost November 1, 2019 01:23
`apt-get install python-dev`
`pip install future`
`pip install pymavlink`
`pip install dronekit`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that most if not all of these packages exist in the requirments.txt file. Do we still need to install them separately?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're correct, I've removed the extra pip install commands. I've left the python-dev installation as this is not done by the requirements.txt file.

Cleaned up steps involving installing Python packages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants