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

WIP: Add mixer type AllocatedActuatorMixer #13581

Closed
wants to merge 7 commits into from

Commits on Nov 23, 2019

  1. Add actuator control groups 4 and 5

    This is a temporary solution (hack) to integrate the new control allocation topics into the existing mixer system.
    jlecoeur committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    f711a53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f04a788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6654e1 View commit details
    Browse the repository at this point in the history
  4. Add mixer type AllocatedActuatorMixer (A:)

    The mixer is added with the following character string in a *.mix file:
    `A: X`
    with X a number between 0 and 15
    This indicates that the actuator number X will be written to the output.
    
    Ideally, this mixer would use the topic `vehicle_actuator_setpoint`, but for now it receives info on topics `actuator_controls_4` and `actuator_controls_5`.
    
    romf_pruner: do not prune A mixer
    jlecoeur committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    9ea4098 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2486159 View commit details
    Browse the repository at this point in the history
  6. [WIP] test on PX4IO

    jlecoeur committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    ecc1c19 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Apply suggestions from code review

    Co-Authored-By: Daniel Agar <daniel@agar.ca>
    jlecoeur and dagar committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    3d37307 View commit details
    Browse the repository at this point in the history