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

Add linear interp #481

Open
wants to merge 5 commits into
base: gazebo_classic
Choose a base branch
from
Open

Add linear interp #481

wants to merge 5 commits into from

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    f236282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d52ad0 View commit details
    Browse the repository at this point in the history
  3. separate functionality of maxCmd into max/minCmd

    use a separate minCmd variable to scale negative input commands
    acxz committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    44deace View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13fed23 View commit details
    Browse the repository at this point in the history
  5. add mappingType=2, linear interp

    this mappingType allows users to specify a mapping of thrust commands and thrust forces as seen typically in thrust profile datasheets; linear interpolation using the two nearest points in the mapping is done to compute the actual thrust force from a thrust command
    acxz committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d3cf6b7 View commit details
    Browse the repository at this point in the history