Skip to content

Commit

Permalink
removed station launch
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>
  • Loading branch information
delihus committed Dec 20, 2024
1 parent f2ec111 commit dbb95d0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions husarion_ugv_gazebo/launch/simulation.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,6 @@ def generate_launch_description():
),
)

spawn_charging_docks = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
PathJoinSubstitution(
[
FindPackageShare("husarion_ugv_gazebo"),
"launch",
"spawn_charging_docks.launch.py",
]
)
),
)

actions = [
declare_gz_gui,
declare_namespace_arg,
Expand All @@ -114,7 +102,6 @@ def generate_launch_description():
gz_sim,
rviz_launch,
simulate_robots,
spawn_charging_docks,
]

return LaunchDescription(actions)

0 comments on commit dbb95d0

Please sign in to comment.