documentation

This commit is contained in:
legop3
2025-11-19 14:30:40 -05:00
parent cf4e754aed
commit fc391a9d8b
10 changed files with 10 additions and 8 deletions
@@ -1,6 +1,6 @@
# general idea # general idea
- uses the rover's reported battery full, warn, and urgent values - uses the rover's reported battery full, warn, and urgent values
- will apply to all rovers - will apply to all rovers individually
- uses the rover locking system - uses the rover locking system
- completely server side - completely server side
- always use the battery warn value as 0% battery and the full value as 100% - always use the battery warn value as 0% battery and the full value as 100%
@@ -19,7 +19,7 @@
## while we're at it... ## while we're at it...
- add a lock reason to the rover locking system - add a lock reason to the rover locking system
- add the following to the rover roster in the UI state message: - add the following to the rover roster in the UI session state:
- battery full # - battery full #
- battery warn # - battery warn #
- battery urgent # - battery urgent #
View File
+8 -6
View File
@@ -1,4 +1,4 @@
## server -> client comms ## raspberry pi
- need to throttle sensor sending, maybe only send one in every 5 packets. - need to throttle sensor sending, maybe only send one in every 5 packets.
## 3d models for camera: ## 3d models for camera:
@@ -10,8 +10,10 @@
- video does not load in spectator page in admin mode - video does not load in spectator page in admin mode
## todo ## todo
- nicknames 1. battery manager
- discord bot 2. room cameras
- turns display 3. nicknames
- discord link 4. discord bot
- 5. turns mode display
6. chat
7. redo spectator view (last)