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

fix namespace move

This commit is contained in:
Felix Mauch
2019-05-28 11:45:19 +02:00
parent a61788f694
commit be0cb7f531

View File

@@ -15,6 +15,8 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ur_calibration/calibration.h> #include <ur_calibration/calibration.h>
using namespace ur_calibration;
namespace namespace
{ {
bool isApproximately(const double val1, const double val2, const double precision) bool isApproximately(const double val1, const double val2, const double precision)