From c93ca86d0f207b9b702de87eee235af32a6f3d89 Mon Sep 17 00:00:00 2001 From: Fabian Reister <fabian.reister@kit.edu> Date: Tue, 17 Dec 2024 11:19:05 +0100 Subject: [PATCH] fixing namespace --- .../devices/ethercat/hand/armarde/njoint_controller/Shape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/devices/ethercat/hand/armarde/njoint_controller/Shape.cpp b/source/devices/ethercat/hand/armarde/njoint_controller/Shape.cpp index 55000284..d9ed31d8 100644 --- a/source/devices/ethercat/hand/armarde/njoint_controller/Shape.cpp +++ b/source/devices/ethercat/hand/armarde/njoint_controller/Shape.cpp @@ -9,7 +9,7 @@ #include <devices/ethercat/hand/armar7de/joint_controller/AbsolutePosition.h> #include <devices/ethercat/hand/armar7de/joint_controller/PWM.h> -namespace devices::ethercat::hand::armar7de +namespace devices::ethercat::hand::armarde { armarx::NJointControllerRegistration<ShapeController> -- GitLab