Skip to content

Commit 3b2ff20

Browse files
committed
Updated Maintainer list and fixed some minor typos in documentation
Signed-off-by: Christian Eichmann <eichmann@fzi.de>
1 parent 241f524 commit 3b2ff20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
![build badge](https://github.com/SICKAG/sick_safevisionary_base/actions/workflows/industrial_ci_iron_action.yml/badge.svg)
55
![build badge](https://github.com/SICKAG/sick_safevisionary_base/actions/workflows/industrial_ci_rolling_action.yml/badge.svg)
66

7-
# Sick Safevisionary Base
7+
# SICK safeVisionary Base
88
This is the C++ driver library for SICK safeVisionary 3D cameras.
99
It implements the core functionality of the sensor communication for usage in different frameworks.
1010

1111
## Sensor configuration
1212
Each camera needs an initial configuration once to get started. Here's a [brief explanation](./resources/doc/safety_designer.md) how to do that.
1313

14-
## ROS1/2 usage
14+
## ROS 1/2 usage
1515
There are two lean drivers that cover all supported ROS versions.
1616
You'll find them here:
1717
- [sick_safevisionary_ros1](https://github.com/SICKAG/sick_safevisionary_ros1)

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<package format="2">
33
<name>sick_safevisionary_base</name>
44
<version>1.0.1</version>
5-
<description>The package provides the basic hardware interface to the SICK Safevisionary sensor</description>
5+
<description>The package provides the basic hardware interface to the SICK safeVisionary sensor</description>
66

7+
<maintainer email="eichmann@fzi.de">Christian Eichmann</maintainer>
78
<maintainer email="grosse@fzi.de">Marvin Grosse Besselmann</maintainer>
8-
<maintainer email="scherzin@fzi.de">Stefan Scherzinger</maintainer>
99
<maintainer email="jochen.lienhart@sick.de">Jochen Lienhart</maintainer>
1010

1111
<license>Apache-2.0</license>

0 commit comments

Comments
 (0)