|
8 | 8 |
|
9 | 9 | ## Maintainers
|
10 | 10 | - [Alexis Maldonado](https://ai.uni-bremen.de/team/alexis_maldonado), [Institute for Artificial Intelligence](https://ai.uni-bremen.de/), University of Bremen
|
11 |
| -- [Martin Günther](http://robotik.dfki-bremen.de/de/ueber-uns/mitarbeiter/magu02.html), [Robotics Innovation Center (RIC), DFKI](http://robotik.dfki-bremen.de/de/startseite.html). |
| 11 | +- [Martin Günther](https://www.dfki.de/en/web/about-us/employee/person/magu02/), [Plan-Based Robot Control, DFKI](https://www.dfki.de/en/web/research/research-departments/plan-based-robot-control). |
12 | 12 |
|
13 | 13 |
|
14 | 14 | ## Table of contents
|
@@ -36,18 +36,14 @@ Features:
|
36 | 36 | ## Status
|
37 | 37 |
|
38 | 38 | The driver has been tested on:
|
39 |
| - - Ubuntu 14.04 and 16.04 |
40 |
| - - ROS Indigo and ROS Kinetic |
| 39 | + - Ubuntu 14.04, 16.04, 18.04, 20.04 |
| 40 | + - ROS Indigo, Kinetic, Melodic, Noetic |
41 | 41 |
|
42 | 42 | ## Install
|
43 | 43 |
|
44 |
| -1. Install ROS: [Instructions for Ubuntu 16.04](http://wiki.ros.org/kinetic/Installation/Ubuntu) |
45 |
| -2. [Setup your ROS environment](http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment) |
46 |
| -3. Download the royale SDK from http://www.pmdtec.com/picoflexx/ and extract it |
47 |
| - |
48 |
| - * Ubuntu Trusty (ROS Indigo) requires libroyale version 3.11.0.42 or lower (see [#18](https://github.com/code-iai/pico_flexx_driver/issues/18)). |
49 |
| - * Ubuntu Xenial should work with the newest version of libroyale. |
50 |
| - |
| 44 | +1. Install ROS: [Instructions for Ubuntu 20.04](https://wiki.ros.org/noetic/Installation/Ubuntu) |
| 45 | +2. [Setup your ROS environment](https://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment) |
| 46 | +3. Download the royale SDK from https://pmdtec.com/picofamily/software/ and extract it |
51 | 47 | 4. Extract the archive that matches your kernel architecture from the extracted SDK to `<catkin_ws>/src/pico_flexx_driver/royale`. You can find out what your kernel architecture is by running `uname -m`.
|
52 | 48 |
|
53 | 49 | ```
|
@@ -232,4 +228,4 @@ When you try to access two (or more) pico flexx cameras simultaneously from diff
|
232 | 228 |
|
233 | 229 | However, you only get this error when accessing the cameras *from different processes*, i.e., by starting two instances of the `pico_flexx_driver` node, or by running two instances of the `pico_flexx_nodelet` in two *different* nodelet managers. This seems to be a limitation of libroyale. Also see issue [#13](https://github.com/code-iai/pico_flexx_driver/issues/13).
|
234 | 230 |
|
235 |
| -**Workaround:** Start two instances of `pico_flexx_nodelet` in the *same* nodelet manager. |
| 231 | +**Workaround:** Start all instances of `pico_flexx_nodelet` in the *same* nodelet manager. |
0 commit comments