Skip to content

Commit 5eedc6f

Browse files
committed
Format more launchers
1 parent 0a93002 commit 5eedc6f

24 files changed

Lines changed: 46 additions & 42 deletions

File tree

Launchers/3d_reconstruction/spawn_robot.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ def generate_launch_description():
113113
# ld.add_action(start_gazebo_ros_image_bridge_cmd)
114114
# ld.add_action(start_gazebo_ros_depth_bridge_cmd)
115115

116-
return ld
116+
return ld

Launchers/ackermann_logistic_robot_harmonic/spawn_robot.launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
ackermann_logistic_robot_harmonic.yaml configuration file
66
from the custom_robots package.
77
"""
8+
89
import os
910

1011
from ament_index_python.packages import get_package_share_directory

Launchers/amazon_robot_harmonic/spawn_robot.launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
holonomic_logistic_robot_harmonic.yaml configuration file
66
from the custom_robots package.
77
"""
8+
89
import os
910

1011
from ament_index_python.packages import get_package_share_directory

Launchers/autopark_battery/spawn_robot.launch.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ def generate_launch_description():
6363
# )
6464

6565
bridge_params = os.path.join(
66-
get_package_share_directory("custom_robots"), "params", "prius_autoparking_3laser_harmonic.yaml"
66+
get_package_share_directory("custom_robots"),
67+
"params",
68+
"prius_autoparking_3laser_harmonic.yaml",
6769
)
6870

6971
start_gazebo_ros_bridge_cmd = Node(
@@ -104,4 +106,4 @@ def generate_launch_description():
104106
# ld.add_action(start_gazebo_ros_image_bridge_cmd)
105107
# ld.add_action(start_gazebo_ros_depth_bridge_cmd)
106108

107-
return ld
109+
return ld

Launchers/autopark_line/spawn_robot.launch.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ def generate_launch_description():
6363
# )
6464

6565
bridge_params = os.path.join(
66-
get_package_share_directory("custom_robots"), "params", "prius_autoparking_3laser_harmonic.yaml"
66+
get_package_share_directory("custom_robots"),
67+
"params",
68+
"prius_autoparking_3laser_harmonic.yaml",
6769
)
6870

6971
start_gazebo_ros_bridge_cmd = Node(
@@ -104,4 +106,4 @@ def generate_launch_description():
104106
# ld.add_action(start_gazebo_ros_image_bridge_cmd)
105107
# ld.add_action(start_gazebo_ros_depth_bridge_cmd)
106108

107-
return ld
109+
return ld

Launchers/autopark_line_lidar/spawn_robot.launch.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ def generate_launch_description():
3232
)
3333

3434
bridge_params = os.path.join(
35-
get_package_share_directory("custom_robots"), "params", "prius_autoparking_lidar.yaml"
35+
get_package_share_directory("custom_robots"),
36+
"params",
37+
"prius_autoparking_lidar.yaml",
3638
)
3739

3840
start_gazebo_ros_bridge_cmd = Node(
@@ -46,10 +48,9 @@ def generate_launch_description():
4648
output="screen",
4749
)
4850

49-
5051
ld = LaunchDescription()
5152

5253
# Declare the launch options
5354
ld.add_action(start_gazebo_ros_bridge_cmd)
5455

55-
return ld
56+
return ld

Launchers/autopark_sideways/spawn_robot.launch.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ def generate_launch_description():
6363
# )
6464

6565
bridge_params = os.path.join(
66-
get_package_share_directory("custom_robots"), "params", "prius_autoparking_3laser_harmonic.yaml"
66+
get_package_share_directory("custom_robots"),
67+
"params",
68+
"prius_autoparking_3laser_harmonic.yaml",
6769
)
6870

6971
start_gazebo_ros_bridge_cmd = Node(
@@ -104,4 +106,4 @@ def generate_launch_description():
104106
# ld.add_action(start_gazebo_ros_image_bridge_cmd)
105107
# ld.add_action(start_gazebo_ros_depth_bridge_cmd)
106108

107-
return ld
109+
return ld

Launchers/basic_vacuum_cleaner/spawn_robot.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ def generate_launch_description():
104104
# ld.add_action(start_gazebo_ros_image_bridge_cmd)
105105
# ld.add_action(start_gazebo_ros_depth_bridge_cmd)
106106

107-
return ld
107+
return ld

Launchers/car_junction/spawn_robot.launch.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ def generate_launch_description():
6363
# )
6464

6565
bridge_params = os.path.join(
66-
get_package_share_directory("custom_robots"), "params", "prius_autoparking_camera.yaml"
66+
get_package_share_directory("custom_robots"),
67+
"params",
68+
"prius_autoparking_camera.yaml",
6769
)
6870

6971
start_gazebo_ros_bridge_cmd = Node(
@@ -104,4 +106,4 @@ def generate_launch_description():
104106
ld.add_action(start_gazebo_ros_image_bridge_cmd)
105107
# ld.add_action(start_gazebo_ros_depth_bridge_cmd)
106108

107-
return ld
109+
return ld

Launchers/global_navigation/spawn_robot.launch.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ def generate_launch_description():
6363
# )
6464

6565
bridge_params = os.path.join(
66-
get_package_share_directory("custom_robots"), "params", "taxi_holo_ROS_harmonic.yaml"
66+
get_package_share_directory("custom_robots"),
67+
"params",
68+
"taxi_holo_ROS_harmonic.yaml",
6769
)
6870

6971
start_gazebo_ros_bridge_cmd = Node(

0 commit comments

Comments
 (0)