Skip to content

Commit 41d5592

Browse files
committed
Merge branch 'future' of github.com:petercorke/robotics-toolbox-python into future
2 parents d2fa913 + fe87b8d commit 41d5592

File tree

16 files changed

+2227
-1226
lines changed

16 files changed

+2227
-1226
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,4 @@ archs = ["AMD64", "x86"]
199199

200200

201201
[tool.coverage.run]
202-
omit = ["roboticstoolbox/examples/*", "roboticstoolbox/blocks/*"]
202+
omit = ["roboticstoolbox/examples/*", "test_*.py",]

roboticstoolbox/blocks/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from .arm import *
22
from .mobile import *
33
from .uav import *
4+
from .spatial import *
45

5-
url = "https://petercorke.github.io/bdsim/" + __package__
6+
url = "https://petercorke.github.io/bdsim/" + __package__

0 commit comments

Comments
 (0)