You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to test this package on ROS Noetic, I have edited the CMakeLists.txt file as well as changing the it to find the correct opencv .hpp file. The package builds and sources fine with no errors or warnings. But when I try to launch the run.launch file I get these errors:
/home/jp/loam_ws/src/LeGO-LOAM/LeGO-LOAM/launch/run.launch: line 1: syntax error near unexpected token newline' /home/jp/loam_ws/src/LeGO-LOAM/LeGO-LOAM/launch/run.launch: line 1: '
I have started again and made sure all the instructions were followed and dependencies met, but I still get that error.
I have even tried removing everything from the launch file and copying something from a working launch file into that one. then I get that same error again. So it seems to be related to the package and not the file.
Any suggestions on how to fix this?
The text was updated successfully, but these errors were encountered:
Hi, I am also facing the problem I am new to ROS, my process is stopping at catkin make command stating that opencv/cv.h is not in the LeGo-LOAM utility code.Any solution or suggestions?
Hi, I am also facing the problem I am new to ROS, my process is stopping at catkin make command stating that opencv/cv.h is not in the LeGo-LOAM utility code.Any solution or suggestions?
Hello,
I am trying to test this package on ROS Noetic, I have edited the CMakeLists.txt file as well as changing the it to find the correct opencv .hpp file. The package builds and sources fine with no errors or warnings. But when I try to launch the run.launch file I get these errors:
/home/jp/loam_ws/src/LeGO-LOAM/LeGO-LOAM/launch/run.launch: line 1: syntax error near unexpected token
newline' /home/jp/loam_ws/src/LeGO-LOAM/LeGO-LOAM/launch/run.launch: line 1:
'I have started again and made sure all the instructions were followed and dependencies met, but I still get that error.
I have even tried removing everything from the launch file and copying something from a working launch file into that one. then I get that same error again. So it seems to be related to the package and not the file.
Any suggestions on how to fix this?
The text was updated successfully, but these errors were encountered: