Skip to content

Commit 056f76c

Browse files
author
Rhys
committed
fetch camera
1 parent 66bcd03 commit 056f76c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

roboticstoolbox/models/URDF/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
from roboticstoolbox.models.URDF.KinovaGen3 import KinovaGen3
2121
from roboticstoolbox.models.URDF.YuMi import YuMi
2222
from roboticstoolbox.models.URDF.Fetch import Fetch
23+
from roboticstoolbox.models.URDF.FetchCamera import FetchCamera
24+
2325
__all__ = [
2426
"Panda",
2527
"Frankie",
@@ -42,5 +44,6 @@
4244
"LBR",
4345
"KinovaGen3",
4446
"YuMi",
45-
"Fetch"
47+
"Fetch",
48+
"FetchCamera",
4649
]

0 commit comments

Comments
 (0)