ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Unable to build groovy release of resource_retriever

asked 2013-01-29 15:29:53 -0500

kurt.christofferson gravatar image

Any pointers as to what is wrong would be greatly appreciated...

Obtained package using wstool for desktop-full. OS is debian:wheezy (raspberry pi)

==> cmake /.../catkin_ws/src/resource_retriever -DCATKIN_DEVEL_PREFIX=/.../devel_isolated/resource_retriever -DCMAKE_INSTALL_PREFIX=/opt/ros/groovy

-- Using CATKIN_DEVEL_PREFIX: ....

-- Using CMAKE_PREFIX_PATH: ....

-- This workspace overlays: /opt/ros/groovy

-- Found gtest sources under 'usr/src/gtest': gtests will be built

-- catkin 0.5.63

-- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)

CURL not found! Aborting...

CMake Error at CMakeLists.txt:19 (fail):

Unkown CMail command "fail".

=====

(Taken from CMakeLists.txt)

include(FindCURL)

if(NOT CURL_FOUND)

message("CURL not found! Aborting...")

fail()

endif(NOT CURL_FOUND)

edit retag flag offensive close merge delete

Comments

is there a specific reason why you want to build desktop-full?

kalectro gravatar image kalectro  ( 2013-01-29 18:32:02 -0500 )edit

No. New to ROS and am not sure what packages I will need. This is a group of us and my task is to get the full to build on pi.

kurt.christofferson gravatar image kurt.christofferson  ( 2013-02-05 03:14:30 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-02-05 06:55:08 -0500

kalectro gravatar image

updated 2013-02-05 06:56:10 -0500

I would recommend starting with the desktop package and go from there. Setting up ROS full does not make too much sense because the RasPi will be too slow for most visualization. There is a tutorial on how to set up groovy here

It also provides an iso you can dd on your SD card so you can get started right away

I would recommend joining the ROS SIG embedded

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-29 15:29:53 -0500

Seen: 314 times

Last updated: Feb 05 '13