ccls icon indicating copy to clipboard operation
ccls copied to clipboard

Can not jump to implementation in ROS development environment

Open improve100 opened this issue 2 years ago • 0 comments

OS:ubuntu2004 ROS:noetic workspace structure: $ pwd /home/user/catkin_build/ $ ls build devel install logs src $ ls src common control

In src, I have some package(control) and common library(common). with compilation, the corresponding common header file can be generated in install directory, and then, i generated control package comile_commands.json. In the control package, I can jump to the common header file in install directory , but I can't jump to the implementation in src/common directory. Is there any way to achieve this function?

improve100 avatar Aug 01 '22 14:08 improve100