README.md: use markdown syntax for README
This commit is contained in:
parent
07ffd2ab0d
commit
7f90089fd9
|
@ -2,21 +2,25 @@ This is a layer to provide ROS Hydromedusa in an OpenEmbedded Linux system.
|
||||||
Currently, this layer is still under development and only provides
|
Currently, this layer is still under development and only provides
|
||||||
cross-compilation of the basic ros-comm packages.
|
cross-compilation of the basic ros-comm packages.
|
||||||
|
|
||||||
MAINTAINERS
|
## MAINTAINERS ##
|
||||||
Lukas Bulwahn, BMW Car IT GmbH <lukas.bulwahn@oss.bmw-carit.de>
|
|
||||||
Stefan Herbrechtsmeier, Bielefeld University <stefan@herbrechtsmeier.net>
|
|
||||||
|
|
||||||
CONTRIBUTORS
|
* Lukas Bulwahn, BMW Car IT GmbH <lukas.bulwahn@oss.bmw-carit.de>
|
||||||
Lukas Bulwahn, BMW Car IT GmbH <lukas.bulwahn@oss.bmw-carit.de>
|
* Stefan Herbrechtsmeier, Bielefeld University <stefan@herbrechtsmeier.net>
|
||||||
Stefan Herbrechtsmeier, Bielefeld University <stefan@herbrechtsmeier.net>
|
|
||||||
Tobias Weigl, BMW Car IT GmbH <tobias.weigl@bmw-carit.de>
|
|
||||||
Kartik Mohta <kartikmohta@gmail.com>
|
|
||||||
Koen Kooi <koen@dominion.thruhere.net>
|
|
||||||
Victor Mayoral Vilches <v.mayoralv@gmail.com>
|
|
||||||
Sergey 'Jin' Bostandzhyan <jin@dev.digitalstrom.org>
|
|
||||||
Andreas Hildisch, BMW Car IT GmbH <andreas.hildisch@bmw-carit.de>
|
|
||||||
|
|
||||||
HOW TO CONTRIBUTE
|
|
||||||
|
## CONTRIBUTORS ##
|
||||||
|
|
||||||
|
* Lukas Bulwahn, BMW Car IT GmbH <lukas.bulwahn@oss.bmw-carit.de>
|
||||||
|
* Stefan Herbrechtsmeier, Bielefeld University <stefan@herbrechtsmeier.net>
|
||||||
|
* Tobias Weigl, BMW Car IT GmbH <tobias.weigl@bmw-carit.de>
|
||||||
|
* Kartik Mohta <kartikmohta@gmail.com>
|
||||||
|
* Koen Kooi <koen@dominion.thruhere.net>
|
||||||
|
* Victor Mayoral Vilches <v.mayoralv@gmail.com>
|
||||||
|
* Sergey 'Jin' Bostandzhyan <jin@dev.digitalstrom.org>
|
||||||
|
* Andreas Hildisch, BMW Car IT GmbH <andreas.hildisch@bmw-carit.de>
|
||||||
|
|
||||||
|
|
||||||
|
## HOW TO CONTRIBUTE ##
|
||||||
|
|
||||||
We are still working on this development and are interested in other use cases.
|
We are still working on this development and are interested in other use cases.
|
||||||
If you are interested in this project, please contact us via email.
|
If you are interested in this project, please contact us via email.
|
||||||
|
@ -25,7 +29,7 @@ HOW TO CONTRIBUTE
|
||||||
and how to join forces.
|
and how to join forces.
|
||||||
|
|
||||||
|
|
||||||
DEPENDENCIES
|
## DEPENDENCIES ##
|
||||||
|
|
||||||
This layer depends on:
|
This layer depends on:
|
||||||
|
|
||||||
|
@ -33,12 +37,13 @@ DEPENDENCIES
|
||||||
branch: master
|
branch: master
|
||||||
revision: HEAD
|
revision: HEAD
|
||||||
|
|
||||||
|
|
||||||
URI: git://git.openembedded.org/meta-openembedded
|
URI: git://git.openembedded.org/meta-openembedded
|
||||||
layers: meta-oe
|
layers: meta-oe
|
||||||
branch: master
|
branch: master
|
||||||
revision: HEAD
|
revision: HEAD
|
||||||
|
|
||||||
DEPENDENCIES ON RECENT COMMITS
|
## DEPENDENCIES ON RECENT COMMITS ##
|
||||||
|
|
||||||
cv-bridge and dependent recipes, e.g., the image-transport recipes, depend on
|
cv-bridge and dependent recipes, e.g., the image-transport recipes, depend on
|
||||||
7568bfdd114597956a1da68746f207ec7f93a48d@openembedded-core.
|
7568bfdd114597956a1da68746f207ec7f93a48d@openembedded-core.
|
||||||
|
@ -47,7 +52,7 @@ DEPENDENCIES ON RECENT COMMITS
|
||||||
424e3c1b930c0103c2cedfd4df1671e84a5256d5@meta-openembedded.
|
424e3c1b930c0103c2cedfd4df1671e84a5256d5@meta-openembedded.
|
||||||
|
|
||||||
|
|
||||||
INSTALLATION
|
## INSTALLATION ##
|
||||||
|
|
||||||
The repository contains a layer for ROS that builds on top of the
|
The repository contains a layer for ROS that builds on top of the
|
||||||
OpenEmbedded Core layer and the meta-oe layer.
|
OpenEmbedded Core layer and the meta-oe layer.
|
||||||
|
@ -60,9 +65,10 @@ INSTALLATION
|
||||||
* commit bf9be2029b2bded5f532bdda4c38ae3dff5d1cf6 of git://git.openembedded.org/bitbake in the bitbake directory
|
* commit bf9be2029b2bded5f532bdda4c38ae3dff5d1cf6 of git://git.openembedded.org/bitbake in the bitbake directory
|
||||||
|
|
||||||
|
|
||||||
USAGE
|
## USAGE ##
|
||||||
|
|
||||||
Currently, you can cross-compile the ROS packages with the commands:
|
Currently, you can cross-compile the ROS packages with the commands:
|
||||||
|
|
||||||
source oe-init-build-env
|
source oe-init-build-env
|
||||||
bitbake <package-name>
|
bitbake <package-name>
|
||||||
|
|
||||||
|
@ -72,9 +78,11 @@ USAGE
|
||||||
roscore.
|
roscore.
|
||||||
|
|
||||||
You can compile the minimal Linux system with
|
You can compile the minimal Linux system with
|
||||||
|
|
||||||
bitbake core-image-ros-roscore
|
bitbake core-image-ros-roscore
|
||||||
|
|
||||||
Then for example, you start this system in the qemu virtual machine with
|
Then for example, you start this system in the qemu virtual machine with
|
||||||
|
|
||||||
runqemu <MACHINE> core-image-ros-roscore
|
runqemu <MACHINE> core-image-ros-roscore
|
||||||
|
|
||||||
|
|
||||||
|
@ -90,10 +98,11 @@ USAGE
|
||||||
touch /usr/.catkin
|
touch /usr/.catkin
|
||||||
|
|
||||||
Finally, you can start roscore with
|
Finally, you can start roscore with
|
||||||
|
|
||||||
roscore
|
roscore
|
||||||
|
|
||||||
|
|
||||||
LICENSE
|
## LICENSE ##
|
||||||
|
|
||||||
All metadata is MIT licensed unless otherwise stated. Source code included
|
All metadata is MIT licensed unless otherwise stated. Source code included
|
||||||
in tree for individual recipes is under the LICENSE stated in each recipe
|
in tree for individual recipes is under the LICENSE stated in each recipe
|
||||||
|
@ -106,17 +115,20 @@ LICENSE
|
||||||
This README document is Copyright (C) 2012 BMW Car IT GmbH.
|
This README document is Copyright (C) 2012 BMW Car IT GmbH.
|
||||||
|
|
||||||
|
|
||||||
REDISTRIBUTIONS
|
## REDISTRIBUTIONS ##
|
||||||
|
|
||||||
The log4cxx recipe originated from the recipe in the OpenEmbedded (Classic) Development
|
The log4cxx recipe originated from the recipe in the OpenEmbedded (Classic) Development
|
||||||
(cf. http://cgit.openembedded.org/openembedded/tree/recipes/log4cxx)
|
(cf. http://cgit.openembedded.org/openembedded/tree/recipes/log4cxx)
|
||||||
licensed with the MIT License.
|
licensed with the MIT License.
|
||||||
|
|
||||||
The yaml-cpp recipe originated from the recipe in Kartik Mohta's OpenEmbedded layer
|
The yaml-cpp recipe originated from the recipe in Kartik Mohta's OpenEmbedded layer
|
||||||
(cf. https://github.com/kartikmohta/meta-km/blob/master/recipes-devtools/yaml-cpp/yaml-cpp_0.3.0.bb)
|
(cf. https://github.com/kartikmohta/meta-km/blob/master/recipes-devtools/yaml-cpp/yaml-cpp_0.3.0.bb)
|
||||||
licensed with the MIT License.
|
licensed with the MIT License.
|
||||||
|
|
||||||
The libpoco recipe originated from the recipe in digitalSTROM's OpenEmbedded layer
|
The libpoco recipe originated from the recipe in digitalSTROM's OpenEmbedded layer
|
||||||
(cf. https://gitorious.digitalstrom.org/dss-oe/dss-oe/blobs/master/dS/meta-dss11-production/recipes-support/poco/poco_1.3.6p2.bb)
|
(cf. https://gitorious.digitalstrom.org/dss-oe/dss-oe/blobs/master/dS/meta-dss11-production/recipes-support/poco/poco_1.3.6p2.bb)
|
||||||
licensed with the MIT License.
|
licensed with the MIT License.
|
||||||
|
|
||||||
The core-image-ros-* recipes originated from the core-image-minimal recipe in OpenEmbedded Core
|
The core-image-ros-* recipes originated from the core-image-minimal recipe in OpenEmbedded Core
|
||||||
(cf. http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-core/images/core-image-minimal.bb)
|
(cf. http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-core/images/core-image-minimal.bb)
|
||||||
licensed with the MIT License.
|
licensed with the MIT License.
|
Loading…
Reference in New Issue