Skip to content

Commit 5d0440c

Browse files
committed
add python unit tests
1 parent f487d56 commit 5d0440c

File tree

6 files changed

+584
-8
lines changed

6 files changed

+584
-8
lines changed

cmake/add_python_unit_tests.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
set(python_test_scripts
33
arm_to_cart_target.py
44
arm_to_joint_target.py
5+
fullbody_plan.py
6+
position_base.py
57
)
68
foreach(pyfile ${python_test_scripts})
79
message("adding test with path ${CMAKE_SOURCE_DIR}/python_examples/${pyfile}")

0 commit comments

Comments
 (0)