Skip to content

Commit d60568c

Browse files
Mayankm96farbod-farshidian
authored andcommitted
Merged in fix/pybind-dep (pull request #616)
Removes roscpp dep from pybind package Approved-by: Alexander Reske Approved-by: Farbod Farshidian
2 parents efa83b5 + beb9f3c commit d60568c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

ocs2_python_interface/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 3.0.2)
22
project(ocs2_python_interface)
33

44
set(CATKIN_PACKAGE_DEPENDENCIES
5-
roscpp
65
ocs2_mpc
76
ocs2_ddp
87
ocs2_robotic_tools

ocs2_python_interface/package.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
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>

ocs2_python_interface/test/testDummyPyBindings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)