File tree 1 file changed +12
-9
lines changed
1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -65,20 +65,23 @@ def generate_launch_description():
65
65
66
66
# Start Gazebo
67
67
68
- pth_odri_bgz_world = os .path .join (get_package_share_directory ( 'odri_bolt_gz' ),
69
- ' world' ,
70
- 'CloseView.sdf' )
71
- pth_odri_bgz_user_cfg = os .path .join (get_package_share_directory ( 'odri_bolt_gz' ),
72
- ' config' ,
73
- 'view_bolt.config' )
68
+ pth_odri_bgz_world = os .path .join (
69
+ get_package_share_directory ( "odri_bolt_gz" ), " world" , "CloseView.sdf"
70
+ )
71
+ pth_odri_bgz_user_cfg = os .path .join (
72
+ get_package_share_directory ( "odri_bolt_gz" ), " config" , "view_bolt.config"
73
+ )
74
74
75
75
gazebo = IncludeLaunchDescription (
76
76
PythonLaunchDescriptionSource (
77
77
[PathJoinSubstitution ([FindPackageShare ("ros_gz_sim" ), "launch" , "gz_sim.launch.py" ])]
78
78
),
79
- launch_arguments = [("gz_args" , [" -r -v 4 " + pth_odri_bgz_world
80
- + " --gui-config "
81
- + pth_odri_bgz_user_cfg ])],
79
+ launch_arguments = [
80
+ (
81
+ "gz_args" ,
82
+ [" -r -v 4 " + pth_odri_bgz_world + " --gui-config " + pth_odri_bgz_user_cfg ],
83
+ )
84
+ ],
82
85
)
83
86
84
87
spawn_entity = Node (
You can’t perform that action at this time.
0 commit comments