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

Bruno Normande's profile - activity

2020-11-17 03:01:28 -0500 received badge  Nice Question (source)
2013-11-20 20:44:47 -0500 received badge  Famous Question (source)
2013-11-18 23:06:30 -0500 commented answer Building ros on OSX 10.9, orocos_kdl

Yes, the exactly same error that was reported.

2013-11-18 09:52:50 -0500 commented answer Building ros on OSX 10.9, orocos_kdl

I have both VTK5 and PCL installed already, but I'm still blocked in this orocos_kdl error

2013-11-18 09:51:44 -0500 commented question Building ros on OSX 10.9, orocos_kdl

I Already have the PCL installed, with vtk5. What packages should I reinstall to get orocos_kdl working? @William

2013-11-18 09:16:45 -0500 received badge  Commentator
2013-11-18 09:16:45 -0500 commented question Building ROS on OSX 10.9 (solution)

Did you find an answer to the orocos_kdl problem? I've built latest version of octomap/devel branch without problem, but I don't know yet how to solve this orocos_kdl error

2013-11-14 00:27:33 -0500 commented answer Building ROS on OSX 10.9 (solution)

Didn't work for me. I continue to stop in "fatal error: 'tr1/unordered_set' file not found"

2013-11-14 00:16:24 -0500 commented answer Catkin fails on osx 10.9, can't find '__main__' module in empy-3.1-py2.7.egg/em.pyc

Thanks, that worked! (although I had already tried, and for some reason it didn't work before).

2013-11-13 22:12:25 -0500 received badge  Notable Question (source)
2013-11-13 14:48:48 -0500 received badge  Editor (source)
2013-11-13 14:46:28 -0500 commented question Catkin fails on osx 10.9, can't find '__main__' module in empy-3.1-py2.7.egg/em.pyc

Just brewed python, the problem continues. Adding the result of ls in the question. I think maybe i have to clean everything up and start again from scratch, the upgrade from 10.8 to 10.9 broke a lot of things...

2013-11-13 13:01:36 -0500 received badge  Popular Question (source)
2013-11-13 08:50:52 -0500 commented question Catkin fails on osx 10.9, can't find '__main__' module in empy-3.1-py2.7.egg/em.pyc

Everything reinstalled, without errors, but still same problem (I'm assuming you miss-typed catkin-pkg). It says that can't find __main__ in empty, but i just tested the package and seems all right... :(

2013-11-13 07:55:24 -0500 commented question Catkin fails on osx 10.9, can't find '__main__' module in empy-3.1-py2.7.egg/em.pyc

OSX 10.9, and I'm not installing catkin with brew, but with the command ./src/catkin/bin/catkin_make_isolated --install. I followed all steps in http://wiki.ros.org/hydro/Installation/OSX/Homebrew/Source

2013-11-13 03:22:01 -0500 asked a question Catkin fails on osx 10.9, can't find '__main__' module in empy-3.1-py2.7.egg/em.pyc

After a lot of trouble to install build everything with rosdep and brew, I got this error when trying to run: ./src/catkin/bin/catkin_make_isolated --install

-- Using CATKIN_DEVEL_PREFIX: /Users/bruno/ros_catkin_ws/devel_isolated/catkin
-- Using CMAKE_PREFIX_PATH: 
-- Using default Python package layout
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /Users/bruno/ros_catkin_ws/build_isolated/catkin/test_results
-- Found gtest: gtests will be built
-- catkin 0.5.77
/usr/bin/python: can't find '__main__' module in '/Library/Python/2.7/site-packages/empy-3.1-py2.7.egg/em.pyc'
CMake Error at cmake/safe_execute_process.cmake:11 (message):

  execute_process(/Users/bruno/ros_catkin_ws/build_isolated/catkin/catkin_generated/env_cached.sh
  "/usr/bin/python"
  "/Library/Python/2.7/site-packages/empy-3.1-py2.7.egg/em.pyc"
  "--raw-errors" "-F"
  "/Users/bruno/ros_catkin_ws/build_isolated/catkin/catkin_generated/pkg.develspace.context.pc.py"
  "-o"
  "/Users/bruno/ros_catkin_ws/devel_isolated/catkin/lib/pkgconfig/catkin.pc"
  "/Users/bruno/ros_catkin_ws/src/catkin/cmake/em/pkg.pc.em") returned error
  code 1
Call Stack (most recent call first):
  cmake/em_expand.cmake:23 (safe_execute_process)
  cmake/catkin_package.cmake:358 (em_expand)
  cmake/catkin_package.cmake:98 (_catkin_package)
  CMakeLists.txt:11 (catkin_package)


-- Configuring incomplete, errors occurred!
See also "/Users/bruno/ros_catkin_ws/build_isolated/catkin/CMakeFiles/CMakeOutput.log".

ls -l /usr/local//lib/python2.7/site-packages/

drwxr-xr-x    7 bruno  admin     238 23 Out 09:13 GDAL-1.10.1-py2.7.egg-info
drwxr-xr-x   26 bruno  admin     884 13 Nov 11:26 PyQt4
drwxr-xr-x   21 bruno  admin     714 13 Nov 01:31 PySide
drwxr-xr-x    7 bruno  admin     238 10 Nov 09:20 VTK-5.10.1-py2.7.egg-info
lrwxr-xr-x    1 bruno  admin      64  5 Nov 00:22 cv.py -> ../../../Cellar/opencv/2.4.6.1/lib/python2.7/site-packages/cv.py
lrwxr-xr-x    1 bruno  admin      65  5 Nov 00:22 cv2.so -> ../../../Cellar/opencv/2.4.6.1/lib/python2.7/site-packages/cv2.so
-rw-r--r--    1 bruno  admin     236 13 Nov 22:14 easy-install.pth
-rw-r--r--    1 root   admin  114277 27 Out  2003 em.py
-rw-r--r--    1 root   admin  131548 13 Nov 22:37 em.pyc
-rw-r--r--    1 root   admin    1165 13 Nov 22:37 empy-3.1-py2.7.egg-info
lrwxr-xr-x    1 bruno  admin      63 23 Out 09:13 gdal.py -> ../../../Cellar/gdal/1.10.1/lib/python2.7/site-packages/gdal.py
lrwxr-xr-x    1 bruno  admin      68 23 Out 09:13 gdalconst.py -> ../../../Cellar/gdal/1.10.1/lib/python2.7/site-packages/gdalconst.py
lrwxr-xr-x    1 bruno  admin      70 23 Out 09:13 gdalnumeric.py -> ../../../Cellar/gdal/1.10.1/lib/python2.7/site-packages/gdalnumeric.py
drwxr-xr-x    5 bruno  admin     170 10 Nov 21:09 git_remote_helpers
lrwxr-xr-x    1 bruno  admin      95 10 Nov 21:09 git_remote_helpers-0.1.0-py2.7.egg-info -> ../../../Cellar/git/1.8.4.3/lib/python2.7/site-packages/git_remote_helpers-0.1.0-py2.7.egg-info
drwxr-xr-x   40 bruno  admin    1360 12 Nov 22:03 hgext
drwxr-xr-x  105 bruno  admin    3570 12 Nov 22:03 mercurial
lrwxr-xr-x    1 bruno  admin      86 12 Nov 22:03 mercurial-2.8-py2.7.egg-info -> ../../../Cellar/mercurial/2.8/lib/python2.7/site-packages/mercurial-2.8-py2.7.egg-info
lrwxr-xr-x    1 bruno  admin      62 23 Out 09:13 ogr.py -> ../../../Cellar/gdal ...
(more)
2012-10-01 12:54:32 -0500 received badge  Famous Question (source)
2012-05-16 16:25:47 -0500 received badge  Notable Question (source)
2012-02-16 10:25:28 -0500 received badge  Popular Question (source)
2011-10-23 03:34:41 -0500 commented answer libopencv2.3-dev is not updated
Hummm... i'm getting the same error now, except that my installed version is 2.3.1+svn6514+branch23-4~natty
2011-10-20 05:07:24 -0500 commented answer installing ros diamondback on ubuntu 11.10 oneiric ocelot
i did it to, but gazebo doesn't work because of libavcodec, which is version 53 now
2011-10-10 08:52:53 -0500 marked best answer rosmake doesn't work with rosdep on arch linux

We have recently updated rosdep's structure to support REP 111 and REP 112, however the support for Arch has not been patched accordingly. Patches to add support would be appreciated.

2011-09-28 16:31:01 -0500 asked a question rosmake doesn't work with rosdep on arch linux

I'm trying to install ros on may arch linux but, whenever i use rosmake without the --no-rosdep flag i get the following error:

AttributeError: Arch instance has no attribute 'installers'

Here is one example:

$ rosmake ros ros_comm --rosdep-install
[ rosmake ] Packages requested are: ['ros', 'ros_comm']                                                                                              
[ rosmake ] Logging to directory/home/bruno/.ros/rosmake/rosmake_output-20110929-012256                                                              
[ rosmake ] Expanded args ['ros', 'ros_comm'] to:
['rosclean', 'rosmake', 'rospack', 'rosunit', 'rosdep', 'rosbash', 'roscreate', 'rosboost_cfg', 'rosemacs', 'test_rosmake', 'test_rospack', 'test_roslib', 'test_roscreate', 'test_rosdep', 'mk', 'roslib', 'rosbuild', 'roslang', 'rosmaster', 'topic_tools', 'rosconsole', 'rosservice', 'rosgraph', 'rosparam', 'rosnode', 'rosout', 'rosbag', 'roslaunch', 'rostest', 'rosmsg', 'rostopic', 'rosbagmigration', 'perf_roscpp', 'test_roscpp_serialization', 'test_rosnode', 'test_roscpp', 'test_roslaunch', 'test_rostime', 'test_ros', 'test_rosgraph', 'test_rostopic', 'test_topic_tools', 'test_rosparam', 'test_roswtf', 'test_roscpp_serialization_perf', 'test_roslib_comm', 'test_rosservice', 'test_rospy', 'test_rosmsg', 'test_rostest', 'test_crosspackage', 'test_rosmaster', 'test_rosbag', 'roscpp', 'roscpp_traits', 'roscpp_serialization', 'roslisp', 'rospy', 'std_msgs', 'rosgraph_msgs', 'std_srvs', 'rostime', 'roswtf', 'cpp_common', 'message_filters', 'xmlrpcpp', 'roscore_migration_rules']
[ rosmake ] Generating Install Script using rosdep then executing. This may take a minute, you will be prompted for permissions. . .                 
Traceback (most recent call last):
  File "/home/bruno/ros/ros/bin/rosmake", line 65, in <module>
    if rma.main():
  File "/home/bruno/ros/ros/tools/rosmake/src/rosmake/engine.py", line 855, in main
    self.rosdep_install_result = self.install_rosdeps(buildable_packages, options.rosdep_yes)
  File "/home/bruno/ros/ros/tools/rosmake/src/rosmake/engine.py", line 311, in install_rosdeps
    r = rosdep.core.Rosdep(packages, robust=True)
  File "/home/bruno/ros/ros/tools/rosdep/src/rosdep/core.py", line 343, in __init__
    self.yc = YamlCache(self.osi.get_name(), self.osi.get_version(), self.osi.get_os().installers)
AttributeError: Arch instance has no attribute 'installers'
Traceback (most recent call last):
  File "/home/bruno/ros/ros/bin/rosmake", line 65, in <module>
    if rma.main():
  File "/home/bruno/ros/ros/tools/rosmake/src/rosmake/engine.py", line 855, in main
    self.rosdep_install_result = self.install_rosdeps(buildable_packages, options.rosdep_yes)
  File "/home/bruno/ros/ros/tools/rosmake/src/rosmake/engine.py", line 311, in install_rosdeps
    r = rosdep.core.Rosdep(packages, robust=True)
  File "/home/bruno/ros/ros/tools/rosdep/src/rosdep/core.py", line 343, in __init__
    self.yc = YamlCache(self.osi.get_name(), self.osi.get_version(), self.osi.get_os().installers)
AttributeError: Arch instance has no attribute 'installers'`

when i used the --no-rosdep flag it just worked fine... so, what do i do? i'd like to install the desktop-full with rosinstall bu it just doesn't work because of this.

2011-07-22 01:46:48 -0500 commented answer OpenCV can't be used in ROS
on ubuntu, i changed the vision_opencv/opencv2/MakeFile flags 'v4l' and 'ffmpeg' to ON, re-maked the stack with ' rosmake vision_opencv --pre-cleanbut' and cvCaptureFromCAM still returns null for me =/ (maybe it is 'couse my installation - from repository- is pre-compiled?
2011-07-18 04:10:19 -0500 received badge  Student (source)
2011-07-18 00:07:14 -0500 received badge  Scholar (source)
2011-07-18 00:07:14 -0500 marked best answer Missing packages in ros natty repository

Bruno, can you try:

sudo apt-get update
sudo apt-get install ros-diamondback-desktop-full

There was an issue with the 32-bit natty debs that may have caused your problem, but I think it should be fixed now

2011-07-18 00:07:11 -0500 commented answer Missing packages in ros natty repository
It's fine now. ty
2011-07-17 09:19:32 -0500 asked a question Missing packages in ros natty repository

Hi, i'm trying to install ros in my ubuntu natty, running in a virtual box, but it appears that there is some missing packages. I Followed the steps in http://www.ros.org/wiki/diamondback/I... but when i try to install the package ros-diamondback-desktop-full it just doesn't show. I could only isntall the ros-diamondback-desktop.

Also, when i search for the gazebo stack, i can't find the diamondback one. Here is my output of the command "apt-cache search gazebo":

ros-diamondback-pr2-common - PR2 robot description and PR2-specific messages
ros-unstable-cob-simulation - Care-O-bot stack with simulation packages
ros-unstable-pr2-common - PR2 robot description and PR2-specific messages
ros-unstable-simulator-gazebo - Gazebo Simulator

i just have no idea why i can't find the packages i want to install u_u

2011-05-19 01:22:03 -0500 received badge  Supporter (source)
2011-05-19 00:25:08 -0500 answered a question installing on new ubuntu 10.10 problems - diamondback has a zillion unmet dependencies

I also used aptitude. Whe i did the command aptitude install it gave me the solucion of not installing, i hit 'n' and it gave me another solution: downgrade the problematic packages. I did it, and installed ok ^^