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

heyfred's profile - activity

2014-10-17 16:32:59 -0500 received badge  Famous Question (source)
2014-10-17 16:32:59 -0500 received badge  Notable Question (source)
2014-09-08 19:15:10 -0500 received badge  Popular Question (source)
2014-08-11 10:11:35 -0500 received badge  Famous Question (source)
2014-06-22 12:22:49 -0500 received badge  Popular Question (source)
2014-06-22 12:22:49 -0500 received badge  Notable Question (source)
2014-01-28 17:24:53 -0500 marked best answer Failed to install log4cxx! (homebrew osx 10.6.8)

Trying to run the command: rosinstall ~/ros "http://packages.ros.org/cgi-bin/gen_rosinstall.py?rosdistro=electric&variant=desktop-full&overlay=no"

But I am getting the error: "Failed to install log4cxx! [ rosmake ] rosdep install failed: Rosdep install failed"

Traceback (most recent call last): File "/usr/local/bin/rosinstall", line 5, in <module> pkg_resources.run_script('rosinstall==0.5.29', 'rosinstall') File "/Library/Python/2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 489, in run_script

File "/Library/Python/2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 1214, in run_script self.egg_info = os.path.join(path, 'EGG-INFO') File "/Library/Python/2.6/site-packages/rosinstall-0.5.29-py2.6.egg/EGG-INFO/scripts/rosinstall", line 764, in <module>

File "/Library/Python/2.6/site-packages/rosinstall-0.5.29-py2.6.egg/EGG-INFO/scripts/rosinstall", line 754, in rosinstall_main

File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 462, in check_call

2014-01-22 07:27:26 -0500 asked a question RQT Multiple UI files

I am trying to create a GUI for my robot using the rqt package and I want to be able to change the display when a button is clicked.

I've got it working with one ui file but can't seem to change the ui files over. I can make the ui disappear completely but I can't get the second one to appear.

Does anyone have any experience using rqt or any suggestions that might help?

Thanks!

2013-12-30 12:01:37 -0500 commented answer Current recommended installation for MacBook Pro? (OS X 10.9)

I have decided to install ros groovy in a Ubuntu 12.04 virtual machine which was an easy installation. I haven't tried connecting it to a robot yet but all of the drivers have installed fine. Thanks for the answers.

2013-12-25 15:53:58 -0500 received badge  Famous Question (source)
2013-12-22 19:00:40 -0500 received badge  Good Question (source)
2013-12-21 21:13:32 -0500 received badge  Notable Question (source)
2013-12-21 05:05:01 -0500 received badge  Nice Question (source)
2013-12-21 04:26:08 -0500 received badge  Popular Question (source)
2013-12-20 08:07:13 -0500 answered a question openni_tracker on pioneer: illegal instruction

Have you checked the version of NITE that you have downloaded? I think I had a similar problem when I was using a 64 bit version of Ubuntu and installed the 32 bit version of NITE.

You'll want the x86 version of the NITE release you downloaded.

2013-12-20 07:46:48 -0500 asked a question Current recommended installation for MacBook Pro? (OS X 10.9)

I have just bought a new Retina MacBook Pro which has OS X 10.9 (Mavericks) installed on it and I need to install ROS in the simplest way to continue developing. I am currently using ROSJava Groovy with the gradle build system on Ubuntu 13.04 (unsupported) and I am wondering which way is best to install ROS.

The options I'm currently considering are:

  • Mac OS X 10.9 install with ROSJava Groovy
  • Ubuntu 13.04 with ROSJava Groovy
  • Some OS with Hydro

but any advice would be appreciated.

I would prefer to install on Mac OS X however I have previously tried to install it on OS X 10.6 (Snow Leopard) and could never manage to install it successfully.

I'm also reluctant to upgrade to the Catkin build system as I have been using Gradle and don't have experience of Catkin but I would upgrade if I couldn't avoid it.

Is anyone able to recommend the best install method for people in this situation?

Thanks for your help in advance

2013-07-21 23:14:50 -0500 received badge  Famous Question (source)
2013-01-13 05:42:25 -0500 received badge  Notable Question (source)
2012-12-12 02:37:26 -0500 received badge  Popular Question (source)
2012-11-25 02:15:30 -0500 asked a question Network connection stopping ros subscription

Whilst running the tutorial: http://www.ros.org/wiki/stage/Tutorials/SimulatingOneRobot

I am trying to write a rosjava program that will subscribe to the robots laser data and then publish messages. When I run the program whilst not being connected to a network it runs as expected and prints out a message to show that it is working.

However when I run it whilst connected to a wireless network the program doesn't appear to be receiving any messages and throws the following exceptions:

INFO: Subscriber registered: Subscriber<Topic<TopicIdentifier</base_scan>, TopicDescription<sensor_msgs/LaserScan, 90c7ef2dc6895d81024acba2ac42f369>>>
25-Nov-2012 14:04:37 org.ros.internal.node.topic.UpdatePublisherRunnable run
SEVERE: org.ros.exception.RosRuntimeException: Connection exception: Laptop2012/67.198.168.6:36300
25-Nov-2012 14:04:37 org.ros.internal.node.topic.UpdatePublisherRunnable run
SEVERE: org.ros.exception.RosRuntimeException: Connection exception: Laptop2012/67.198.168.6:36300
25-Nov-2012 14:04:37 org.ros.internal.transport.ConnectionTrackingHandler exceptionCaught
SEVERE: Channel exception: java.net.ConnectException: Connection refused
25-Nov-2012 14:04:37 org.ros.internal.transport.ConnectionTrackingHandler exceptionCaught
SEVERE: Channel exception: java.net.ConnectException: Connection refused

Does anyone know how or why this is happening relating to my network connection and if I can fix it.

I am running Fuerte on Ubuntu 10.04 (Lucid Lynx).

Thanks

2012-11-25 02:07:47 -0500 received badge  Commentator
2012-11-25 02:07:47 -0500 commented answer Ros install 10.6.8 make -j8 problem undefined symbols

No I gave up on it in the end as I couldn't make any progress on it.

2012-11-20 07:43:32 -0500 received badge  Great Question (source)
2012-11-20 07:43:26 -0500 marked best answer Ros install problem OSX 10.6.8

When trying to install rosjava using this link: http://www.ros.org/wiki/fuerte/Installation/OSX/Homebrew/Source

I get to the step where I run the command:

make -j8

This command fails with the following output:

[ 11%] [ 11%] Built target std_msgs_genpy
[ 11%] Built target std_msgs_gencpp
[ 11%] Built target cpp_common
[ 11%] Built target roscpp_serialization
Built target std_msgs_genlisp
Linking CXX shared library ../../lib/librostime.dylib
[ 11%] [ 11%] Built target xmlrpcpp
Built target rospack
[ 11%] Built target roscpp_gencpp
[ 11%] Undefined symbols:
  "boost::system::generic_category()", referenced from:
      __static_initialization_and_destruction_0(int, int)in time.cpp.o
      __static_initialization_and_destruction_0(int, int)in time.cpp.o
  "boost::system::system_category()", referenced from:
      boost::thread_exception::thread_exception(int, char const*)in time.cpp.o
      __static_initialization_and_destruction_0(int, int)in time.cpp.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [lib/librostime.dylib] Error 1
Built target topic_tools_genpy
[ 11%] [ 11%] Built target topic_tools_genlisp
[ 11%] Built target topic_tools_gencpp
[ 11%] make[1]: *** [roscpp_core/rostime/CMakeFiles/rostime.dir/all] Error 2
Built target test_rosservice_gencpp
make[1]: *** Waiting for unfinished jobs....
Built target roscpp_genpy
[ 11%] Built target roscpp_genlisp
make: *** [all] Error 2

Can anyone advise how I can fix this error? I am using osx 10.6.8 and the boost version thats installed is 1.49.0.

2012-10-18 01:58:53 -0500 received badge  Famous Question (source)
2012-10-14 09:59:04 -0500 received badge  Famous Question (source)
2012-10-05 20:34:06 -0500 received badge  Notable Question (source)
2012-10-04 08:02:23 -0500 commented question rosdep install rxtools on osx

Im running OSX 10.6.8 and Xcode 3.2.6. Yes I've run brew update since the trouble began.

2012-10-04 06:44:12 -0500 received badge  Notable Question (source)
2012-10-04 01:59:40 -0500 received badge  Popular Question (source)
2012-10-03 11:20:49 -0500 marked best answer fuerte install rosmake -a fails

When i run the command:

rosmake -a

at the end of the install for fuerte on mac OS X, 2 files it tries to compile fail. Can anyone suggest a way to fix these errors?

Output:

 rosmake -a
[ rosmake ] rosmake starting...                                                 
[ rosmake ] Building all packages                                               
...
{-------------------------------------------------------------------------------
                   from /Users/******/ros/image_common/camera_calibration_parsers/src/parse.cpp:1:
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:115: error: ISO C++ forbids declaration of ‘array’ with no type
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:115: error: typedef name may not be a nested-name-specifier
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:115: error: expected ‘;’ before ‘<’ token
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:116: error: ‘_K_type’ does not name a type
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:118: error: ISO C++ forbids declaration of ‘array’ with no type
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:118: error: typedef name may not be a nested-name-specifier
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:118: error: expected ‘;’ before ‘<’ token
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:119: error: ‘_R_type’ does not name a type
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:121: error: ISO C++ forbids declaration of ‘array’ with no type
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:121: error: typedef name may not be a nested-name-specifier
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:121: error: expected ‘;’ before ‘<’ token
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:122: error: ‘_P_type’ does not name a type
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:138: error: field ‘__connection_header’ has incomplete type
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h: In constructor ‘sensor_msgs::CameraInfo_<ContainerAllocator>::CameraInfo_()’:
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:67: error: class ‘sensor_msgs::CameraInfo_<ContainerAllocator>’ does not have any field named ‘K’
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:68: error: class ‘sensor_msgs::CameraInfo_<ContainerAllocator>’ does not have any field named ‘R’
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:69: error: class ‘sensor_msgs::CameraInfo_<ContainerAllocator>’ does not have any field named ‘P’
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:73: error: ‘K’ was not declared in this scope
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:75: error: ‘R’ was not declared in this scope
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:77: error: ‘P’ was not declared in this scope
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h: In constructor ‘sensor_msgs::CameraInfo_<ContainerAllocator>::CameraInfo_(const ContainerAllocator&)’:
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:85: error: class ‘sensor_msgs::CameraInfo_<ContainerAllocator>’ does not have any field named ‘K’
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:86: error: class ‘sensor_msgs::CameraInfo_<ContainerAllocator>’ does not have any field named ‘R’
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:87: error: class ‘sensor_msgs::CameraInfo_<ContainerAllocator>’ does not have any field named ‘P’
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:91: error: ‘K’ was not declared in this scope
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:93: error: ‘R’ was not declared in this scope
  /opt/ros/fuerte/include/sensor_msgs/CameraInfo.h:95: error: ‘P’ was not declared in this scope
  /Users/******/ros/image_common/camera_calibration_parsers/src ...
(more)
2012-10-03 11:20:46 -0500 commented answer fuerte install rosmake -a fails

I have included a link to the log as it is quite a long file. Thank you for your help.

2012-10-03 10:52:03 -0500 received badge  Popular Question (source)
2012-10-03 09:31:30 -0500 asked a question rosdep install rxtools on osx

When I try and run the command:

rosdep install rxtools

When I do the formula tries to install swig-wx but fails to install it. I know I installed it during the initial setup but it failed when brew tried to install it automatically so I had to do it manually using the command ./configure && make && make install.

Is there a way to fix the swig-wx formula to allow the installer to install it or a way to install rxtools without installing swig-wx first?

Swig output:

brew install swig-wx
==> Cloning git://github.com/wg-debs/swig-wx.git
 M Examples/GIFPlot/Lib/Makefile
 M Examples/GIFPlot/Makefile
 M Examples/Makefile
...
?? swig
?? swig.spec
Updating /Library/Caches/Homebrew/swig-wx--git
==> Checking out tag upstream/1.3.29
==> ./configure --prefix=/usr/local/Cellar/swig-wx/1.3.29
==> make
make[2]: *** [CParse/cscanner.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [CParse/parser.o] Error 1
make[1]: *** [all] Error 2
make: *** [source] Error 2

Error: swig-wx did not build
Help: https://github.com/mxcl/homebrew/wiki/troubleshooting