Skip to content

Commit

Permalink
Add random videostreams as default
Browse files Browse the repository at this point in the history
  • Loading branch information
aeshub committed Feb 8, 2023
1 parent 2d0c966 commit 2b03f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/isar/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ class Settings(BaseSettings):
default=[
VideoStream(
name="Front camera",
url="http://localhost:5000/stream?topic=/camera/rgb/image_raw",
url="http://localhost:5000/videostream/front",
type="turtlebot",
),
VideoStream(
name="Rear camera",
url="http://localhost:5000/stream?topic=/camera/rgb/image_raw",
url="http://localhost:5000/videostream/rear",
type="turtlebot",
),
]
Expand Down

0 comments on commit 2b03f4f

Please sign in to comment.