- Mar 20, 2013
-
-
Lukas Bulwahn authored
CONTENTS: reducing the CONTENTS file to a general description of some files and the basic directories
-
Lukas Bulwahn authored
The recipe contains a hyphen in their name, hence we must use the ROS_BPN variable. Signed-off-by:
Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
-
Lukas Bulwahn authored
-
- Mar 14, 2013
-
-
Lukas Bulwahn authored
Work on catkin and updating all recipes to improve the aspect of which native packages the packages really depend on.
-
Stefan Herbrechtsmeier authored
Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
-
Stefan Herbrechtsmeier authored
Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
Rostest depends on its own package and therefore needs to search in the devel space for the rostestConfig.cmake during native build. | CMake Error at /.../usr/share/catkin/cmake/find_program_required.cmake:5 (message): | rostest not found | Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
All ROS packages with install tools in the bin directory or install python code with is used by other packages should be used as native version. Adapte the DEPENDS accordingly. Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
Adapt genmsg to handle msg files relatively to the current cmake path. Without this modification genmsg failed to generate messages because it pass a path without sysroot to the python code. Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
Catkin require a .catkin file in all CMAKE_PREFIX_PATH to add them to the CATKIN_WORKSPACES. Remove this requirement as it couldn't be satisfy when catkin packages are installed into the common usr prefix. Without this adaption catkin couldn't find all files. Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
The local version was replaced by a solution from a catkin maintainer. Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
Replace CXXFLAGS += "-fPIC" with EXTRA_CXXFLAGS to allow native build and use relative paths to simplify recipe. Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
- Mar 13, 2013
-
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
In the previous commit, I accidently also edited another line than intended and missed to see the accident before committing. This commit reverts that accident. Signed-off-by:
Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
-
Lukas Bulwahn authored
This prepares the script to produce directly into the git submodule. Signed-off-by:
Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
-
Lukas Bulwahn authored
In the future, all test reports are supposed to be tracked and archived in the meta-ros-test-reports git repository. This git repository is linked into the meta-ros with a git submodule in the directory test-reports. Signed-off-by:
Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
-
- Mar 11, 2013
-
-
Tobias Weigl authored
-
- Mar 08, 2013
-
-
Lukas Bulwahn authored
-
- Mar 07, 2013
-
-
herbrechtsmeier authored
clean-up and some new recipes
-
- Mar 05, 2013
-
-
Lukas Bulwahn authored
The commit 83c813b8 was due to an experiment to cross-compile some packages and compile other on the target. It turned out that there are a couple of difficulties and stopped working on that experiment. To obtain a working native compilation of ros-groovy, this commit reverts the commit 83c813b8 to a state where the installation and compilation worked.
-
Lukas Bulwahn authored
In the current state, the catkin recipe does not work on the target system. We want to keep the native compilation of ros groovy working, even if our current development is focusing on the cross-compilation. To make the native compilation of ros groovy more stable, we go back to the previous state where even catkin was compiled on the target system. Hence, this commit reverts commit 2c8274b7 to obtain that previous state. The conflicts in the files of this commit were manually resolved.
-
- Mar 04, 2013
-
-
Lukas Bulwahn authored
Signed-off-by:
Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
-
Lukas Bulwahn authored
The recipes were created by manually extracting the information from the corresponding package.xml. Signed-off-by:
Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
-
Lukas Bulwahn authored
Signed-off-by:
Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
-
Lukas Bulwahn authored
After the release of ROS groovy, there is no strong reason to continue to work on the cross-compilation of the previous ROS version fuerte. Hence, this commit removes the initial non-functioning recipe and the reference in the README file. For cross-compiling ROS fuerte, the repository at https://github.com/yida/yida-collections might be a better starting point anyway. Signed-off-by:
Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
-
- Mar 01, 2013
-
-
Lukas Bulwahn authored
- Feb 28, 2013
-
-
Lukas Bulwahn authored
Improving catkin class and addressing issues in various recipes
-
Stefan Herbrechtsmeier authored
Add the package to the dependency because the do_configure fails as it tries to find the package. Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
Add additonal file entries with standard ros paths to fix the following warnings: WARNING: QA Issue: std-msgs: Files/directories were installed but not shipped /usr/share/std_msgs/msg WARNING: QA Issue: rosconsole: Files/directories were installed but not shipped /usr/share/ros/config/rosconsole.config Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
Cmake should search in the native sysroot for rosunit. Remove NO_CMAKE_FIND_ROOT_PATH from the find_program call to allow cmake to search in the native sysroot. Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
Add the package to the dependency because the do_configure fails as it tries to find the package. Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-