-
Notifications
You must be signed in to change notification settings - Fork 559
Closed
Labels
ros2ros2ros2
Description
Hi! all,
I am facing some problems with the build of rosapi
with colcon
.
Command used
cd <rosbridge_suite_ws>
colcon build
Errors
--- stderr: rosapi
CMake Error at /home/shivam/ros2_galactic/install/ament_cmake_python/share/ament_cmake_python/cmake/ament_python_install_package.cmake:108 (add_custom_target):
add_custom_target cannot create target "ament_cmake_python_symlink_rosapi"
because another target with the same name already exists. The existing
target is a custom target created in source directory
"/home/shivam/autoware/tmp/src/rosbridge_suite/rosapi". See documentation
for policy CMP0002 for more details.
Call Stack (most recent call first):
/home/shivam/ros2_galactic/install/ament_cmake_python/share/ament_cmake_python/cmake/ament_python_install_package.cmake:39 (_ament_cmake_python_install_package)
/home/shivam/ros2_galactic/install/rosidl_generator_py/share/rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake:124 (ament_python_install_package)
/home/shivam/ros2_galactic/install/ament_cmake_core/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake:48 (include)
/home/shivam/ros2_galactic/install/rosidl_cmake/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake:292 (ament_execute_extensions)
CMakeLists.txt:15 (rosidl_generate_interfaces)
---
Failed <<< rosapi [8.45s, exited with code 1]
I am not able to intercept/interpret this problem, I have checked, and there isn't any other previous install for such packages.
Specifications
- ROS Version (
echo $ROS_DISTRO
): rolling/galactic - OS Version (
grep DISTRIB_CODENAME /etc/lsb-release
): Ubuntu 20.04 - Rosbridge Version (
roscat rosbridge_server package.xml | grep '<version>'
): ros2 - Twisted Version (
python -c 'import twisted; print twisted.version'
): 18.9.0 - Installation type: Source (ROS & ROSbridge)