-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Affected ROS2 Driver version(s)
Gazebo with Humble
Used ROS distribution.
Humble
Which combination of platform is the ROS driver running on.
Ubuntu Linux with standard kernel
How is the UR ROS2 Driver installed.
Build both the ROS driver and UR Client Library from source
Which robot platform is the driver connected to.
URSim in docker
Robot SW / URSim version(s)
ursim polycope X 10.9
How is the ROS driver used.
Headless without using the teach pendant
Issue details
Summary
Short introduction to the issue and how it impact you and why
I tried to install gazebo like mentioned here
Issue details
Detailed description help us understand the problem. Code are welcome!
Everything works until you execute:
colcon build --symlink-install
Everything is sourced on my site.
Steps to Reproduce
Make simple example to reproduce the issue. Try to remove dependencies to other hardware and software components, if it is possible.
Execude all commands on the page.
Expected Behavior
What did you expect and why?
Actual Behavior
What did you observe? If possible please attach relevant information.
Workaround Suggestion
If a workaround has been found, you are welcome to share it.
Relevant log output
```shell
colcon build --symlink-install
Starting >>> ur_dashboard_msgs
Starting >>> ur_moveit_config
--- stderr: ur_moveit_config
failed to create symbolic link '/home/aut-laptop/ur_ws/build/ur_moveit_config/ament_cmake_python/ur_moveit_config/ur_moveit_config' because existing path cannot be removed: Is a directory
gmake[2]: *** [CMakeFiles/ament_cmake_python_symlink_ur_moveit_config.dir/build.make:70: CMakeFiles/ament_cmake_python_symlink_ur_moveit_config] Fehler 1
gmake[1]: *** [CMakeFiles/Makefile2:138: CMakeFiles/ament_cmake_python_symlink_ur_moveit_config.dir/all] Fehler 2
gmake: *** [Makefile:146: all] Fehler 2
---
Failed <<< ur_moveit_config [0.06s, exited with code 2]
Aborted <<< ur_dashboard_msgs [0.07s]
Summary: 0 packages finished [0.27s]
1 package failed: ur_moveit_config
1 package aborted: ur_dashboard_msgs
2 packages had stderr output: ur_dashboard_msgs ur_moveit_config
6 packages not processed
```
Accept Public visibility
- I agree to make this context public