Skip to content

Commit d8a502b

Browse files
committed
🐛 fix : edited robot initial pose in gazebo spawn URDF
1 parent 693a5dd commit d8a502b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lmr1_description/launch/gazebo.launch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<node name="spawn_urdf"
2929
pkg="gazebo_ros"
3030
type="spawn_model"
31-
args="-urdf -model lmr1 -param robot_description -x 0 -y 0 -z 0.05"
31+
args="-urdf -model lmr1 -param robot_description -x 0.5 -y 0.5 -z 0.05"
3232
output="screen"/>
3333

3434
<!-- ============================= -->
@@ -38,4 +38,4 @@
3838
pkg="robot_state_publisher"
3939
type="robot_state_publisher"/>
4040

41-
</launch>
41+
</launch>

0 commit comments

Comments
 (0)