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

Navam's profile - activity

2017-03-13 01:25:06 -0500 received badge  Nice Question (source)
2013-05-01 02:22:47 -0500 received badge  Famous Question (source)
2013-01-30 22:21:44 -0500 received badge  Famous Question (source)
2012-09-20 16:33:28 -0500 received badge  Notable Question (source)
2012-09-20 16:33:28 -0500 received badge  Popular Question (source)
2012-09-20 16:33:28 -0500 received badge  Famous Question (source)
2012-09-06 10:14:12 -0500 received badge  Notable Question (source)
2012-09-06 10:14:12 -0500 received badge  Popular Question (source)
2012-08-23 06:37:38 -0500 received badge  Famous Question (source)
2012-08-23 06:37:38 -0500 received badge  Popular Question (source)
2012-08-23 06:37:38 -0500 received badge  Notable Question (source)
2012-08-17 08:11:07 -0500 received badge  Famous Question (source)
2012-07-04 21:41:12 -0500 received badge  Notable Question (source)
2012-04-30 03:11:22 -0500 received badge  Notable Question (source)
2012-02-24 08:09:33 -0500 received badge  Teacher (source)
2012-02-09 03:34:48 -0500 received badge  Popular Question (source)
2011-12-15 23:21:14 -0500 received badge  Popular Question (source)
2011-11-05 11:47:10 -0500 answered a question rviz crashing at startup with BadDrawable

hi,

i get this problem a lot ( yah my graphic drivers are kind of unstable) so what i do is -

  1. rosrun rviz rviz --sync ( add the --sync it even says in the error message)
  2. dont give up even with sync it will fail .... try it 2-3 times
  3. if it still fails do rosmake rviz rviz and repeat step 1 :P

if it works for you , your welcome and if it doesnt well hopefully someone else here has another way :D

Navam

2011-11-05 11:43:45 -0500 asked a question Doubt regarding collision map

Hi,

i have a few doubts regarding the collision map -

  1. is it possible to use our own cloud data as a collision map?
  2. is there a possibility to identify clusters/cloud within the collision map as objects so that my arm does not consider those as collisions and can go near it..

i know these features should be present i am still looking for them, till then if any1 of you has any idea do let me know.

Thank you :)

2011-11-05 00:00:44 -0500 asked a question move_arm in pr2_3dnav need guidance

Hi,

guys i was using normal trajectory motion(not the constraint aware one ) for picking up "Duplos" (yah the lego one's) till now and my prof has asked me to use collision free motion planning im having 0 success working with table top manipulation and i have managed to use move_arm package successfully- however the only problem i face is that when i try to pick the object it considers that as an obstacle and never goes near it.

Sooo what i have is - table cloud (segmented out) , the duplos segmented out individually. i saw the move_arm makes a collision map now if there was a way to remove my duplo cloud from the collision map my life should be good :D . Is there such a way and if there isnt guide me a little ill try and make it up and please dont tell me to use table top manipulation cause im seriously going nowhere with it :)

thanks :D

2011-11-04 23:21:50 -0500 asked a question Problem with tabletop manipulation (table detection)

hey,

after launching pr2 in gazebo i add the available table in gazebo_worlds using roslaunch gazebo_worlds table.launch

soo i tried placing the table in a lot of places but the problem is that in all the examples of table top manipulation (both python and cpp exmaples) it never detects the table and gives error 2 = NO_TABLE ..

if any1 had a similar problem let me know i think there is some specification regarding the table that i just cant find O_O (possibly over looked).

Thanks :D

2011-10-24 21:40:10 -0500 commented answer ROS PR2 Quaternions and Euler angles relation ......
oh it did not delete the post .. i got it running as always it was a silly mistake :D ..... thanks anyways i never knew there was a direct conversion facility in tf :P
2011-10-24 20:00:34 -0500 asked a question ROS PR2 Quaternions and Euler angles relation ......

Ok so long story short i am trying to pick a block (imagine a small rectangular block 3x4x5 cms) so for that i have the X,Y,Z and its yaw (deviation/rotation along z axis) - soo what i basically am trying to do it go to the XY location (more specifically take the r_wrist_roll_link above the actual point ) and then try to grab the object as the arm goes down.

So after beating my head over trying to get the wrist/gripper to be perpendicularly down, messing with a lot of Quaternion values i found a value set {x,y,z,w} = {-n,0,n,0}, n can be any value the wrist is always perpendicularly down .... soon i realized life isnt this easy and with the above set i cant rotate the wrist at all, it can grab objects with only 1 orientation.

So i moved ahead trying to rotate wrist with roll pitch and yaw values (cause they make much more sense and can be visualized) and converted them to quaternions using the following code -

qw = (cos(R/2)cos(P/2)cos(Y/2))+(sin(R/2)sin(P/2)sin(Y/2));

qx = (sin(R/2)cos(P/2)cos(Y/2))-(cos(R/2)sin(P/2)sin(Y/2));

qy = (cos(R/2)sin(P/2)cos(Y/2))+(sin(R/2)cos(P/2)sin(Y/2));

qz = (cos(R/2)cos(P/2)sin(Y/2))-(sin(R/2)sin(P/2)cos(Y/2));

R= Roll , P=Pitch , Y=yaw and qw,qx,qy,qz are the quternions

well now the only problem i face is that the converted values(using the code above) makes expected motion, but isnt accurate enough.

Finally i wanted to ask the following things - 1. Is the above conversion correct (i did try some variations but this seems to be the one making most sense visually)? 2. Also is there some other way to achieve what i am trying? please note here i do not want to use high level existing frameworks such as tabletop manipulation and other related kinds.

Observation - the above code causes the gripper/wrist to rotate perfectly along x axis(Roll).but i cant make the gripper point downwards.

2011-09-14 07:53:48 -0500 marked best answer System requirement for rviz and gazebo and now ubuntu 11.04
  1. There is a problem with Optimus and Ubuntu at the moment. Some laptops allow you to subvert Optimus via the BIOS, but some don't. I've heard of some projects that attempt to fix these issues. I believe its called Bumblebee.

  2. There's no officially supported 11.10 repo listed on the site. I can't imagine one will be made available until the official release of 11.10. Also, the Optimus problem is with the Nvidia drivers for Ubuntu in general, not 11.04 specifically.

  3. I've read bad things about the Dell M14X on Ubuntu 11.04. You can do a quick search on Google to find out more, but I believe that Optimus is the main cause of the issue. After installing the Nvidia drivers, many people can't even boot back into Ubuntu at all.

  4. As for brands, I'd look into Asus. We run all of our simulation and visualizations on an Asus G53J. It sports an Nvidia GeForce GTX 460M, and it works great. I've read that many high-end Lenovos run Optimus too, but I believe that they have a BIOS feature to disable the integrated card, and thus eliminate the problem (who needs an integrated card anyway?).

2011-09-14 07:53:41 -0500 commented answer System requirement for rviz and gazebo and now ubuntu 11.04
Thanks for the reply again :D ... yah i did a lot of searching regarding the above topic BUT the good news is i got it working on my chipset :D :D :D .... it was the awesome combination of 2.6.39 kernel + xorg's bleeding edge new test drivers for intel that support 3d rendering :)
2011-09-13 17:12:01 -0500 received badge  Editor (source)
2011-09-13 17:10:41 -0500 asked a question System requirement for rviz and gazebo and now ubuntu 11.04

Ok sorry for seemingly double posts --- but they r quite different questions -

  1. is there some problem with ubuntu 11.04 not being able to support graphics card with optimus technology ??
  2. Does 11.10 solve that problem and does ROS diamondback have a 11.10 repository?? :P
  3. Thinking of buying a dell m14x(with nvidia GT555m card) - any idea if rviz and gazebo will work on it??
  4. All dell laptops seem to have optimus (and are freaking costly) suggest any other good brand on which i can happily work with ros gazebo and rviz.

Thanks.

2011-09-13 15:18:49 -0500 received badge  Scholar (source)
2011-09-13 15:18:49 -0500 marked best answer System requirements for rviz and gazebo

Well, I'm not sure if there is a list of system requirements for Rviz floating around, but I found a list of Gazebo System Requirements that gives you a broad overview of what kind of hardware would be needed for the more complex graphics proecessing.

As for your Rviz problem, I've searched around and found this page Rviz Troubleshooting that explains two possible causes to your problem. Either your card does not support OpenGL or you do not have the correct graphics drivers installed (or both). For a new laptop, I would bet that you'd be safe with most modern GPUs. If the GPU supports OpenGL, you're probably ok. You can get a laptop with a dedicated GPU for very little money nowadays.

If it helps, I can run Rviz on Intel Integrated GMA HD graphics in my laptop, but I also run it on other machines that have Nvidia 560M, Nvidia GTX 260, etc. I hope that helps. If not, I might be able to find some specific models for you.

2011-09-13 07:50:29 -0500 commented answer System requirements for rviz and gazebo
Oh if u do get Rviz (mine hangs when i add a robot model )to work on ur integrated GMA HD card can u let me know the drivers you used? :D
2011-09-13 07:46:58 -0500 received badge  Supporter (source)
2011-09-13 07:46:26 -0500 commented answer System requirements for rviz and gazebo
hey thanks for the reply was busy in class since morning O_O . So yah i keep coming across use Nvidia graphics card for rviz since they provide proprietary drivers for ubuntu i was more specifically looking for the model num's which u mentioned (Thanks) also i hope intel core's dont create havoc :P
2011-09-13 00:51:04 -0500 received badge  Student (source)
2011-09-12 22:07:45 -0500 asked a question System requirements for rviz and gazebo

hey guys,

I am a complete newbie at ROS (specifically for pr2) just started this week. So after the installations and having some fun with gazebo, following the tutorials i came across rviz. Now the problem i faced was when i did "rosrun rviz rviz" and added a robot model it freezes the whole system (this happens only with the robot model i can add everything else), anyways after researching these forums along with wiki's i realize its the problem with improper intel on board gpu drivers (which i have on my dell studio 1555) ----- Sooo now finally the main question --

  1. can you please specify some sys req's for a new laptop on which i can smoothly work with rviz and gazebo.
  2. Also if possible let me know which brand of laptop and stuff :D ...

Thanks guys - not just for answers to this - this forum on the whole has helped me out a lot since the past week hopefully after sometime i can return the favor by helping others.