- May 24, 2013
-
-
Lukas Bulwahn authored
-
- May 23, 2013
-
-
Stefan Herbrechtsmeier authored
The last patched version assumes that the variable msg include dirs is only one directory and not a list of directories. This leads to errors if generate_message(DIRECTORY ...) occurs twice in the CMakeLists files. Make Error at build/devel/share/cmake/...-msg-paths.cmake:2 (if): | if given arguments: | | "NOT" "IS_ABSOLUTE" "" "" Fixed issue #72. Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
- May 22, 2013
-
-
Stefan Herbrechtsmeier authored
The python binary path for genmsg_py.py and gensrv_py.py are hard coded in the CMake file and don't work during cross compile. Setup them via find_program during runtime. This fix #69 and 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>
-
- May 21, 2013
-
-
Lukas Bulwahn authored
-
- May 17, 2013
-
-
Lukas Bulwahn authored
The rosbash tools does not run with the BusyBox shell, and requires the bash and the common find utility.
-
Lukas Bulwahn authored
The rostopic tool needs the rosbag python module for its execution.
-
Lukas Bulwahn authored
When importing the rosbag python module, it requires these python modules.
-
Lukas Bulwahn authored
When importing the rosbag module in python, it fails in a genpy python module complaining about missing the shutil python module. The shutils module is provided by python-shell.
-
- May 15, 2013
-
-
Lukas Bulwahn authored
After changing the CMakeLists files of the sources and adding the dependencies, the three chatter recipes cross-compile.
-
- May 14, 2013
-
-
Lukas Bulwahn authored
The recipes are supposed to cross-compile and install the chatter example. In this commit, the recipe do not contain any dependencies and configure does not run through yet.
-
- Apr 11, 2013
-
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
- Apr 10, 2013
-
-
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>
-
- 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
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.
-
- 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
-
-
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>
-
- Mar 14, 2013
-
-
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
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
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>
-
- Mar 04, 2013
-
-
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
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>
-