Closed stevensu1838 closed 4 years ago
If you are running in simulation, ur_bringup won't work as it is launching the UR driver, which has no real robot to talk to.
As far as the URDF, that is assuming that you are creating a custom URDF for your robot. If you are doing that, you need to add a similar xacro include line to your URDF to attach the arm(s) in a standard way. If you have no custom URDF, you can set the correct environment variables by sourcing one of the files under scripts
Closing due to inactivity. Please feel free to re-open if issue persists.
Hi, ROS Kinetic Ubuntu 16.04 I've been trying to use your great package in simulation. After I run roslaunch husky_ur_bringup husky_ur_bringup.launch, it thow the following errors: Can you please kindly walk me through how to use it in simulation?
Secondly in your read me, it says In your URDF, make sure to include the husky_manipulation description that you want. For example, if you are using a single UR5, make sure to include the line below in your URDF:
May I please ask what do you mean by saying in your URDF What should be my URDF? Sorry about my dummy questions. Thanks a lot.