File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 3.0.2)
22project (ocs2_python_interface)
33
44set (CATKIN_PACKAGE_DEPENDENCIES
5- roscpp
65 ocs2_mpc
76 ocs2_ddp
87 ocs2_robotic_tools
Original file line number Diff line number Diff line change 1515 <build_depend >cmake_modules</build_depend >
1616 <build_depend >cmake_clang_tools</build_depend >
1717
18- <depend >roscpp</depend >
1918 <depend >ocs2_mpc</depend >
2019 <depend >ocs2_ddp</depend >
2120 <depend >ocs2_robotic_tools</depend >
Original file line number Diff line number Diff line change 66#include < ocs2_core/cost/QuadraticStateInputCost.h>
77#include < ocs2_core/dynamics/LinearSystemDynamics.h>
88#include < ocs2_core/initialization/DefaultInitializer.h>
9- #include < ocs2_ddp/GaussNewtonDDP_MPC.h> "
9+ #include < ocs2_ddp/GaussNewtonDDP_MPC.h>
1010#include < ocs2_oc/rollout/TimeTriggeredRollout.h>
1111
1212#include < ocs2_python_interface/PythonInterface.h>
You can’t perform that action at this time.
0 commit comments