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

Put everyting into ur_rtde_driver namespace

This commit is contained in:
Felix Mauch
2019-04-01 13:20:25 +02:00
parent 515dd41edc
commit 5840d4f406
53 changed files with 172 additions and 17 deletions

View File

@@ -23,6 +23,8 @@
#include "ur_rtde_driver/log.h"
#include "ur_rtde_driver/ur/consumer.h"
namespace ur_rtde_driver
{
class EventCounter : public URRTPacketConsumer
{
private:
@@ -99,4 +101,5 @@ public:
void stopConsumer()
{
}
};
};
} // namespace ur_rtde_driver