-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move setup instructions to ur_client_library #248
Conversation
When using the assembled documentation this wasn't working properly otherwise.
69cc8f9
to
8eb1f2d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #248 +/- ##
==========================================
+ Coverage 71.71% 73.03% +1.31%
==========================================
Files 71 75 +4
Lines 2786 2896 +110
Branches 353 360 +7
==========================================
+ Hits 1998 2115 +117
+ Misses 596 594 -2
+ Partials 192 187 -5 ☔ View full report in Codecov by Sentry. |
As the robot setup instructions are independent whether ROS, ROS 2 or a custom application is using the client library, documentation for that should also go to the client library.
8eb1f2d
to
d6944a1
Compare
Suggest using tabs for the installation on CB3, E-series and PolyscopeX instead of different pages |
Co-authored-by: Rune Søe-Knudsen <[email protected]>
Co-authored-by: Rune Søe-Knudsen <[email protected]>
Script startup | ||
-------------- | ||
|
||
All of the above is put together in a script in the ``ur_client_library`` package. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of the above is put together in a script in the ``ur_client_library`` package. | |
All of the above is put together in a script in the ``ur_client_library`` ROS package. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't that a bit misleading? It's part of the ur_client_library. Yes, it gets installed in the ROS packages, but they are merely distributions of this repo. I would consider the code in this repo a package also independent of ROS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, lets skip it
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comments and code suggestions
Co-authored-by: Rune Søe-Knudsen <[email protected]>
How about 55cdf01? |
Co-authored-by: Rune Søe-Knudsen <[email protected]>
Co-authored-by: Rune Søe-Knudsen <[email protected]>
As suggested in #240 we want to move more common setup instructions to the client library. It's documentation is pulled into https://github.com/UniversalRobots/Universal_Robots_ROS_Documentation anyway, so it will be available in the ROS documentation, anyway.
This is currently a draft, as there will be accompanying PRs in the ROS 2 driver and documentation repos.
Closing #240