You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2021. It is now read-only.
when I use catkin_ws,it stops at :
[ 83%] Building CXX object RoboND-Kinematics-Project/gazebo_grasp_plugin/CMakeFiles/gazebo_grasp_fix.dir/src/GazeboGraspGripper.cpp.o
and the following error appears:
......src/RoboND-Kinematics-Project/gazebo_grasp_plugin/include/gazebo_grasp_plugin/GazeboGraspFix.h:157:38: error: ‘math’ was not declared in this scope
bool checkGrip(const std::vectormath::Vector3& forces, float minAngleDiff, float lengthRatio);