grasp_hypothesis.cpp
Go to the documentation of this file.
00001 #include <agile_grasp/grasp_hypothesis.h>
00002 
00003 void GraspHypothesis::print()
00004 {
00005         std::cout << "axis: " << axis_.transpose() << std::endl;
00006         std::cout << "approach: " << approach_.transpose() << std::endl;
00007         std::cout << "binormal: " << binormal_.transpose() << std::endl;
00008         std::cout << "grasp width: " << grasp_width_ << std::endl;
00009         std::cout << "grasp surface: " << grasp_surface_.transpose() << std::endl;
00010         std::cout << "grasp bottom: " << grasp_bottom_.transpose() << std::endl;
00011 }


agile_grasp
Author(s):
autogenerated on Thu Aug 27 2015 12:01:28