Skip to content

Commit

Permalink
feat: config iris simulation to support the normal landing and the on…
Browse files Browse the repository at this point in the history
…board landing
  • Loading branch information
MarceloJacinto committed Sep 17, 2024
1 parent 6a0ad00 commit 6c108c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pegasus/config/iris.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
arm_service: "fmu/arm"
offboard_service: "fmu/offboard"
TakeoffMode:
valid_transitions: ["OnboardLandMode", "HoldMode", "WaypointMode", "FollowTrajectoryMode", "PassThroughMode"]
valid_transitions: ["OnboardLandMode", "LandMode", "HoldMode", "WaypointMode", "FollowTrajectoryMode", "PassThroughMode"]
fallback: "HoldMode"
on_finish: "HoldMode"
geofencing_violation_fallback: "HoldMode"
Expand All @@ -121,20 +121,20 @@
on_finish: "DisarmMode"
land_service: "fmu/land"
HoldMode:
valid_transitions: ["OnboardLandMode", "WaypointMode", "FollowTrajectoryMode", "PassThroughMode"]
valid_transitions: ["OnboardLandMode", "LandMode", "WaypointMode", "FollowTrajectoryMode", "PassThroughMode"]
fallback: "OnboardLandMode"
WaypointMode:
valid_transitions: ["OnboardLandMode", "HoldMode", "FollowTrajectoryMode", "PassThroughMode"]
valid_transitions: ["OnboardLandMode", "LandMode", "HoldMode", "FollowTrajectoryMode", "PassThroughMode"]
fallback: "HoldMode"
geofencing_violation_fallback: "HoldMode"
set_waypoint_service: "autopilot/set_waypoint"
FollowTrajectoryMode:
valid_transitions: ["OnboardLandMode", "HoldMode", "WaypointMode", "PassThroughMode"]
valid_transitions: ["OnboardLandMode", "LandMode", "HoldMode", "WaypointMode", "PassThroughMode"]
fallback: "HoldMode"
geofencing_violation_fallback: "HoldMode"
on_finish: "HoldMode"
PassThroughMode:
valid_transitions: ["DisarmMode", "ArmMode", "TakeoffMode", "OnboardLandMode", "HoldMode", "WaypointMode", "FollowTrajectoryMode"]
valid_transitions: ["DisarmMode", "ArmMode", "TakeoffMode", "OnboardLandMode", "LandMode", "HoldMode", "WaypointMode", "FollowTrajectoryMode"]
fallback: "HoldMode"
geofencing_violation_fallback: "HoldMode"
# Topics configurations
Expand Down

0 comments on commit 6c108c7

Please sign in to comment.