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

MANUAL_CONTROL: Redefine the use of z (throttle) to be independent to vehicle's thrust direction #1922

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 19, 2022

  1. MANUAL_CONTROL: Redefine the use of z (throttle) independent to thrust

    Previously, the `z` component definition relied on having a knowledge of
    which direction the thrust would result in, depending on it's value.
    
    However this is a bad practice as the ManaulControl message itself
    should be agnostic to a vehicle type (either reverse-thrustable ones
    like Rover, or ones with only positive thrust like conventional
    quadcopters).
    
    With this new definition, the MANUAL_CONTROL message will not be
    vehicle-specific and truly represent the Joystick / RC Transmitter's
    throttle position
    junwoo091400 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    9020b0a View commit details
    Browse the repository at this point in the history