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
* Remove references to melodic
* Reference master branch of urcl
* Remove extra note for UR16
* Complete content list
* Add note about preferring binary installation of the driver
Co-authored-by: Felix Exner (fexner) <[email protected]>
Before building from source make sure that you actually need to do that. We recommend you install the driver from its binary packages unless you want to join development and submit changes.
108
111
109
112
**Note:** The driver consists of a [C++
110
113
library](https://github.com/UniversalRobots/Universal_Robots_Client_Library) that abstracts the
111
114
robot's interfaces and a ROS driver on top of that. As the library can be built without ROS support,
112
115
it is not a catkin package and therefore requires a different treatment when being built inside the
113
116
workspace. See The alternative build method below if you'd like to build the library from source.
114
117
115
-
If you don't want to build the library from source, it is available as a binary package through the
116
-
ROS distribution of ROS melodic and noetic. It will be installed automatically if you
117
-
follow the steps below. If you'd like to also build the library from source, please follow the steps
118
-
explained in the [next section](#alternative-all-source-build).
0 commit comments