gazebo simulation
Hi!
I want to simulate the navigation of a pioneer p3dx in Gazebo.
I can add the robot with:
opt/ros/electric/stacks/p2os/p2os_urdf/launch$ roslaunch pioneer3dx.gazebo.launch
I can control it with the keyboard with:
roslaunch p2os_launch teleop_keyboard.launch
But I'm not able to add the world to the simulation, because when I call:
opt/ros/electric/stacks/simulator_gazebo/gazebo_worlds/launch$ roslaunch office_world.launch
the robot disappear.
Any suggestion?