How can i change the initial orientation of a robot when using roslaunch?
Hello, I launched a robot into my own gazebo world and noticed it was facing the wall, so i need to turn the robot 180° when initializing.
In my launch file i found this part here:
<node name="spawn_urdf" pkg="gazebo_ros" type="spawn_model"
args="-param robot_description -urdf -x -0.5 -y 1 -z 0.05 -model pepper_MP" />
But there is nothing said about the orientation, so i wonder what i need to add so that my robot faces the right direction when initiialized