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

logicalguy's profile - activity

2015-10-22 21:05:01 -0500 received badge  Famous Question (source)
2014-05-31 22:27:08 -0500 received badge  Notable Question (source)
2013-06-06 06:25:56 -0500 received badge  Famous Question (source)
2013-05-29 10:55:57 -0500 received badge  Popular Question (source)
2013-05-28 15:42:59 -0500 received badge  Famous Question (source)
2013-05-07 15:54:55 -0500 received badge  Notable Question (source)
2013-05-07 15:54:55 -0500 received badge  Popular Question (source)
2013-04-30 23:34:41 -0500 received badge  Famous Question (source)
2013-04-22 23:04:32 -0500 asked a question groovy roswtf pythonpath errors - python libraries not built?

Hi, I've successfully installed ROS Groovy in Gentoo using the source, and I've completed the beginner tutorials successfully. When it came to the roswtf tutorial, I got all these errors about PYTHONPATH inconsistencies. The output is here: (http://)bpaste.net/show/93407/

It seems to suggest that the python libraries for many packages were not built.

Am I correct in this understanding?

What could I have done while building from source to ensure that the python libraries were built?

Also, about the ROS_PACKAGE_PATH errors - do I need to worry about them?

Looking forward to your help. Thanks.

2013-04-22 06:16:33 -0500 received badge  Notable Question (source)
2013-04-07 16:45:09 -0500 received badge  Student (source)
2013-04-05 13:52:54 -0500 received badge  Notable Question (source)
2013-04-05 11:17:12 -0500 received badge  Popular Question (source)
2013-04-05 01:57:09 -0500 asked a question error building groovy from source --> move_base_msgs notfound

Hi, I have been following the instructions from www.ros.org/wiki/groovy/Installation/Source to build ROS Groovy on Gentoo x86_64 and it is nearly there! Just one thing fails for me right at the end. I would be very grateful for help in solving this.

The catkin ws is built and the rosbuild ws fails right at the end with this message:

{-------------------------------------------------------------------------------
  mkdir -p bin
  cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=/opt/ros/groovy/share/ros/core/rosbuild/rostoolchain.cmake  ..
  [rosbuild] Building package simple_navigation_goals_tutorial
  Failed to invoke /opt/ros/groovy/bin/rospack deps-manifests simple_navigation_goals_tutorial
  [rospack] Error: package/stack 'simple_navigation_goals_tutorial' depends on non-existent package 'move_base_msgs' and rosdep claims that it is not a system dependency. Check the ROS_PACKAGE_PATH or try calling 'rosdep update'


  CMake Error at /opt/ros/groovy/share/ros/core/rosbuild/public.cmake:129 (message):


    Failed to invoke rospack to get compile flags for package
    'simple_navigation_goals_tutorial'.  Look above for errors from rospack
    itself.  Aborting.  Please fix the broken dependency!

  Call Stack (most recent call first):
    /opt/ros/groovy/share/ros/core/rosbuild/public.cmake:203 (rosbuild_invoke_rospack)
    CMakeLists.txt:12 (rosbuild_init)


  -- Configuring incomplete, errors occurred!
-------------------------------------------------------------------------------}

I have searched for the move_base_msgs package and it does not exist on my computer. How do I install this package so I can move on to bigger and better things :)

Thanks again for your help.

2013-04-05 01:48:57 -0500 commented answer install groovy from source fails at pcl

Yes, I had to rebuild vtk from source and it worked. Thanks.

2013-04-04 14:23:50 -0500 received badge  Popular Question (source)
2013-04-03 20:33:44 -0500 asked a question install groovy from source fails at pcl

Hi, I'm trying to install groovy from source on a Gentoo laptop using instructions from here:

www.ros.org/wiki/groovy/Installation/Source

It fails while building the point cloud library. Please help on how to proceed.

Thanks.

The command I'm using to build is:

./src/catkin/bin/catkin_make_isolated --install-space /opt/ros/groovy --cmake-args -DSETUPTOOLS_DEB_LAYOUT=OF

This is the first error it threw up while building the pcl package:

[ 17%] Building CXX object examples/common/CMakeFiles/pcl_example_check_if_point_is_valid.dir/example_check_if_point_is_valid.cpp.o
Linking CXX shared library ../lib/libpcl_io.so
Linking CXX executable ../../bin/pcl_example_check_if_point_is_valid
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/local/lib/vtk-5.10/libvtkCommon.a(vtkFloatArray.cxx.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/vtk-5.10/libvtkCommon.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [lib/libpcl_io.so.1.6.0] Error 1
make[1]: *** [io/CMakeFiles/pcl_io.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

But then it goes on and then breaks down completely here:

[ 22%] Building CXX object sample_consensus/CMakeFiles/pcl_sample_consensus.dir/src/prosac.cpp.o
Linking CXX shared library ../lib/libpcl_sample_consensus.so
[ 22%] Built target pcl_sample_consensus
make: *** [all] Error 2
Traceback (most recent call last):
  File "./src/catkin/bin/../python/catkin/builder.py", line 658, in build_workspace_isolated
    number=index + 1, of=len(ordered_packages)
  File "./src/catkin/bin/../python/catkin/builder.py", line 456, in build_package
    install, jobs, force_cmake, quiet, last_env, cmake_args, make_args
  File "./src/catkin/bin/../python/catkin/builder.py", line 359, in build_cmake_package
    run_command(make_cmd, build_dir, quiet)
  File "./src/catkin/bin/../python/catkin/builder.py", line 186, in run_command
    raise subprocess.CalledProcessError(proc.returncode, ' '.join(cmd))
CalledProcessError: Command '/home/ro/ros_catkin_ws/devel_isolated/nodelet_topic_tools/env.sh make -j4 -l4' returned non-zero exit status 2
<== Failed to process package 'pcl': 
  Command '/home/ro/ros_catkin_ws/devel_isolated/nodelet_topic_tools/env.sh make -j4 -l4' returned non-zero exit status 2

Reproduce this error by running:
==> /home/ro/ros_catkin_ws/devel_isolated/nodelet_topic_tools/env.sh make -j4 -l4

Command failed, exiting.
2013-03-30 19:46:09 -0500 commented question rosrun turtlesim turtlesim_node -- couldn't find executable

does anybody know anything about what may be wrong, either with the wiki or with what I've done??

2013-03-28 03:03:05 -0500 asked a question rosrun turtlesim turtlesim_node -- couldn't find executable

Hi,

I just installed ros groovy from source on gentoo amd64 and am working through the beginner's tutorials. I'm on the "Understanding ROS Nodes" tutorial and installed the ros_tutorials metapackage from git using catkin_make in a catkin ws. I've sourced the correct env variables and rospack list shows that ros_tutorials/turtlesim package is installed. However, the above mentioned command fails, and a listing of all the turtlesim related directories shows no file named as turtlesim_node. Here is my output:

$ rosrun turtlesim turtlesim_node
[rosrun] Couldn't find executable named turtlesim_node below /home/user/ros-groovy-metapackages/src/ros_tutorials/turtlesim
$ roscd turtlesim
$ ls *
CMakeLists.txt  mainpage.dox  package.xml

images:
box-turtle.png   electric.png  groovy.png   robot-turtle.png  turtle.png
diamondback.png  fuerte.png    palette.png  sea-turtle.png    turtle.xar

include:
turtlesim

launch:
multisim.launch

msg:
Color.msg  Pose.msg

src:
turtle.cpp  turtle_frame.cpp  turtlesim  turtlesim.cpp

srv:
Kill.srv  SetPen.srv  Spawn.srv  TeleportAbsolute.srv  TeleportRelative.srv

tutorials:
draw_square.cpp  mimic.cpp  teleop_turtle_key.cpp
2013-03-25 06:01:04 -0500 commented question How can I have `rosdep install -a` run even when it fails to resolve all packages?

Hey did it work for you? I'm meaning to try installing groovy on a gentoo machine, but I'm concerned I might get stuck on something I can't solve..