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

[actuators] Spektrum output actuators #1411

Merged
merged 1 commit into from
Nov 9, 2015

Conversation

fvantienen
Copy link
Member

This can output spektrum to two devices, a primary and secondary output.

@fvantienen fvantienen force-pushed the actuators_spektrum branch 2 times, most recently from 7bb75a3 to d308f78 Compare November 8, 2015 18:42
@@ -218,6 +218,9 @@ STATIC_INLINE void main_init(void)
// send body_to_imu from here for now
AbiSendMsgBODY_TO_IMU_QUAT(1, orientationGetQuat_f(&imu.body_to_imu));
#endif

// Do a failsafe check first
failsafe_check();
Copy link
Member

Choose a reason for hiding this comment

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

This change is not related to the actuator driver, but is a more generic problem that in paparazzi the initial signal sent to actuators is not the failsafe value but the driver-initial values.

Copy link
Member Author

Choose a reason for hiding this comment

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

It is related.. because here the problem occurred ;) This actuator is why I added it, because wrong pulses were send before getting valid RC commands.

fvantienen added a commit that referenced this pull request Nov 9, 2015
[actuators] Spektrum output actuators
@fvantienen fvantienen merged commit a3aeee9 into paparazzi:master Nov 9, 2015
@fvantienen fvantienen deleted the actuators_spektrum branch November 15, 2015 23:32
@flixr flixr added the Airborne label Nov 22, 2015
@flixr flixr added this to the v5.8 milestone Nov 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants