Page 1 of 1

Using Mellinger Controller in crazyflie_ros

Posted: Wed Nov 07, 2018 10:23 pm
by tango
Hello guys,

I've recently started working with crazyflie using the ROS package developed by Wolfgang. I've tested out the hover function successfully and now looking to perform trajectory tracking using Mellinger Controller developed by Wolfgang et al. I'm not sure how to invoke the controller in the controller.cpp file. Can someone point me in the right direction? Thanks!

Re: Using Mellinger Controller in crazyflie_ros

Posted: Thu Nov 08, 2018 2:48 am
by whoenig
You can set the parameter "stabilizer.controller" to 2, which enables the mellinger controller on newer firmwares. To test it with crazyflie_ros, take a look at https://github.com/whoenig/crazyflie_ros/issues/112.