Skip to content

Commit c924fdd

Browse files
Cleaning up and extracting tests from mm_control
1 parent e0e78f5 commit c924fdd

File tree

11 files changed

+298
-867
lines changed

11 files changed

+298
-867
lines changed

mm_control/CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ catkin_python_setup()
88
catkin_package()
99

1010
catkin_install_python(PROGRAMS
11-
scripts/test_constraints.py
12-
scripts/test_cost_functions.py
1311
scripts/mpc_generate_c_code.py
14-
scripts/test_mpc.py
12+
tests/test_constraints.py
13+
tests/test_cost_functions.py
14+
tests/test_mpc.py
15+
tests/test_robot_model.py
16+
tests/test_SO3.py
1517
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
1618
)

0 commit comments

Comments
 (0)