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

Robot State Panel #32

Open
6 tasks
maxwellmlin opened this issue Sep 16, 2023 · 0 comments
Open
6 tasks

Robot State Panel #32

maxwellmlin opened this issue Sep 16, 2023 · 0 comments

Comments

@maxwellmlin
Copy link
Member

maxwellmlin commented Sep 16, 2023

Motivation

It is difficult to visualize the position and orientation of the robot when given only numerical values. Therefore, we would like to build a panel which displays the speed and orientation of the robot with an airplane-style indicator.

Requirements

  • Airplane-style attitude and heading indicators
  • Airplane-style altitude (depth) indicator
  • Lateral (X & Y) speed indicator
  • Vertical (Z) speed indicator
  • Indicate erroneous sensor data1

Later

  • 3D model of robot that rotates according to orientation

Notes

  • Take a look at this example of a modern airplane cockpit instrument (attitude, heading, altitude, speed, and more).
  • Consider using Avionics JS for a prebuilt airplane-style GUI.
  • For speed and altitude/depth, airplane GUIs are designed for large numbers that our robot will never attain. On the other hand, small changes in these values are important for our robot. The GUI will need to be modified to display smaller range of these values with more precision.
  • You may need to look online for definitions. Here is a good start.

Footnotes

  1. Sometimes, we obtain bad readings from our sensors causing state to drift substantially. We need an indicator that warns us when this happens.

@maxwellmlin maxwellmlin changed the title Orientation of robot Robot Orientation Panel Sep 16, 2023
@maxwellmlin maxwellmlin changed the title Robot Orientation Panel Robot State Panel Oct 19, 2023
@maxwellmlin maxwellmlin self-assigned this Dec 3, 2023
@maxwellmlin maxwellmlin removed their assignment Dec 23, 2023
@maxwellmlin maxwellmlin transferred this issue from DukeRobotics/robosub-ros Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant