Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/ros2-docking' into ros2-docking-…
Browse files Browse the repository at this point in the history
…charging-dock
  • Loading branch information
delihus committed Oct 30, 2024
2 parents d212d79 + 863ef77 commit 791fc8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions panther_docking/launch/docking.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@


def generate_launch_description():
panther_version = EnvironmentVariable(name="PANTHER_ROBOT_VERSION", default_value="1.0")

use_sim = LaunchConfiguration("use_sim")
declare_use_sim_arg = DeclareLaunchArgument(
"use_sim",
Expand Down Expand Up @@ -68,7 +66,6 @@ def generate_launch_description():
package="opennav_docking",
executable="opennav_docking",
parameters=[
{"panther_version": panther_version},
namespaced_docking_server_config,
{"use_sim_time": use_sim},
],
Expand Down

0 comments on commit 791fc8f

Please sign in to comment.