Mar '23
Iam getting below error while using the command
vboxuser@linux1:~/dev_wc/src$ colcon build --symlink-install
error:
CMake Error at CMakeLists.txt:19 (find_package):
By not providing “Findament_cmake.cmake” in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
“ament_cmake”, but CMake did not find one.
Could not find a package configuration file provided by “ament_cmake” with
any of the following names:
ament_cmakeConfig.cmake
ament_cmake-config.cmake
Add the installation prefix of “ament_cmake” to CMAKE_PREFIX_PATH or set
“ament_cmake_DIR” to a directory containing one of the above files. If
“ament_cmake” provides a separate development package or SDK, be sure it
has been installed.
Failed <<< my_bot [0.76s, exited with code 1]
1 reply
Mar '23
▶ gdp-si
Hi, this means you probably haven’t sourced your ROS installation. You should type source /opt/ros/foxy/setup.bash
(or replace foxy with whatever ROS distro you’ve got).
Most people add this line to the file ~/.bashrc
which is executed on the start of each terminal, so you always have it.
Jun '24
Hello, i’m following the course with ros2 humble installed but i can’t build the the package.why when i run this command “colcon build --symlink-install " i get this " Summary: 0 packages finished” ?
19 May
Hi, I am following the mobile robot with ROS tutorial. I am using ROS 2 Humble. I’m having problems with the ROS Arduino bridge. I have been able to build successfully, but I keep getting an ‘ioctl error’ anytime I try to run. Please, can you help?
Unfortunately, I’m very new here, so can you please guide me on what I need to show you in order for you to help me?
thanks.