File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def generate_test_description():
6060 PathJoinSubstitution ([
6161 FindPackageShare ('mrs_uav_testing' ),
6262 'launch' ,
63- 'mrs_uav_system.py'
63+ 'mrs_uav_system.launch. py'
6464 ])
6565 ]),
6666 launch_arguments = {
@@ -83,7 +83,7 @@ def generate_test_description():
8383 PathJoinSubstitution ([
8484 FindPackageShare ('mrs_uav_testing' ),
8585 'launch' ,
86- 'mrs_multirotor_simulator.py'
86+ 'mrs_multirotor_simulator.launch. py'
8787 ])
8888 ]),
8989 # launch_arguments={
@@ -101,7 +101,7 @@ def generate_test_description():
101101 PathJoinSubstitution ([
102102 FindPackageShare ('mrs_multirotor_simulator' ),
103103 'launch' ,
104- 'hw_api.py'
104+ 'hw_api.launch. py'
105105 ])
106106 ]),
107107 launch_arguments = {
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def generate_test_description():
7676 PathJoinSubstitution ([
7777 FindPackageShare ('mrs_uav_testing' ),
7878 'launch' ,
79- 'mrs_uav_system.py'
79+ 'mrs_uav_system.launch. py'
8080 ])
8181 ]),
8282 launch_arguments = {
@@ -99,7 +99,7 @@ def generate_test_description():
9999 PathJoinSubstitution ([
100100 FindPackageShare ('mrs_uav_testing' ),
101101 'launch' ,
102- 'mrs_multirotor_simulator.py'
102+ 'mrs_multirotor_simulator.launch. py'
103103 ])
104104 ]),
105105 # launch_arguments={
@@ -117,7 +117,7 @@ def generate_test_description():
117117 PathJoinSubstitution ([
118118 FindPackageShare ('mrs_multirotor_simulator' ),
119119 'launch' ,
120- 'hw_api.py'
120+ 'hw_api.launch. py'
121121 ])
122122 ]),
123123 launch_arguments = {
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ while [ ! -e "build/COLCON_IGNORE" ]; do
99 fi
1010done
1111
12+ export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
13+
1214colcon test-result --delete-yes
1315
1416colcon test --packages-select mrs_uav_controllers --ctest-args -R ' modalities' --event-handlers console_direct+ console_stderr- console_start_end-
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ while [ ! -e "build/COLCON_IGNORE" ]; do
1111 fi
1212done
1313
14+ export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
15+
1416colcon test-result --delete-yes
1517
1618colcon test --paths $MY_PATH /.. -p 1 --event-handlers console_direct+
You can’t perform that action at this time.
0 commit comments