- Apr 11, 2013
-
-
Lukas Bulwahn authored
The rosversion command requires that the package.xml are available at run time. The rosversion command is used when starting roscore.
-
- Apr 10, 2013
-
-
herbrechtsmeier authored
adding some runtime dependencies
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
- Apr 05, 2013
-
-
Lukas Bulwahn authored
The recipe python-pprint rdepends on python-io. As this was not reflected in the oe-core repository, we added the dependency in genmsg. Now after the commit abe7bf9992e298f1b53e790eee7b064a9e4e8589 in oe-core, we can remove the runtime dependency in genmsg. This commit resolves issue #54. Signed-off-by:
Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
-
Lukas Bulwahn authored
-
- Apr 04, 2013
-
-
Stefan Herbrechtsmeier authored
The topic-tools fails during the do_compile step at: .../sysroots/x86_64-linux/usr/lib/libboost_thread-mt.so: could not read symbols: File in wrong format The failure comes from the rostest-native package which delivers a header file with boost dependencies and therefore add the relevant library to the link path. Add rostest to the DEPENDS to use the header and libraries from the cross sysroot and keep the native rostest for the binary. Fixed #51 Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
This commit provides a recipe for a core image to start roscore, and also tunes the README.
-
Lukas Bulwahn authored
For starting roscore, it requires a number of runtime dependencies. At the moment, all runtime dependencies, even recursive runtime dependencies, are added only in the roslaunch recipe. Hence, the recipe contains all runtime dependencies. At a later stage, one should move the recursive runtime dependencies into the appropriate recipes.
-
Lukas Bulwahn authored
In the topic-tools recipe, a QA error was raised as the .debug files were put into the main package. By adding this line in the catkin class, the files are now placed in the dbg package.
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
catkin.bbclass: Stage /usr/etc sysroot direcotry
-
Stefan Herbrechtsmeier authored
The CMake generate_messages function from the genmsg package detects the installed message generators via files in the /usr/etc/ros/genmsg directory. Stage the /usr/etc directory manually as it is not a common path. Fixed #50 Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
- Mar 28, 2013
-
-
Lukas Bulwahn authored
The roscpp-core package is a meta-package. This meta-package and the concept meta-package in general is not used for any purpose in our layer.
-
Lukas Bulwahn authored
Since its initial contribution in f73e30ae, the topic-tools had an untested md5 hash for the license check.
-
- Mar 20, 2013
-
-
herbrechtsmeier authored
Minor organisation improvements
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
CONTENTS: reducing the CONTENTS file to a general description of some files and the basic directories
-
herbrechtsmeier authored
Minor improvement in message_filters
-
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>
-