Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make error #26

Open
james2254 opened this issue Nov 1, 2016 · 7 comments
Open

make error #26

james2254 opened this issue Nov 1, 2016 · 7 comments

Comments

@james2254
Copy link

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
Copy link
Contributor

bmagyar commented Nov 1, 2016

Have you tried
chmod +x
on those files?

On 1 Nov 2016 07:22, "james2254" [email protected] 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
#26, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ADXH4XSf61GKnsKNrpRRhmgn4UHUIoHyks5q5uiZgaJpZM4Kl1Un
.

@james2254
Copy link
Author

It‘s work well!Thank you!

@james2254
Copy link
Author

james2254 commented Nov 2, 2016

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

@bmagyar
Copy link
Contributor

bmagyar commented Nov 2, 2016

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
Copy link

@bmagyar thank you very much! it works for me

@machinekoder
Copy link

machinekoder commented Dec 12, 2019

Have you tried
chmod +x
on those files?

This makes no sense. But it works!

@bmagyar
Copy link
Contributor

bmagyar commented Dec 13, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants