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

bug: motor test triggering on page load #3147

Open
1 task done
goasChris opened this issue Feb 13, 2025 · 0 comments
Open
1 task done

bug: motor test triggering on page load #3147

goasChris opened this issue Feb 13, 2025 · 0 comments
Labels
bug Something isn't working triage Needs triage from developers ui User Interface feature

Comments

@goasChris
Copy link

Bug description

When opening pwm outputs in vehicle setup while the robot is armed, we get a flood of critical status_texts.

Steps to reproduce

  1. Run rover firmware
  2. Have the robot armed
  3. Observe status_text mavlink messages
  4. go to vehicle setup/pwm outputs: /vehicle/setup/pwm_outputs
  5. Observe flood of critical messages

Primary pain point(s)

A flood of critical messages is not great for our monitoring tools. I suspect we won't be able to actually run the motor tests (we don't use it, but still).

Additional context

Our autopilot firmware has some modifications, so its not impossible that this is not reproducible (sorry about that) with stock.

I suspect I might be hitting this piece of the new code, and its generating some critical status_text messages:
#3113

or perhaps:
#3122

MOTOR TEST: INVALID MOTOR (3) (and 4)

https://github.com/ArduPilot/ardupilot/blame/master/Rover/motor_test.cpp#L85

This might be our own doing, just wondering what the auto-set we are enabling. I didnt even run the motor test, I just opened the page vehicle/setup/pwm_outputs, and was flooded.

Prerequisites

  • I have checked to make sure that a similar request has not already been filed or fixed.
@goasChris goasChris added bug Something isn't working triage Needs triage from developers ui User Interface feature labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Needs triage from developers ui User Interface feature
Projects
None yet
Development

No branches or pull requests

1 participant