Skip to content

Commit

Permalink
updated map
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoff committed Mar 26, 2024
1 parent 892a3e6 commit 2be1428
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions summit_xl_gazebo/launch/default.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def read_params(ld : launch.LaunchDescription):
ld.add_action(launch.actions.DeclareLaunchArgument(
name='world_name',
description='Name of the world to load',
default_value='empty',
default_value='demo',
))

ld.add_action(launch.actions.DeclareLaunchArgument(
Expand All @@ -87,7 +87,7 @@ def read_params(ld : launch.LaunchDescription):
ld.add_action(launch.actions.DeclareLaunchArgument(
name='robot_xacro',
description='Robot xacro file path for the robot model',
default_value=os.path.join(get_package_share_directory('summit_xl_description'), 'robots', 'summit_xls_icclab.urdf.xacro')
default_value=os.path.join(get_package_share_directory('summit_xl_description'), 'robots', 'summit_xls.urdf.xacro')
))

ld.add_action(launch.actions.DeclareLaunchArgument(
Expand Down
Binary file added summit_xl_gazebo/maps/demo.pgm
Binary file not shown.
7 changes: 7 additions & 0 deletions summit_xl_gazebo/maps/demo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
image: demo.pgm
mode: trinary
resolution: 0.05
origin: [-7.1, -6.95, 0]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.25
Binary file modified summit_xl_gazebo/maps/turtlebot3_house.pgm
Binary file not shown.

0 comments on commit 2be1428

Please sign in to comment.