Skip to content

Commit e5a459a

Browse files
committed
add prototype PoseGraph class to toolbox
1 parent e221ff1 commit e5a459a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

roboticstoolbox/mobile/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from roboticstoolbox.mobile.sensors import RangeBearingSensor
77
from roboticstoolbox.mobile.drivers import *
88
from roboticstoolbox.mobile.animations import *
9+
from roboticstoolbox.mobile.PoseGraph import *
910

1011
__all__ = [
1112
'Vehicle',
@@ -22,6 +23,7 @@
2223
'PurePursuit',
2324
'LandmarkMap',
2425
'RangeBearingSensor',
26+
'PoseGraph',
2527
]
2628

2729
# __doc__ = """
@@ -143,4 +145,4 @@
143145
# robot - construct a robot object
144146
# stanford - Stanford arm data
145147
# twolink - simple 2-link example
146-
# """
148+
# """

0 commit comments

Comments
 (0)