ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org
Ask Your Question

Mandeep's profile - activity

2014-06-28 10:57:38 -0500 received badge  Taxonomist
2013-03-12 08:45:26 -0500 received badge  Famous Question (source)
2013-03-12 08:45:26 -0500 received badge  Popular Question (source)
2013-03-12 08:45:26 -0500 received badge  Notable Question (source)
2012-10-17 22:29:56 -0500 received badge  Famous Question (source)
2012-09-19 21:05:56 -0500 received badge  Notable Question (source)
2012-09-19 21:05:56 -0500 received badge  Popular Question (source)
2012-09-16 22:48:17 -0500 received badge  Popular Question (source)
2012-09-16 22:48:17 -0500 received badge  Notable Question (source)
2012-09-16 22:48:17 -0500 received badge  Famous Question (source)
2012-05-01 07:22:35 -0500 received badge  Teacher (source)
2012-05-01 07:22:35 -0500 received badge  Self-Learner (source)
2012-04-27 06:45:46 -0500 commented question fuerte rosmake fails on opensuse solution

I got an error saying server not found. I do not know if it was a problem with the place i was accessing internet from, but other sites were opening just fine.

2012-04-25 17:59:34 -0500 asked a question fuerte rosmake fails on opensuse solution

Hi, I found this issue of ros fuerte on opensuse. After installing ros rosmake fails to function as it calls to a rospkg python script os_detect.py function get_codename() which is not implemented for open suse. My temporary work around was to modify os_detect.py in class opensuse add a dummy function(i do not know python)

def get_codename(self): return ('opensuse-11_2')

Then uninstall rospkg Lastly build and install modified rospkg from source

I tried to open a ticket but I am unable to do so for unknown reasons with trac wiki

2012-04-24 17:49:42 -0500 answered a question problem with ros fuerte install on opensuse 11.2

Hi Thanks Steven, I found that cmake /usr/lib/python2.7/site-packages/empy-3.1-py2.7.egg/em.pyc was wrongly generated as my python module install(empy) had problem. I uninstalled empy using pip and then re-installed it from source instead of using easy_install. Now the issue is fixed. Regards, Mandeep

2012-04-23 22:03:41 -0500 asked a question how to solve fuerte install issue on opensuse 11.2

Hi, The ros opensuse install page has just been updated recently and I was trying out the installation on old opensuse. I'd like to update the ros wiki regarding installing ros on opensuse with my findings.

I am facing an issue that when I run cmake .. -DCMAKE_INSTALL_PREFIX=/opt/ros/fuerte -DSETUPTOOLS_DEB_LAYOUT=OFF I get the following error

CMake Error at catkin/cmake/safe_execute_process.cmake:13 (message):
   Error executing process with arguments COMMAND
   /home/mandeep/ros-underlay/build/env.sh /usr/bin/python
   /usr/lib/python2.7/site-packages/empy-3.1-py2.7.egg/em.pyc --raw-errors -F
   /home/mandeep/ros-underlay/catkin/cmake/empy_util.py -F
   /home/mandeep/ros-underlay/build/catkin/pkg-config.pc.context.py -F
   /home/mandeep/ros-underlay/build/catkin/catkin-context.py -o
   /home/mandeep/ros-underlay/build/catkin/CMakeFiles/catkin.pc
   /home/mandeep/ros-underlay/catkin/cmake/em/pkg-config.pc.em
 Call Stack (most recent call first):
   catkin/cmake/em_expand.cmake:14 (safe_execute_process)
   catkin/cmake/catkin_project.cmake:115 (em_expand)
   catkin/CMakeLists.txt:24 (catkin_project)

Regards, Mandeep

2012-04-23 22:01:53 -0500 asked a question problem with ros fuerte install on opensuse 11.2

Hi, The ros opensuse install page has just been updated recently and I was trying out the installation on old opensuse. I'd like to update the ros wiki regarding installing ros on opensuse with my findings.

I am facing an issue that when I run cmake .. -DCMAKE_INSTALL_PREFIX=/opt/ros/fuerte -DSETUPTOOLS_DEB_LAYOUT=OFF I get the following error

CMake Error at catkin/cmake/safe_execute_process.cmake:13 (message):
   Error executing process with arguments COMMAND
   /home/mandeep/ros-underlay/build/env.sh /usr/bin/python
   /usr/lib/python2.7/site-packages/empy-3.1-py2.7.egg/em.pyc --raw-errors -F
   /home/mandeep/ros-underlay/catkin/cmake/empy_util.py -F
   /home/mandeep/ros-underlay/build/catkin/pkg-config.pc.context.py -F
   /home/mandeep/ros-underlay/build/catkin/catkin-context.py -o
   /home/mandeep/ros-underlay/build/catkin/CMakeFiles/catkin.pc
   /home/mandeep/ros-underlay/catkin/cmake/em/pkg-config.pc.em
 Call Stack (most recent call first):
   catkin/cmake/em_expand.cmake:14 (safe_execute_process)
   catkin/cmake/catkin_project.cmake:115 (em_expand)
   catkin/CMakeLists.txt:24 (catkin_project)

Regards, Mandeep