moveit2_tutorials icon indicating copy to clipboard operation
moveit2_tutorials copied to clipboard

moveit_print_planning_scene_info not working as intended with planning scene ros api tutorial

Open vatanaksoytezer opened this issue 4 years ago • 4 comments

moveit_print_planning_scene_info fails if called within the context of planning scene ros api tutorial.

See #74.

vatanaksoytezer avatar Apr 20 '21 17:04 vatanaksoytezer

After i update my planning scene ros api files,it and builded bycolcon build --event-handlers desktop_notification- status- --cmake-args -DCMAKE_BUILD_TYPE=Release.But it still some problem like file 'planning_scene_ros_api_tutorial.launch.py' was not found in the share directory of package 'moveit2_tutorials' which isat'/home/lee/ws_moveit2/install/moveit2_tutorials/share/moveit2_tutorials' . Should i use concol build to build all files?

AtariaLee avatar Apr 29 '21 03:04 AtariaLee

Two questions to better understand what is wrong:

  1. Did you update your moveit2_tutorials package with git pull? This tutorial has been recently merged.

  2. Are you calling colcon build from the root of your workspace and your workspace is sourced?

Such as:

cd /home/lee/ws_moveit2/ && colcon build --event-handlers desktop_notification- status- --cmake-args -DCMAKE_BUILD_TYPE=Release && source /home/lee/ws_moveit2/install/setup.bash

vatanaksoytezer avatar Apr 29 '21 06:04 vatanaksoytezer

sorry ,my bad.I forgot source /home/lee/ws_moveit2/install/setup.bash.Thanks for your help!

AtariaLee avatar Apr 29 '21 13:04 AtariaLee

Need to confirm this is still an issue.

tylerjw avatar Dec 01 '23 16:12 tylerjw