The simple p2os (pioneer) gazebo simulation example stopped working on electric
Hi
The simple p2os (pioneer) gazebo simulation example stopped working on electric. On dimamondback it was possible to simulate a pioneer robot by running:
roslaunch p2os_urdf pioneer3dx.gazebo.launch
and to control it by:
rosrun erratic_teleop erratic_keyboard_teleop
On electric it stopped working, rostopic showed me that there is no publisher for \cmd_vel. Weird is that the very similar example from the erratic robot works.
Had someone the same problem and maybe a solution?
I tried to debug the gazebo_plugin gazebo_ros_diffdrive (gazebo_ros_diffdrive.cpp ) and it stucked there on line 71 client->ConnectWait(serverId, GZ_CLIENT_ID_USER_FIRST);
Greetings Max
Tested on Ubuntu 10.04 32bit and 11.04 64bit