Go to file
JeongBong Seo 40d65c087b WIP ros2cli-0.6.3.inc: Append to RDEPENDS (add more testing for MS2)
On the target, it fails to execute ros2 commands because of missing
python3 packages.

After installing these packages, I tested some ros2 commands:
$ ros2 topic list/echo/pub/hz/info
$ ros2 service list
$ ros2 node list/info
$ ros2 launch *** (topic/service tested after installing demo-nodes-cpp)
$ ros2 pkg list (after export AMENT_PREFIX_PATH="/usr")
2019-07-03 14:24:59 -07:00
classes DRAFT ament.bbclass: Don't remove local_setup.*, environment from what's installed 2019-07-03 14:24:55 -07:00
conf TEMP console-bridge: Provide v0.4.2 for crystal, bionic v0.4.0 for melodic, bouncy 2019-07-03 14:24:58 -07:00
files DRAFT {dashing} Initial sync to dashing-cache.yaml 20190607222522 2019-07-03 14:24:46 -07:00
generated-recipes-bouncy DRAFT {bouncy} Initial sync to bouncy-cache.yaml as of 20190617174059 2019-07-03 14:24:44 -07:00
generated-recipes-crystal DRAFT {crystal} Initial sync to crystal-cache.yaml as of 20190617172901 2019-07-03 14:24:45 -07:00
generated-recipes-dashing DRAFT {dashing} Initial sync to dashing-cache.yaml 20190607222522 2019-07-03 14:24:46 -07:00
generated-recipes-melodic DRAFT {melodic} Initial sync to melodic-cache.yaml as of 20190617190348 2019-07-03 14:24:43 -07:00
includes-ros2 WIP ros2cli-0.6.3.inc: Append to RDEPENDS (add more testing for MS2) 2019-07-03 14:24:59 -07:00
lib/recipetool New plugin for generating catkin recipes 2017-08-25 16:13:12 -07:00
licenses Added python-defusedxml recipe to fix runtime dependency. 2018-07-11 20:44:21 +02:00
recipes-core DRAFT packagegroup-ros-world.bb: Get RDEPENDS from ROS_SUPERFLORE_GENERATED_WORLD_PACKAGES, etc. 2019-07-03 14:24:55 -07:00
recipes-devtools DRAFT python-catkin-pkg.inc: Add dependency on pyparsing 2019-07-03 14:24:55 -07:00
recipes-extended TEMP console-bridge: Provide v0.4.2 for crystal, bionic v0.4.0 for melodic, bouncy 2019-07-03 14:24:58 -07:00
recipes-graphics/graphviz DRAFT graphviz_2.40.1.bb: Import from meta-oe[master]@a07c969aebea4edb66babbc264777f626ed8eb7b 2019-07-03 14:24:39 -07:00
recipes-sca/cppcheck DRAFT cppcheck: Add downloadfilename parameter to SRC_URI 2019-07-03 14:24:39 -07:00
recipes-support DRAFT asio_%.bbappend: BBCLASSEXTEND = "native" 2019-07-03 14:24:55 -07:00
recipes-test/cppunit DRAFT cppunit: Upgrade to v1.14.0 2019-07-03 14:24:40 -07:00
scripts DRAFT Add scripts/ros-generate-recipes.sh 2019-07-03 14:24:43 -07:00
.gitignore DRAFT .gitignore: Ignore .pr-*.tmp 2019-07-03 14:24:43 -07:00
.gitmodules dropping unmaintained test-reports git submodule (resolves #297) 2014-12-02 08:41:55 +01:00
.travis.yml .travis.yml: continuously check the patch files 2014-08-18 06:53:41 +02:00
.yottaci.yml enable CI builds 2017-09-20 08:57:29 +03:00
CONTENTS CONTENTS: adjusted to current state and tuned formatting 2013-08-05 08:12:21 +02:00
COPYING.MIT adding license in preparation of going public 2012-12-20 14:23:02 +01:00
README.md DRAFT README.md: Branch is now rebaseable [morty-draft] 2019-07-03 14:24:33 -07:00

README.md

Rebaseable Branch morty-draft

NOTICE: This branch may be rebased without warning. You are advised to specify the --rebase option when pulling.

UNDER CONSTRUCTION!

The original implementation of meta-ros for ROS 1 Indigo Igloo (https://github.com/bmwcarit/meta-ros was transferred here on 2019-06-25. It is in the process of being upgraded to be able to build current ROS 1 and ROS 2 distros (Crystal Clemmys, Dashing Diademata, and eventually Melodic Morenia and Bouncy Bolson) from recipes generated by superflore and might not be usable for a little while. Please see this wiki page for details of what is being done. Draft versions of these changes are in this branch.

The original implementation has been retained in the legacy branch.