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

[board] add support for Parrot Disco plane #1992

Merged
merged 2 commits into from
Jan 29, 2017
Merged

[board] add support for Parrot Disco plane #1992

merged 2 commits into from
Jan 29, 2017

Conversation

gautierhattenberger
Copy link
Member

  • mostly based on Bebop2
  • add PWM output and SBUS input on Linux (based on ArduPilot work)
  • some changes to the Linux serial port lib to handle arbitrary baudrate
    (this code could be improved and factorized in the future)
  • all sensors are working, the video system is not tested

- mostly based on Bebop2
- add PWM output and SBUS input on Linux (based on ArduPilot work)
- some changes to the Linux serial port lib to handle arbitrary baudrate
  (this code could be improved and factorized in the future)
- all sensors are working, the video system is not tested
@fvantienen
Copy link
Member

Looks good to me

@fvantienen fvantienen self-requested a review January 28, 2017 15:39
return ret;
}

/*
Copy link
Member

Choose a reason for hiding this comment

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

whats up with this commented out code?

Copy link
Member Author

Choose a reason for hiding this comment

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

original code had getter functions for the different parameters (by reading values in the system files). I commented this part to remove an unused warning and forgot it. If you think it is not useful for future improvements (checking status) I can remove it.

Copy link
Member

Choose a reason for hiding this comment

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

Then I would rather use a pragma to silence the warning and keep the code there...

@gautierhattenberger
Copy link
Member Author

done

@flixr flixr merged commit c3ec531 into master Jan 29, 2017
@flixr flixr deleted the disco branch January 29, 2017 23:22
podhrmic pushed a commit that referenced this pull request Mar 7, 2017
- mostly based on Bebop2
- add PWM output and SBUS input on Linux (based on ArduPilot work)
- some changes to the Linux serial port lib to handle arbitrary baudrate
  (this code could be improved and factorized in the future)
- all sensors are working, the video system is not tested
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.

None yet

3 participants