This is a simple controller example, showing you how to create your own controller, how to receive the data and update the command. More...
#include "../example/srh_example_controller.hpp"
#include <angles/angles.h>
#include <pluginlib/class_list_macros.h>
#include <string>
#include <std_msgs/Float64.h>
Go to the source code of this file.
Namespaces | |
controller | |
This is a simple controller example, showing you how to create your own controller, how to receive the data and update the command.
Definition in file srh_example_controller.cpp.