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
I recently installed sawSensablePhantom and got a compilation error when using catkin build. The error showed that sensable_phantom.cpp uses ros commands without including ros/ros.h
I recommend adding #include <ros/ros.h> to the top of sawSensablePhantom/ros/src/sensable_phantom.cpp to resolve this issue.
EDIT: #include <ros/ros.h> is already included in the devel branch. Please add it to master
The text was updated successfully, but these errors were encountered:
I recently installed sawSensablePhantom and got a compilation error when using catkin build. The error showed that sensable_phantom.cpp uses ros commands without including ros/ros.h
I recommend adding
#include <ros/ros.h>
to the top ofsawSensablePhantom/ros/src/sensable_phantom.cpp
to resolve this issue.EDIT:
#include <ros/ros.h>
is already included in the devel branch. Please add it to masterThe text was updated successfully, but these errors were encountered: