Skip to content

Commit a182200

Browse files
changed defualt position to match Humble
1 parent 7565111 commit a182200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

launch/turtlebot3_world.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def generate_launch_description():
3131
ros_gz_sim = get_package_share_directory('ros_gz_sim')
3232

3333
use_sim_time = LaunchConfiguration('use_sim_time', default='true')
34-
x_pose = LaunchConfiguration('x_pose', default='-2.0')
34+
x_pose = LaunchConfiguration('x_pose', default='0.0')
3535
y_pose = LaunchConfiguration('y_pose', default='-0.5')
3636

3737
world = os.path.join(

0 commit comments

Comments
 (0)