refactor(cameras): init abc class + config
This commit is contained in:
committed by
Steven Palma
parent
b0592d9bc8
commit
8a6412b0db
@@ -33,7 +33,7 @@ class Stretch3RobotConfig(RobotConfig):
|
||||
cameras: dict[str, CameraConfig] = field(
|
||||
default_factory=lambda: {
|
||||
"navigation": OpenCVCameraConfig(
|
||||
camera_index="/dev/hello-nav-head-camera",
|
||||
index_or_path="/dev/hello-nav-head-camera",
|
||||
fps=10,
|
||||
width=1280,
|
||||
height=720,
|
||||
|
||||
Reference in New Issue
Block a user