M HYPE SPLASH
// news

CMake Error: CMake can not determine linker language for target

By Sarah Scott

I'm trying to install light sensors on gazebo and I was following the steps from Creating and adding a Custom ROS light sensor plugin. I've done all the steps but when I tried to do catkin_make on the step as shown here:

shown here

I'm getting these errors:

errors

can you please help me to solve this problem?

1 Answer

It looks like cmake is complaining it can't find your source file.

Looking at this bit of the directions, are you sure you put your .cc file into the src directory and named it exactly light_sensor_plugin.cpp?

If you could, can you run tree on the source directory so we can see where all your files are?

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy