Regarding controlling a gripper programmatically, I've been trying to do
that with no success. I tried the gripper example program for the player c++
library and I also tried doing it with the standard c library. When I
attemtp to tell a gripper to move the following warning is printed by
player:

 warning : Unhandled message for driver device=16777343:6665:3:0 type=2
subtype=1 len=8

In my gazebo worldfile I have:

 <model:Pioneer2DX>
   <xyz> 2.0 1.0 0.200 </xyz>
   <id>robot1</id>
   <model:Pioneer2Gripper>
     <id>gripper1</id>
     <xyz>0.17003 0 -0.0975</xyz>
   </model:Pioneer2Gripper>
 </model:Pioneer2DX>

And in the player cfg file:

driver
(
 name "gazebo"
 provides ["gripper:0"]
 gz_id "gripper1"
)


Thanks in advance for any help.

-Jan
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-gazebo mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo

Reply via email to