#include "ros/ros.h"
#include "ssc32.hpp"
#include "corobot_srvs/SetSpeed.h"
#include "corobot_srvs/MoveArm.h"
#include "corobot_msgs/ssc32_info.h"
#include "corobot_msgs/MotorCommand.h"
#include "corobot_msgs/ServoPosition.h"
#include <math.h>
#include <errno.h>
#include <sys/stat.h>
#include <diagnostic_updater/diagnostic_updater.h>
#include <diagnostic_updater/publisher.h>
Go to the source code of this file.
Function Documentation
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Callback for the topic /phidgetServo_setPosition The position of the concerned servo motor is set each time a message is received on this topic.
- Parameters:
-
Definition at line 133 of file motor.cpp.
Function that will report the status of the hardware to the diagnostic topic
Definition at line 156 of file motor.cpp.
Variable Documentation