Skip to content

Commit 559cc1e

Browse files
committed
Update README
1 parent d03f01e commit 559cc1e

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

+7-11
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Maintainers
1010
- [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).
1212

1313

1414
## Table of contents
@@ -36,18 +36,14 @@ Features:
3636
## Status
3737

3838
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
4141

4242
## Install
4343

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
5147
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`.
5248

5349
```
@@ -232,4 +228,4 @@ When you try to access two (or more) pico flexx cameras simultaneously from diff
232228

233229
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).
234230

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

Comments
 (0)