How do I set coordinates for model in Gazebo?
In the model.sdf or world_name.world file, when I want to import a model I will have to write <pose>0 0 0 0 0 0</pose> to determine the x, y and z coordinates.
As I am new to gazebo, may I know which of the zeros in <pose>0 0 .1 0 0 0</pose> represent the x, y and z axis respectively? Why are there six variables (zeros) rather than 3, aren't there only 3 axises?