projects
/
barrett-ros-pkg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14e7a04
)
Added FTS node message
author
Alexandros Lioulemes
<al@barrett.com>
Wed, 29 May 2019 19:30:26 +0000
(15:30 -0400)
committer
Alexandros Lioulemes
<al@barrett.com>
Wed, 29 May 2019 19:30:26 +0000
(15:30 -0400)
wam_robot/wam_node/src/wam_node.cpp
patch
|
blob
|
history
diff --git
a/wam_robot/wam_node/src/wam_node.cpp
b/wam_robot/wam_node/src/wam_node.cpp
index
830e17f
..
fdce1c9
100644
(file)
--- a/
wam_robot/wam_node/src/wam_node.cpp
+++ b/
wam_robot/wam_node/src/wam_node.cpp
@@
-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();