ros-industrial / industrial_training

ROS-Industrial Training Material
https://industrial-training-master.readthedocs.io
Apache License 2.0
417 stars 234 forks source link

find_ros1_package() failed to find 'custom_msgs' using pkg_check_modules() #340

Open chowkamlee81 opened 3 years ago

chowkamlee81 commented 3 years ago

After giving colcon build --packages-select ros1_bridge --cmake-force-configure --cmake-args -DBUILD_TESTING=FALSE KIndly help iam getting error below:

Starting >>> ros1_bridge --- stderr: ros1_bridge
CMake Error at cmake/find_ros1_package.cmake:29 (message): find_ros1_package() failed to find 'custom_msgs' using pkg_check_modules() Call Stack (most recent call first): CMakeLists.txt:53 (find_ros1_package)

Ki


Failed <<< ros1_bridge [3.10s, exited with code 1]