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

sinha.karsh's profile - activity

2016-06-14 02:23:44 -0500 received badge  Famous Question (source)
2016-05-08 21:43:30 -0500 received badge  Famous Question (source)
2015-07-29 01:01:10 -0500 received badge  Notable Question (source)
2015-07-29 01:01:10 -0500 received badge  Popular Question (source)
2015-03-27 16:46:08 -0500 asked a question ROS Dynamic Reconfigure Python API ImportError: No module named 'client'

I'm trying to implement a python script that dynamically reconfigures a ROS navigation parameter. However, I get an error saying 'No module named client' when I try to import the python API using 'import dynamic_reconfigure.client'. I checked 'rospack find' and the dynamic_reconfigure package is installed. I also directly installed dyanimc_reconfigure using the setup.py that I found in its package. Is there something I am missing?

Thanks for your help!

2015-02-26 11:12:21 -0500 received badge  Taxonomist
2015-01-25 13:34:36 -0500 received badge  Notable Question (source)
2015-01-25 13:34:36 -0500 received badge  Popular Question (source)
2014-12-07 20:05:57 -0500 asked a question How to delay path recalculation by NavFn when obstacles are detected?

The NavFn global planner immediately recalculates its global path when it detects an obstacle in its current path (this obstacle is usually reported by the local planner). Is there a parameter that would delay the recalculation of this path? Since my obstacles are dynamic, I would want the global planner to wait 3-4 seconds before deciding to find a new path rather than do it immediately.

2014-07-09 12:40:42 -0500 received badge  Nice Question (source)
2013-11-05 04:02:44 -0500 received badge  Famous Question (source)
2013-11-05 04:02:44 -0500 received badge  Popular Question (source)
2013-11-05 04:02:44 -0500 received badge  Notable Question (source)
2013-06-14 12:05:46 -0500 asked a question Error making schunk_robots package - ivcon:command not found

I am attempting to make a package called schunk_robots. However, I get the following error:

{-------------------------------------------------------------------------------
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Found PythonInterp: /usr/bin/python (found version "2.7.3")
  [rosbuild] Building package schunk_description
  [rosbuild] Cached build flags older than manifests; calling rospack to get flags
  [rosbuild] Including /opt/ros/fuerte/share/roscpp/rosbuild/roscpp.cmake
  [rosbuild] Including /opt/ros/fuerte/share/rospy/rosbuild/rospy.cmake
  [rosbuild] Including /opt/ros/fuerte/share/roslisp/rosbuild/roslisp.cmake
  -- Configuring done
  -- Generating done
  -- Build files have been written to: /home/karsh/powerball/controllerROS/allStuff/schunk_modular_robotics/schunk_description/build
  cd build && make -j4 -l4
  make[1]: Entering directory `/home/karsh/powerball/controllerROS/allStuff/schunk_modular_robotics/schunk_description/build'
  make[2]: Entering directory `/home/karsh/powerball/controllerROS/allStuff/schunk_modular_robotics/schunk_description/build'
  make[3]: Entering directory `/home/karsh/powerball/controllerROS/allStuff/schunk_modular_robotics/schunk_description/build'
  Scanning dependencies of target media_files
  make[3]: Leaving directory `/home/karsh/powerball/controllerROS/allStuff/schunk_modular_robotics/schunk_description/build'
  make[3]: Entering directory `/home/karsh/powerball/controllerROS/allStuff/schunk_modular_robotics/schunk_description/build'
  [  1%] [  2%] [  3%] Generating ../meshes/sdh/convex
  Generating ../meshes/sdh/iv
  [  4%] Generating ../meshes/powerball/convex
  [  5%] Generating ../meshes/powerball/iv
  Generating ../meshes/lwa/convex
  [  6%] Generating ../meshes/lwa/iv
  [  6%] [  7%] [  8%] Generating ../meshes/sdh/iv/finger_tip.iv
  Generating ../meshes/sdh/convex/finger_tip.obj
  make[3]: ivcon: Command not found
  make[3]: *** [../meshes/sdh/iv/finger_tip.iv] Error 127
  make[3]: *** Waiting for unfinished jobs....
  Generating ../meshes/sdh/convex/finger.obj
  make[3]: ivcon: Command not found
  make[3]: ivcon: Command not found
  make[3]: *** [../meshes/sdh/convex/finger_tip.obj] Error 127
  make[3]: *** [../meshes/sdh/convex/finger.obj] Error 127
  make[3]: Leaving directory `/home/karsh/powerball/controllerROS/allStuff/schunk_modular_robotics/schunk_description/build'
  make[2]: *** [CMakeFiles/media_files.dir/all] Error 2
  make[2]: Leaving directory `/home/karsh/powerball/controllerROS/allStuff/schunk_modular_robotics/schunk_description/build'
  make[1]: *** [all] Error 2
  make[1]: Leaving directory `/home/karsh/powerball/controllerROS/allStuff/schunk_modular_robotics/schunk_description/build'
-------------------------------------------------------------------------------}

Does anyone know what this ivcon command is and why it's missing? Thanks a lot for your help!

PS: I am using ROS Fuerte on Ubuntu 12.04

2013-02-25 16:07:07 -0500 received badge  Scholar (source)
2013-02-20 06:05:37 -0500 received badge  Student (source)
2013-02-19 12:33:13 -0500 commented answer How do I prevent segmentation fault when starting rviz?

I was just trying to run rviz to see if it worked or not.

2013-02-19 12:14:45 -0500 received badge  Supporter (source)
2013-02-19 12:05:39 -0500 answered a question How do I prevent segmentation fault when starting rviz?

Sorry for the late reply. I actually moved to a different computer and rviz is working correctly on this one. Not quite sure what the issue was on previous computer but it works now!

2012-11-02 16:46:58 -0500 received badge  Famous Question (source)
2012-11-02 11:16:49 -0500 received badge  Notable Question (source)
2012-10-22 13:16:42 -0500 received badge  Popular Question (source)
2012-10-18 09:30:11 -0500 received badge  Editor (source)
2012-10-18 09:27:38 -0500 asked a question How do I prevent segmentation fault when starting rviz?

I am currently using ROS Fuerte on Ubuntu 12.04LTS. I know there have been several forum topics mentioning the same problem I had but none of them seem to offer me the right solution, so here I am asking the question again. After having created a workspace in ROS and sourcing the setup.bash file, I run 'rosdep install rviz'. Once all the dependencies have been installed, I compile the package using 'rosmake rviz'. The package builds successfully. I then run 'rosrun rviz rviz' and get the following results (ignore the color coding):


sinhau@ubuntu:~/tf_tutorials$ rosrun rviz rviz

[ INFO] [1350587343.349569680]: rviz revision number 1.8.14

[ INFO] [1350587343.349747565]: compiles against OGRE version 1.7.3 (Cthugha)

[ INFO] [1350587343.378668970]: Loading general config from [/home/sinhau/.rviz/config]

Config file '/home/sinhau/.rviz/config' could not be opened for reading.

Segmentation fault (core dumped)

I looked into the '.rviz' folder and found it to be empty. So I have no idea what the problem is. Some of the suggested solutions in other forums were to change the variable OGRE_RTT_MODE to either Copy,FBO, or PBuffer. I tried all of them using export OGRE_RTT_MODE=________ and reran rviz using 'rosrun rviz rviz'. The results were still the same. If anybody has an idea as to what's going on, sharing it would be much appreciated.

Thanks!