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

ERROR: cannot launch node of type [dcl_slam/dcl_slam_loopVisualizationNode]: Cannot locate node of type [dcl_slam_loopVisualizationNode] in package [dcl_slam]. Make sure file exists in package path and permission is set to executable (chmod +x) #11

Open
SHUAIQIDUOYI opened this issue May 31, 2023 · 10 comments

Comments

@SHUAIQIDUOYI
Copy link

请问一下dcl_slam_loopVisualizationNode这个节点在哪里呀?CMakeLists.txt 文件里面也没有找到,我在编译完成运行的时候出现下面图片错误,能告诉一下这个怎么解决吗?
image

@JoyuZheng
Copy link

请问你解决了吗?

@SHUAIQIDUOYI
Copy link
Author

没有

@heisetiantang
Copy link

我也出现了这个问题,并且后面还有
image
这两段错误

@heisetiantang
Copy link

请问一下dcl_slam_loopVisualizationNode这个节点在哪里呀?CMakeLists.txt 文件里面也没有找到,我在编译完成运行的时候出现下面图片错误,能告诉一下这个怎么解决吗? image

这个问题后续有解决么

@Pallav1299
Copy link

If you check inside CMakeLists.txt, authors have created the dcl_slam library but loopVisualizationNode.cpp hasn't been added as an executable. That's the reason you are getting this error.
@SHUAIQIDUOYI @heisetiantang Could you try adding loopVisualizationNode.cpp as executable?

@lannipada
Copy link

请问你解决这个问题了吗

@lannipada
Copy link

没有

请问你后来解决这个问题了吗

@heisetiantang
Copy link

heisetiantang commented Aug 29, 2023 via email

@lannipada
Copy link

请问怎么解决的呀,你还记得吗

@Tartisan
Copy link

add_executable(${PROJECT_NAME}_loopVisualizationNode src/loopVisualizationNode.cpp)
target_link_libraries(${PROJECT_NAME}_loopVisualizationNode ${catkin_LIBRARIES} ${PCL_LIBRARIES})

add this two lines to DCL-SLAM/CMakeLists.txt

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

6 participants