Closed kurt closed 4 years ago
I am trying to just create a controller with CONTROLLER_CONSTRUCTOR("LIPMWalking", lipm_walking::Controller) but after this how can I call the methods of the controller to run the stabilizer?
CONTROLLER_CONSTRUCTOR("LIPMWalking", lipm_walking::Controller)
mc_control::MCGlobalController controller(conf) where conf is the appropriate configuration file with LIPMWalking enabled....
I am trying to just create a controller with
CONTROLLER_CONSTRUCTOR("LIPMWalking", lipm_walking::Controller)
but after this how can I call the methods of the controller to run the stabilizer?