mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 10:00:46 -04:00
fast
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
@@ -25,7 +25,7 @@ type WSClient struct {
|
|||||||
const (
|
const (
|
||||||
sensorSilenceTimeout = 5 * time.Second
|
sensorSilenceTimeout = 5 * time.Second
|
||||||
sensorRecoveryCooldown = 5 * time.Second
|
sensorRecoveryCooldown = 5 * time.Second
|
||||||
sensorCommandPause = 100 * time.Millisecond
|
sensorCommandPause = 1 * time.Millisecond
|
||||||
)
|
)
|
||||||
|
|
||||||
func NewWSClient(cfg *Config, adapter *SerialAdapter, frames <-chan []byte, events chan RoverEvent, media *MediaSupervisor, servo *CameraServo, nightVision *NightVisionLight, logger *log.Logger) *WSClient {
|
func NewWSClient(cfg *Config, adapter *SerialAdapter, frames <-chan []byte, events chan RoverEvent, media *MediaSupervisor, servo *CameraServo, nightVision *NightVisionLight, logger *log.Logger) *WSClient {
|
||||||
|
|||||||
Reference in New Issue
Block a user