Skip to content

Commit

Permalink
Use the universal_robot melodic-devel branch (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertWilbrandt authored Nov 10, 2022
1 parent 17f4c63 commit 189543f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .melodic.rosinstall
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- git:
uri: https://github.com/ros-industrial/universal_robot.git
local-name: universal_robot
version: melodic-devel-staging
version: melodic-devel
2 changes: 1 addition & 1 deletion .noetic.rosinstall
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- git:
uri: https://github.com/ros-industrial/universal_robot.git
local-name: universal_robot
version: melodic-devel-staging
version: melodic-devel
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ $ mkdir -p catkin_ws/src && cd catkin_ws
# clone the driver
$ git clone https://github.com/UniversalRobots/Universal_Robots_ROS_Driver.git src/Universal_Robots_ROS_Driver

# clone the description. Currently, it is necessary to use the melodic-devel-staging branch.
$ git clone -b melodic-devel-staging https://github.com/ros-industrial/universal_robot.git src/universal_robot
# clone the description. Currently, it is necessary to use the melodic-devel branch.
$ git clone -b melodic-devel https://github.com/ros-industrial/universal_robot.git src/universal_robot

# install dependencies
$ sudo apt update -qq
Expand All @@ -155,7 +155,7 @@ $ source /opt/ros/<your_ros_version>/setup.bash
$ mkdir -p catkin_ws/src && cd catkin_ws
$ git clone -b boost https://github.com/UniversalRobots/Universal_Robots_Client_Library.git src/Universal_Robots_Client_Library
$ git clone https://github.com/UniversalRobots/Universal_Robots_ROS_Driver.git src/Universal_Robots_ROS_Driver
$ git clone -b melodic-devel-staging https://github.com/ros-industrial/universal_robot.git src/universal_robot
$ git clone -b melodic-devel https://github.com/ros-industrial/universal_robot.git src/universal_robot
$ sudo apt update -qq
$ rosdep update
$ rosdep install --from-paths src --ignore-src -y
Expand Down

0 comments on commit 189543f

Please sign in to comment.