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

Fix: Stop gimbal from spinning when an angular velocity setpoint stream times out #23825

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    5093fe0 View commit details
    Browse the repository at this point in the history
  2. gimbal: introduce timestamp of last setpoint update

    To enable implementing a timeout when there's no new setpoint coming in.
    MaEtUgR committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f359e9c View commit details
    Browse the repository at this point in the history
  3. gimbal: handle angular_velocity setpoint stream timeout

    The gimbal would otherwise continue to spin with whatever velocity was commanded
    before the input connection was lost.
    MaEtUgR committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f8a1fc4 View commit details
    Browse the repository at this point in the history