mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 18:10:47 +02:00
use namespace ur_driver instead of ur_rtde_driver
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "ur_rtde_driver/log.h"
|
||||
#include "ur_rtde_driver/comm/pipeline.h"
|
||||
|
||||
namespace ur_rtde_driver
|
||||
namespace ur_driver
|
||||
{
|
||||
enum class package_type : uint8_t
|
||||
{
|
||||
@@ -61,4 +61,4 @@ public:
|
||||
virtual bool parseWith(BinParser& bp) = 0;
|
||||
virtual bool consumeWith(URStatePacketConsumer& consumer) = 0;
|
||||
};
|
||||
} // namespace ur_rtde_driver
|
||||
} // namespace ur_driver
|
||||
|
||||
Reference in New Issue
Block a user