Skip to content

Commit

Permalink
Add docs for the new restore service, update the docs for the exist…
Browse files Browse the repository at this point in the history
…ing `import` service (#203)
  • Loading branch information
civerachb-cpr authored Dec 18, 2023
1 parent aebb943 commit 61eedac
Showing 1 changed file with 18 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,13 @@ exists, the returned object will have a blank UUID.

**Service Type:** [clearpath_mission_scheduler_msgs/srv/ImportData](definitions.mdx#scheduler-importdata)

**Description:** Import data exported by the `export_data` service. This will delete all schedules and replace the
database contents with the imported data.
**Description:** Import data exported by the `export_data` service. This will add new schedules to the database
but will not modify or delete any existing schedules.

:::note

This service is intended to be used in combination with the `export_data` service to facilitate backups or
synchronizing schedules across multiple robots.
This service is intended to be used in combination with the `export_data` service to facilitate deploying new
schedules across multiple robots.

:::

Expand All @@ -172,6 +172,20 @@ synchronizing schedules across multiple robots.
**Description:** Remove the mission at a given position from a schedule, or remove all copies of a mission from a
schedule

### mission_scheduler/restore

**Service Type:** [cpr_mission_scheduler_msgs/srv/ImportData](definitions.mdx#scheduler-importdata)

**Description:** Restore data exported by the `export_data` service. This will delete all schedules and replace the
database contents with the imported data.

:::note

This service is intended to be used in combination with the `export_data` service to facilitate backups or
synchronizing schedules across multiple robots.

:::

### mission_scheduler/update_schedule

**Service Type:** [mission_scheduler/srv/UpdateSchedule](definitions.mdx#scheduler-updateschedule)
Expand Down

0 comments on commit 61eedac

Please sign in to comment.