Unverified Commit 72b172b4 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #8234 from mavlink/pr-do-not-throttle-joystick-msg

Let the sender control the joystick message rate.
parents fb1d0d28 bfbefa67
This diff is collapsed.
......@@ -56,9 +56,9 @@ public:
/** @brief The time interval the robot is switched on */
quint64 getUptime() const;
/// Vehicle is about to go away
void shutdownVehicle(void);
/// Vehicle is about to go away
void shutdownVehicle(void);
// Setters for HIL noise variance
void setXaccVar(float var){
xacc_var = var;
......@@ -138,11 +138,6 @@ protected:
bool controlYawManual; ///< status flag, true if yaw is controlled manually
bool controlThrustManual; ///< status flag, true if thrust is controlled manually
double manualRollAngle; ///< Roll angle set by human pilot (radians)
double manualPitchAngle; ///< Pitch angle set by human pilot (radians)
double manualYawAngle; ///< Yaw angle set by human pilot (radians)
double manualThrust; ///< Thrust set by human pilot (radians)
/// POSITION
bool isGlobalPositionKnown; ///< If the global position has been received for this MAV
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment