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:
I'm getting these 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?