3f77ac93ff
ros-workspace installs its setup scripts under <prefix>, which is an unnatural location when <prefix> is /usr. Move them to be under <sysconfdir>/profile.d/ros and create "ros_" prefixed symlinks to them under <bindir>. If "ros-workspace-implicit" appears in DISTRO_FEATURES, create a ros.sh that sources ros/setup.sh, thereby setting up the ROS workspace for every login shell. |
||
---|---|---|
classes | ||
conf | ||
files | ||
generated-recipes-bouncy | ||
generated-recipes-crystal | ||
generated-recipes-dashing | ||
generated-recipes-melodic | ||
includes-ros1 | ||
includes-ros2 | ||
licenses | ||
recipes-core | ||
recipes-devtools | ||
recipes-extended | ||
recipes-graphics/graphviz | ||
recipes-sca/cppcheck | ||
recipes-support | ||
recipes-test/cppunit | ||
scripts | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
.yottaci.yml | ||
CONTENTS | ||
COPYING.MIT | ||
README.md |
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.