mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
plannings
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
addition to roverd to make it possible to use a normal linux laptop + usb serial adapter as a rover, instead of a raspberry pi
|
||||||
|
|
||||||
|
|
||||||
|
- USE THIS AS AN OPPURTINITY TO:
|
||||||
|
- build out the roverd config -> media plublisher settings pipeline
|
||||||
|
- improve its effectiveness and overconfigurability from roverd
|
||||||
|
- for BOTH THE normal pi version and the laptop version
|
||||||
|
- uses speaker, mic, and webcam of laptop
|
||||||
|
- will need to send autio and video to the same places in the server, however needed. h264 video is requited to be published to the server.
|
||||||
|
- runs roverd like normal, pointed to usb serial adapter
|
||||||
|
- uses one of the aux pins on the usb serial adapter for BRC
|
||||||
|
- no pi GPIO stuff, obviously, since its not a pi
|
||||||
|
- should be presented as a roverd installer option, --laptop
|
||||||
|
- should not be dependent on linux distro, needs to work on small simple or old ones
|
||||||
|
- goal is to make it run on a chromebook booted into linux, daily driver thinkpads, old dell latitudes, etc.
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
1. maybe add better camera control? a complete rework or maybe just a precision mode
|
1. improve spectator page, options on what to see and what not to see
|
||||||
2. improve spectator page, options on what to see and what not to see
|
2. fix private rover requests not working.....
|
||||||
3. fix this:
|
3. fix this:
|
||||||
`Jun 18 15:14:18 roombaserver.local node[216731]: /home/daniel/MultiRoombaRover/server/src/services/roverManager/socketHandlers.js:92
|
`Jun 18 15:14:18 roombaserver.local node[216731]: /home/daniel/MultiRoombaRover/server/src/services/roverManager/socketHandlers.js:92
|
||||||
Jun 18 15:14:18 roombaserver.local node[216731]: cb({ error: err.message });
|
Jun 18 15:14:18 roombaserver.local node[216731]: cb({ error: err.message });
|
||||||
|
|||||||
Reference in New Issue
Block a user