You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the command to launch the simulated robot referred in README is roslaunch ur_gazebo ur5.launch
However, in the package that I build from the "melodic-devel-staging" branch, it doesn't work and noted that there is not such launch file in ur_gazebo package.
Then I go to the source folder, what I have found is the launch file named "urxx_bringup.launch but not "urx.launch", so I change the command like this roslaunch ur_gazebo ur5_bringup.launch and it finally works.
Is that problem only occurs in the branch "melodic-devel-staging" or there is really an incorrect instruction in the README ?
The text was updated successfully, but these errors were encountered:
the command to launch the simulated robot referred in README is
roslaunch ur_gazebo ur5.launch
However, in the package that I build from the "melodic-devel-staging" branch, it doesn't work and noted that there is not such launch file in ur_gazebo package.
Then I go to the source folder, what I have found is the launch file named "urxx_bringup.launch but not "urx.launch", so I change the command like this
roslaunch ur_gazebo ur5_bringup.launch
and it finally works.Is that problem only occurs in the branch "melodic-devel-staging" or there is really an incorrect instruction in the README ?
The text was updated successfully, but these errors were encountered: