1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 18:10:47 +02:00

Fixed missing include

This commit is contained in:
Simon Rasmussen
2017-07-09 04:02:40 +02:00
parent 88c9976e31
commit 79fd2ee864

View File

@@ -1,6 +1,7 @@
#include "ur_modern_driver/ros/trajectory_follower.h"
#include <endian.h>
#include <cmath>
#include <ros/ros.h>
static const int32_t MULT_JOINTSTATE_ = 1000000;
static const std::string JOINT_STATE_REPLACE("{{JOINT_STATE_REPLACE}}");