Hi, I tried to use semantic_point_annotator package that contains sac_inc_ground_removal_node executable, and installed via apt-get install ros-indigo-semantic-point-annotator.
However, rosrun could not find any executable:
rosrun semantic_point_annotator sac_inc_ground_removal_node
[rosrun] Couldn't find executable named sac_inc_ground_removal_node below /opt/ros/indigo/share/semantic_point_annotator
I further checked that install section in CMakeLists.txt is written correctly and looked into contents which are installed and found the executable:
$ dpkg -L ros-indigo-semantic-point-annotator | grep bin
/opt/ros/indigo/bin
/opt/ros/indigo/bin/sac_inc_ground_removal_node
So I guess that there is something wrong with releasing process.
@thedash Please could you check if there is any part to change permission of executable file on releasing process?
Hi, I tried to use
semantic_point_annotatorpackage that containssac_inc_ground_removal_nodeexecutable, and installed viaapt-get install ros-indigo-semantic-point-annotator.However,
rosruncould not find any executable:rosrun semantic_point_annotator sac_inc_ground_removal_node [rosrun] Couldn't find executable named sac_inc_ground_removal_node below /opt/ros/indigo/share/semantic_point_annotatorI further checked that
installsection inCMakeLists.txtis written correctly and looked into contents which are installed and found the executable:$ dpkg -L ros-indigo-semantic-point-annotator | grep bin /opt/ros/indigo/bin /opt/ros/indigo/bin/sac_inc_ground_removal_nodeSo I guess that there is something wrong with releasing process.
@thedash Please could you check if there is any part to change permission of executable file on releasing process?