Skip to content

Commit

Permalink
fix compatibility with latest rosys (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jul 17, 2024
1 parent a12f93f commit 377b0a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions field_friend/vision/simulated_cam_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ def add_cameras(self, num_cameras: int) -> None:
new_id = f'cam{len(self._cameras)}'
print(f'adding simulated camera: {new_id}')
self.add_camera(SimulatedCam(id=new_id, width=640, height=480))

async def update_device_list(self) -> None:
return None

0 comments on commit 377b0a4

Please sign in to comment.