#include <vector>
#include <string>
#include <ros/ros.h>
#include <std_msgs/Float64.h>
#include <trajectory_msgs/JointTrajectory.h>
#include <kdl/jntarray.hpp>
#include <cob_twist_controller/utils/simpson_integrator.h>
Go to the source code of this file.
Classes | |
class | TrajectoryCommandExecutionTester |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 174 of file test_trajectory_command_sine_node.cpp.