pal-robotics / perception_blort

opencv
15 stars 14 forks source link

make error #26

Open james2254 opened 7 years ago

james2254 commented 7 years ago

Hello! I download the code and make it ,but error. Built target module_tomgine /home/james/catkin_ws/build/perception_blort-hydro-devel/perception_blort-hydro-devel/blort_ros/setup_custom_pythonpath.sh: 4: exec: /home/james/catkin_ws/src/perception_blort-hydro-devel/perception_blort-hydro-devel/blort_ros/cfg/Tracker.cfg: Permission denied make[2]: [/home/james/catkin_ws/devel/include/blort_ros/TrackerConfig.h] 错误 126 make[2]: 正在等待未完成的任务.... [ 27%] [ 28%] Built target module_recognizer3d Generating dynamic reconfigure files from cfg/Detector.cfg: /home/james/catkin_ws/devel/include/blort_ros/DetectorConfig.h /home/james/catkin_ws/devel/lib/python2.7/dist-packages/blort_ros/cfg/DetectorConfig.py /home/james/catkin_ws/build/perception_blort-hydro-devel/perception_blort-hydro-devel/blort_ros/setup_custom_pythonpath.sh: 4: exec: /home/james/catkin_ws/src/perception_blort-hydro-devel/perception_blort-hydro-devel/blort_ros/cfg/Detector.cfg: Permission denied make[2]: [/home/james/catkin_ws/devel/include/blort_ros/DetectorConfig.h] 错误 126 make[1]: [perception_blort-hydro-devel/perception_blort-hydro-devel/blort_ros/CMakeFiles/blort_ros_gencfg.dir/all] 错误 2 make[1]: 正在等待未完成的任务.... [ 28%] [ 28%] Built target pose2Tf Built target pose2Tf_repeat [ 28%] Built target kinect2_bridge make: [all] 错误 2 Invoking "make -j4 -l4" failed

How can I correct it? Thanks very much.

bmagyar commented 7 years ago

Have you tried chmod +x on those files?

On 1 Nov 2016 07:22, "james2254" notifications@github.com wrote:

Hello! I download the code and make it ,but error. Built target module_tomgine /home/james/catkin_ws/build/perception_blort-hydro-devel/ perception_blort-hydro-devel/blort_ros/setup_custom_pythonpath.sh: 4: exec: /home/james/catkin_ws/src/perception_blort-hydro-devel/ perception_blort-hydro-devel/blort_ros/cfg/Tracker.cfg: Permission denied make[2]: * [/home/james/catkin_ws/devel/include/blort_ros/TrackerConfig.h] 错误 126 make[2]: * 正在等待未完成的任务.... [ 27%] [ 28%] Built target module_recognizer3d Generating dynamic reconfigure files from cfg/Detector.cfg: /home/james/catkin_ws/devel/include/blort_ros/DetectorConfig.h /home/james/catkin_ws/devel/lib/python2.7/dist-packages/ blort_ros/cfg/DetectorConfig.py /home/james/catkin_ws/build/perception_blort-hydro-devel/ perception_blort-hydro-devel/blort_ros/setup_custom_pythonpath.sh: 4: exec: /home/james/catkin_ws/src/perception_blort-hydro-devel/ perception_blort-hydro-devel/blort_ros/cfg/Detector.cfg: Permission denied make[2]: * [/home/james/catkin_ws/devel/include/blort_ros/DetectorConfig.h] 错误 126 make[1]: * [perception_blort-hydro-devel/perception_blort-hydro-devel/ blort_ros/CMakeFiles/blort_ros_gencfg.dir/all] 错误 2 make[1]: * 正在等待未完成的任务.... [ 28%] [ 28%] Built target pose2Tf Built target pose2Tf_repeat [ 28%] Built target kinect2_bridge make: * [all] 错误 2 Invoking "make -j4 -l4" failed

How can I correct it? Thanks very much.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pal-robotics/perception_blort/issues/26, or mute the thread https://github.com/notifications/unsubscribe-auth/ADXH4XSf61GKnsKNrpRRhmgn4UHUIoHyks5q5uiZgaJpZM4Kl1Un .

james2254 commented 7 years ago

It‘s work well!Thank you!

james2254 commented 7 years ago

@bmagyar can I use kinect2 and UR instead of stereo and PAL robotics? How should I do ?

bmagyar commented 7 years ago

By UR you mean an UR5 for instance?

There are many ways to use the system, I think you could be quite ok with that setup too.

For a better understanding please have a look at the ros wiki tutorials and my MSc thesis:

BetterLevi commented 6 years ago

@bmagyar thank you very much! it works for me

machinekoder commented 4 years ago

Have you tried chmod +x on those files?

This makes no sense. But it works!

bmagyar commented 4 years ago

It does, otherwise I wouldn't have said it ;) Catkin - when generating dynamic reconfigure headers - actually executes those files which at the time were probably stripped of these flags by mistake when they were first uploaded.