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

Repeated rosmake failure

asked 2014-04-02 19:53:01 -0500

ahadik gravatar image

updated 2014-04-03 05:07:54 -0500

demmeln gravatar image

I'm trying to install ardrone_autonomy and tum_ardrone, both of which I have downloaded. However, whenever I use rosmake with these packages I get the error

SyntaxError: EOL while scanning string literal
CMake Error at /opt/ros/hydro/share/catkin/cmake/safe_execute_process.cmake:11 (message):
  execute_process(/usr/bin/python
  "/opt/ros/hydro/ardrone_autonomy/build/catkin_generated/generate_cached_setup.py")
  returned error code 1
Call Stack (most recent call first):
  /opt/ros/hydro/share/catkin/cmake/all.cmake:178 (safe_execute_process)
  /opt/ros/hydro/share/catkin/cmake/catkinConfig.cmake:20 (include)
  /opt/ros/hydro/share/ros/core/rosbuild/public.cmake:249 (find_package)
  CMakeLists.txt:12 (rosbuild_init)


-- Configuring incomplete, errors occurred!
make: *** [all] Error 1

It's consistently the same error for both packages. Any ideas as to what is causing this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-04-03 05:09:29 -0500

demmeln gravatar image

You should not use rosmake with catkin packages, but rather catkin_make. I advise to read up on catkin in the wiki if you have not used it before: http://wiki.ros.org/catkin/Tutorials

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-04-02 19:53:01 -0500

Seen: 420 times

Last updated: Apr 03 '14