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:
@@ -22,6 +22,8 @@
|
||||
#include "ur_rtde_driver/test/utils.h"
|
||||
#include "ur_rtde_driver/types.h"
|
||||
|
||||
using namespace ur_rtde_driver;
|
||||
|
||||
TEST(MasterBoardData_V1_X, testRandomDataParsing)
|
||||
{
|
||||
RandomDataTest rdt(71);
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "ur_rtde_driver/test/utils.h"
|
||||
#include "ur_rtde_driver/types.h"
|
||||
|
||||
using namespace ur_rtde_driver;
|
||||
TEST(RobotModeData_V1_X, testRandomDataParsing)
|
||||
{
|
||||
RandomDataTest rdt(24);
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
#include "ur_rtde_driver/test/utils.h"
|
||||
#include "ur_rtde_driver/types.h"
|
||||
|
||||
using namespace ur_rtde_driver;
|
||||
|
||||
TEST(RTState_V1_6__7, testRandomDataParsing)
|
||||
{
|
||||
RandomDataTest rdt(764);
|
||||
@@ -205,4 +207,4 @@ TEST(RTState_V3_2__3, testTooSmallBuffer)
|
||||
BinParser bp = rdt.getParser(true);
|
||||
RTState_V3_2__3 state;
|
||||
EXPECT_FALSE(state.parseWith(bp)) << "parse() should fail when buffer not big enough";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user