Skip to content
Snippets Groups Projects
Commit 4af57644 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

describing the current error of the ros package; experimenting with ros package

parent 22f942c1
No related branches found
No related tags found
No related merge requests found
......@@ -100,8 +100,26 @@ OPEN ISSUES for M2:
- understand what rosinstall actually does
- how fetch from multiple git repositories in one recipe?
OPEN ISSUES for PUBLICATION:
- Explain how to/write a script to obtain the files in ros_server
CURRENT STATE:
`bitbake ros` fails with:
> CMake Error at catkin/cmake/find_program_required.cmake:5 (message):
> check_test_ran.py not found
> Call Stack (most recent call first):
> ../catkin/CMakeFiles/tests.cmake:31 (find_program_required)
> ../catkin/CMakeFiles/tests.cmake:41 (catkin_initialize_tests)
> catkin/cmake/all.cmake:54 (include)
> catkin/CMakeLists.txt:12 (include)
>
>
>
> -- Configuring incomplete, errors occurred!
>
>
> ERROR: Function failed: do_configure (see /home/lukas/NEW/poky-danny-8.0/build/tmp/work/i586-poky-linux/ros-1.0-r0/temp/log.do_configure.9702 for further information)
> ERROR: Logfile of failure stored in: /home/lukas/NEW/poky-danny-8.0/build/tmp/work/i586-poky-linux/ros-1.0-r0/temp/log.do_configure.9702
LICENSE
......
......@@ -31,6 +31,6 @@ do_rosinstall () {
mkdir -p ./ros-underlay
rosinstall --catkin ./ros-underlay fuerte-ros-base.rosinstall
}
addtask rosinstall after do_patch before generate_toolchain_file
addtask rosinstall after do_patch before do_configure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment