Skip to content

Commit

Permalink
add world file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil-Singhal-06 committed Oct 2, 2024
1 parent b59877a commit 76ece12
Show file tree
Hide file tree
Showing 3 changed files with 1,068 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simulation/gazebo/arm_sim_scenario/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()
find_package(ament_cmake REQUIRED)

install(
DIRECTORY launch config
DIRECTORY launch config worlds
DESTINATION share/${PROJECT_NAME}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

ARGUMENTS = [
DeclareLaunchArgument('world', default_value=os.path.join(get_package_share_directory(
'tb4_sim_scenario'), 'worlds', 'maze.sdf'),
'arm_sim_scenario'), 'worlds', 'maze.sdf'),
description='Simulation World File'),
DeclareLaunchArgument('use_sim_time', default_value='true',
choices=['true', 'false'],
Expand Down
Loading

0 comments on commit 76ece12

Please sign in to comment.