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

fatal error: interface/vcos/vcos.h: No such file or directory #57

Open
hayan408 opened this issue Jul 23, 2022 · 0 comments
Open

fatal error: interface/vcos/vcos.h: No such file or directory #57

hayan408 opened this issue Jul 23, 2022 · 0 comments

Comments

@hayan408
Copy link

I executed the following command.

$ cd ~/catkin_ws/src
$ git clone https://github.com/ROBOTIS-GIT/turtlebot3_autorace.git
$ cd ~/catkin_ws && catkin_make

An error occurred when executing the command in the last line.
The error is as follows:

/home/chaeeun/catkin_ws/src/raspicam_node/src/RaspiCamControl.c:33:33: fatal error: interface/vcos/vcos.h: No such file or directory
compilation terminated.
raspicam_node/CMakeFiles/raspicamcontrol.dir/build.make:62: recipe for target 'raspicam_node/CMakeFiles/raspicamcontrol.dir/src/RaspiCamControl.c.o' failed
make[2]: *** [raspicam_node/CMakeFiles/raspicamcontrol.dir/src/RaspiCamControl.c.o] Error 1
CMakeFiles/Makefile2:873: recipe for target 'raspicam_node/CMakeFiles/raspicamcontrol.dir/all' failed
make[1]: *** [raspicam_node/CMakeFiles/raspicamcontrol.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/home/chaeeun/catkin_ws/src/raspicam_node/src/RaspiCLI.c:46:33: fatal error: interface/vcos/vcos.h: No such file or directory
compilation terminated.
raspicam_node/CMakeFiles/raspicli.dir/build.make:62: recipe for target 'raspicam_node/CMakeFiles/raspicli.dir/src/RaspiCLI.c.o' failed
make[2]: *** [raspicam_node/CMakeFiles/raspicli.dir/src/RaspiCLI.c.o] Error 1
CMakeFiles/Makefile2:910: recipe for target 'raspicam_node/CMakeFiles/raspicli.dir/all' failed
make[1]: *** [raspicam_node/CMakeFiles/raspicli.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j2 -l2" failed

Is there a way to solve it?
Please help anyone.

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

1 participant