Skip to content

Commit

Permalink
using Se3 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Dec 17, 2023
1 parent 4d50cdb commit ecb47c3
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
24 changes: 24 additions & 0 deletions test/service_fly_now/config/custom_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# GET ALL PARAMETERS USABLE FOR CUSTOM CONFIG BY RUNNING:
## --------------------------------------------------------------
## | rosrun mrs_uav_core get_public_params.py #
## --------------------------------------------------------------

mrs_uav_managers:

estimation_manager:

# loaded state estimator plugins
state_estimators: [
"gps_garmin",
]

initial_state_estimator: "gps_garmin" # will be used as the first state estimator
agl_height_estimator: "garmin_agl" # only slightly filtered height for checking min height (not used in control feedback)

uav_manager:

midair_activation:

after_activation:
controller: "Se3Controller"
tracker: "MpcTracker"
1 change: 1 addition & 0 deletions test/service_fly_now/service_fly_now.test
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<include file="$(find mrs_uav_testing)/launch/mrs_uav_system.launch">
<arg name="automatic_start" default="false" />
<arg name="platform_config" default="$(find mrs_multirotor_simulator)/config/mrs_uav_system/$(arg UAV_TYPE).yaml" />
<arg name="custom_config" default="$(dirname)/config/custom_config.yaml" />
<arg name="UAV_NAME" default="$(arg UAV_NAME)" />
</include>

Expand Down
24 changes: 24 additions & 0 deletions test/topic_fly_now/config/custom_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# GET ALL PARAMETERS USABLE FOR CUSTOM CONFIG BY RUNNING:
## --------------------------------------------------------------
## | rosrun mrs_uav_core get_public_params.py #
## --------------------------------------------------------------

mrs_uav_managers:

estimation_manager:

# loaded state estimator plugins
state_estimators: [
"gps_garmin",
]

initial_state_estimator: "gps_garmin" # will be used as the first state estimator
agl_height_estimator: "garmin_agl" # only slightly filtered height for checking min height (not used in control feedback)

uav_manager:

midair_activation:

after_activation:
controller: "Se3Controller"
tracker: "MpcTracker"
1 change: 1 addition & 0 deletions test/topic_fly_now/topic_fly_now.test
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<include file="$(find mrs_uav_testing)/launch/mrs_uav_system.launch">
<arg name="automatic_start" default="false" />
<arg name="platform_config" default="$(find mrs_multirotor_simulator)/config/mrs_uav_system/$(arg UAV_TYPE).yaml" />
<arg name="custom_config" default="$(dirname)/config/custom_config.yaml" />
<arg name="UAV_NAME" default="$(arg UAV_NAME)" />
</include>

Expand Down

0 comments on commit ecb47c3

Please sign in to comment.