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

Akshay_Bhardwaj_nsit's profile - activity

2015-05-04 09:54:48 -0500 received badge  Famous Question (source)
2014-06-05 02:42:50 -0500 received badge  Famous Question (source)
2014-03-12 06:24:24 -0500 received badge  Notable Question (source)
2013-12-28 21:05:26 -0500 received badge  Notable Question (source)
2013-12-01 23:36:02 -0500 received badge  Famous Question (source)
2013-11-26 23:25:58 -0500 received badge  Popular Question (source)
2013-11-15 20:37:25 -0500 received badge  Popular Question (source)
2013-11-13 18:13:11 -0500 received badge  Notable Question (source)
2013-11-13 06:17:46 -0500 asked a question How to measure dimensions in RViz

How can i use RViz measure tool to get dimensions of all the complex shapes in my model. Or is there any other method to do so?

2013-11-11 09:25:17 -0500 received badge  Popular Question (source)
2013-11-11 08:31:51 -0500 answered a question Rviz problem after installing Hydro

Problem solved. I actually overlaid the catkin workspace (using its catkin tutorials on ros website)on the top of existing one and then sourced it. Then opened my urdf file in rviz and everything went fine. However, i still don't fully comprehend the solution. #Jarvis I couldn't implement your solution but I think this would have also done the job. Thanks a lot for helping.

2013-11-11 08:22:40 -0500 received badge  Scholar (source)
2013-11-10 23:18:37 -0500 asked a question Rviz problem after installing Hydro

I was unable to open some urdf files in rviz with errors like 'could not find stack/package' 'cannot load model'. To check if they are opening in MoveIt i installed ROS hydro. urdf file is still gave the same error. However, along with that i was unable to open urdf files (that worked fine with groovy initially) in both groovy and hydro. In hydro the error was same 'could not find stack/package' while in groovy it was

ERROR: the config file '/opt/ros/groovy/stacks/robot_model_tutorials/urdf_tutorial/urdf.vcg' is a .vcg file, which is the old rviz config format.
   New config files have a .rviz extension and use YAML formatting.  The format changed
   between Fuerte and Groovy.  There is not (yet) an automated conversion program.

Now, i have uninstalled hydro but groovy is giving same errors and my urdf files in rviz are still not opening. Please help.

2013-11-08 05:56:43 -0500 received badge  Famous Question (source)
2013-11-07 02:20:48 -0500 received badge  Editor (source)
2013-11-07 01:11:35 -0500 asked a question Raven_visualization package

I have some urdf files of surgical robot Raven. When I open it in RViz I get the error :

[rospack] Error: stack/package raven_visualization not found [librospack]: error while executing command [ERROR] [1383833639.703512879]: Could not load resource [package://raven_visualization/Raven_files/left_arm/wrist.dae]: Unable to open file "package://raven_visualization/Raven_files/left_arm/wrist.dae". [ERROR] [1383833639.703785780]: Could not load model 'package://raven_visualization/Raven_files/left_arm/wrist.dae' for link 'wrist_L': OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource package://raven_visualization/Raven_files/left_arm/wrist.dae in resource group >Autodetect or any other group. in ResourceGroupManager::openResource at /build/buildd/ogre-1.7.4/OgreMain/src/OgreResourceGroupManager.cpp (line 753) [ERROR] [1383833639.703993963]: Could not load model 'package://raven_visualization/Raven_files/left_arm/wrist.dae' for link 'wrist_L': OGRE >EXCEPTION(6:FileNotFoundException): Cannot locate resource package://raven_visualization/Raven_files/left_arm/wrist.dae in resource group Autodetect or any other group. in ResourceGroupManager::openResource at /build/buildd/ogre-1.7.4/OgreMain/src/OgreResourceGroupManager.cpp (line 753)

Please help!

2013-11-07 01:01:55 -0500 answered a question No display on rviz screen

I followed the tutorial 'overlaying with catkin workspace' and the problem is solved, though i still don't understand what was the problem. Any possible explanations?

2013-11-06 18:59:41 -0500 received badge  Notable Question (source)
2013-10-31 15:52:22 -0500 received badge  Popular Question (source)
2013-10-31 01:26:00 -0500 asked a question No display on rviz screen

i followed urdf tutorials under ros documentation and ran this:

roslaunch urdf_tutorial display.launch model:=06-flexible.urdf gui:=True

As a result rviz opens and it's visualizer is pitch black. I also checked RobotModel option in add in lower left corner. I then tried changing fixed and reference frame to base link. But robot is still nowhere to be seen. There is still this big black thing in 3D model. Please help. I have ROS groovy on Ubuntu 12.04.