Closed PeymanAmirii closed 2 months ago
Hi, thank you for posting this issue.
To be honest, I don't really see any relation of your problem to this repo, since you seem to face challenges creating your own ros2 package. This is something, we cannot really support here, I'm afraid.
Nevertheless, I'd like to drop some comments regarding what you did:
sudo apt install ros-iron-ur
. This is great. I don't see any further requirement to clone and build the driver / description from source.I hope, this helps clearing things up a bit. If you keep having troubles creating your own packages, I suggest posting a question on robotics.stackexchange.com would be a good starting point. Try to make your package example as minimal as possible.
Affected ROS2 Driver version(s)
2.4.9
Used ROS distribution.
Humble, Iron
Which combination of platform is the ROS driver running on.
Ubuntu Linux with standard kernel
How is the UR ROS2 Driver installed.
Build the driver from source and using the UR Client Library from binary
Which robot platform is the driver connected to.
Real robot
Robot SW / URSim version(s)
UR5
How is the ROS driver used.
Others
Issue details
I want to simulate a pick and place task by UR5 in Gazebo through developing a ROS2 package. I ran all the following commands in a single new terminal.
ros2 pkg list | grep ur5e_gazebo_demo
However, it printed nothing because it seems that the package is not created. Additionally, I tested the above instructions in ROS2 Iron and Humble (for Humble I replaced every iron word with humble) using setuptools package version 58.2.0 (as mentioned in the clip https://www.youtube.com/watch?v=iBGZ8LEvkCY&t=551s to remove stderr) and the most up-to-date version of 73.0.0.
With setuptools version 73.0.0 in Iron, I get the following error after building the package:
With setuptools version 58.2.0 in Iron, I get the follwoing warning after building the package:
With setuptools version 73.0.0 in Humble, I get the following error after building the package:
With setuptools version 58.2.0 in Humble, I get the follwoing warning after building the package:
Relevant log output
No response
Accept Public visibility