- Jul 19, 2013
-
-
herbrechtsmeier authored
yaml-cpp: incorporated recipe from Kartik Mohta's repository
-
Lukas Bulwahn authored
This commit adds the yaml-cpp recipe from the repository at https://github.com/kartikmohta/meta-km. The file is licensed with the MIT license (cf. https://github.com/kartikmohta/meta-km/blob/master/LICENSE). The original recipe can be found at https://github.com/kartikmohta/meta-km/blob/master/recipes-devtools/yaml-cpp/yaml-cpp_0.3.0.bb The README file acknowledges Kartik Mohta's contribution and names him as a contributor.
-
- Jul 16, 2013
-
-
Lukas Bulwahn authored
The bitbake call before each build of a recipe was not required. Commented out the fresh build, as it currently does not show more problems than simply building in a shared environment. Avoiding a fresh environment for each build decreases the runtime of the test dramatically.
-
- Jul 15, 2013
-
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
- Jul 11, 2013
-
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
- Jul 05, 2013
-
-
herbrechtsmeier authored
Another patch for optionally configuring tests
-
Lukas Bulwahn authored
-
herbrechtsmeier authored
Optionally configure tests
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
- Jul 04, 2013
-
-
Lukas Bulwahn authored
-
- Jul 02, 2013
-
-
Lukas Bulwahn authored
-
- Jul 01, 2013
-
-
vmayoral authored
The current catkin requires catkin_pkg >= 0.1.12 as indicated in https://github.com/ros/catkin/blob/groovy-devel/package.xml . See discussion in #99. lb: minor tweaking and commit message rewording Signed-off-by:
Víctor Mayoral Vilches <v.mayoralv@gmail.com> Signed-off-by:
Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
-
Lukas Bulwahn authored
catkin: adjustment for native recipe (cf. discussion #101)
-
Lukas Bulwahn authored
The native catkin recipe has no runtime dependency on the native version of packagegroup-core-buildessential.
-
- Jun 28, 2013
-
-
herbrechtsmeier authored
catkin runtime dependencies
-
Lukas Bulwahn authored
The catkin scripts require the ast python module, which is shipped with python-misc.
-
Lukas Bulwahn authored
catkin is a build tool based on cmake and requires the common build tools to work properly.
-
Lukas Bulwahn authored
The catkin_make command requires a number of python modules.
-
- Jun 14, 2013
-
-
herbrechtsmeier authored
rostest: rostest depends on rostest-native (resolves #83)
-
- Jun 13, 2013
-
-
Lukas Bulwahn authored
The rostest package requires that the rostest executable can be found by cmake's find during configure. Hence, rostest depends on rostest-native. To implement this, rostest and rostest-native are defined with different dependencies. This commit resolves issue #83.
-
- Jun 11, 2013
-
-
herbrechtsmeier authored
provides the angles and tf recipe
-
herbrechtsmeier authored
provides the image-transport recipe
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
The angles package is required for the tf package.
-
Lukas Bulwahn authored
-
- Jun 10, 2013
-
-
Lukas Bulwahn authored
-
- Jun 04, 2013
-
-
Stefan Herbrechtsmeier authored
The python script path for gen_cpp.py is hard coded in the CMake file and doesn't work during cross compile. Setup it via find_program during runtime. This closes #91 with the following error: *** No rule to make target `/usr/lib/gencpp/gen_cpp.py', needed by `devel/include/roscpp/Logger.h'. Stop Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
The python script path for gen_lisp.py is hard coded in the CMake file and doesn't work during cross compile. Setup it via find_program during runtime. This closes #87 with the following error: *** No rule to make target `/usr/lib/genlisp/gen_lisp.py', needed by `devel/share/common-lisp/ros/std_msgs/msg/Bool.lisp'. Stop Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
- May 31, 2013
-
-
Lukas Bulwahn authored
Due to continuous URI modifications and no tests, the initial commit of nodelet contained invalid hashes. They are corrected with this commit.
-
Lukas Bulwahn authored
Due to continuous URI modifications and no tests, the initial commit of pluginlib contained invalid hashes. They are corrected with this commit.
-
Lukas Bulwahn authored
This commit intends to add the static library to the main package. It resolves issue #82 and is a copy of a part of the catkin class.
-
Lukas Bulwahn authored
-
Stefan Herbrechtsmeier authored
This closes #69 and #80 with the following error: *** No rule to make target `/usr/lib/genpy/genmsg_py.py', needed by `devel/lib/python2.7/site-packages/std_msgs/msg/_Bool.py'. Stop. Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Lukas Bulwahn authored
Currently, it is not clear if the additional files are required in the normal package or the dev package. Hence, we do not touch them (they are not added to any package or deleted after the installation) until the right operation is clear. Until then, the console-bridge emits the warning WARNING: QA Issue: console-bridge: Files/directories were installed but not shipped /usr/share /usr/share/console_bridge /usr/share/console_bridge/package.xml /usr/share/console_bridge/cmake /usr/share/console_bridge/cmake/console_bridge-config.cmake
-