Added FTS node message
authorAlexandros Lioulemes <al@barrett.com>
Wed, 29 May 2019 19:30:26 +0000 (15:30 -0400)
committerAlexandros Lioulemes <al@barrett.com>
Wed, 29 May 2019 19:30:26 +0000 (15:30 -0400)
wam_robot/wam_node/src/wam_node.cpp

index 830e17f..fdce1c9 100644 (file)
@@ -313,6 +313,7 @@ template<size_t DOF>
     jp_home = wam.getJointPositions();
 
     if (pm.foundForceTorqueSensor()) {
+      std::cout << "Force/Torque sensor" << std::endl;
       fts = pm.getForceTorqueSensor();
          fts->tare();