mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Fixed invalid inheritance on ActionServer
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
#include "ur_modern_driver/ur/master_board.h"
|
#include "ur_modern_driver/ur/master_board.h"
|
||||||
#include "ur_modern_driver/ur/state.h"
|
#include "ur_modern_driver/ur/state.h"
|
||||||
|
|
||||||
class ActionServer : public Service, public IConsumer<RTPacket>
|
class ActionServer : public Service, public URRTPacketConsumer
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
typedef control_msgs::FollowJointTrajectoryAction Action;
|
typedef control_msgs::FollowJointTrajectoryAction Action;
|
||||||
|
|||||||
Reference in New Issue
Block a user