mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Fixed missing include
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#include "ur_modern_driver/ros/trajectory_follower.h"
|
#include "ur_modern_driver/ros/trajectory_follower.h"
|
||||||
#include <endian.h>
|
#include <endian.h>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
#include <ros/ros.h>
|
||||||
|
|
||||||
static const int32_t MULT_JOINTSTATE_ = 1000000;
|
static const int32_t MULT_JOINTSTATE_ = 1000000;
|
||||||
static const std::string JOINT_STATE_REPLACE("{{JOINT_STATE_REPLACE}}");
|
static const std::string JOINT_STATE_REPLACE("{{JOINT_STATE_REPLACE}}");
|
||||||
|
|||||||
Reference in New Issue
Block a user