Skip to content

Commit f602bd7

Browse files
committed
se3 somehow flies
1 parent af13fcf commit f602bd7

File tree

3 files changed

+550
-212
lines changed

3 files changed

+550
-212
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.15)
22
project(mrs_uav_controllers)
33

44
# set the correct standards

src/mpc_controller.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,6 @@ class MpcController : public mrs_uav_managers::Controller {
111111

112112
// | --------------- dynamic reconfigure server --------------- |
113113

114-
// original ROS1 drs
115-
/* boost::recursive_mutex mutex_drs_; */
116-
/* typedef mrs_uav_controllers::mpc_controllerConfig DrsConfig_t; */
117-
/* typedef dynamic_reconfigure::Server<DrsConfig_t> Drs_t; */
118-
/* boost::shared_ptr<Drs_t> drs_; */
119-
/* void callbackDrs(mrs_uav_controllers::mpc_controllerConfig &config, uint32_t level); */
120-
/* DrsConfig_t drs_params_; */
121-
122114
struct DrsParams_t
123115
{
124116
double kiwxy;

0 commit comments

Comments
 (0)