Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D Desastres
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Desastres
  • Desastres
  • Wiki
  • Agents
  • actions

actions · Changes

Page history
Update actions authored Sep 21, 2018 by Marlon Pereira da Silva's avatar Marlon Pereira da Silva
Hide whitespace changes
Inline Side-by-side
agents/actions.md
View page @ e668d0a0
......@@ -65,6 +65,8 @@ failed_wrong_param | Parameters were given.
failed_item_amount | The agents has no photos to analyze.
failed | An unforeseen error has occurred.
***
### rescue_victim
Action responsible for rescuing a victim, identified by it's ID, if there's enough physical_storage available on the agent. This action can be used with 1 parameter.
......@@ -81,6 +83,7 @@ failed_capacity | The agent doesn't have enough physical_storage.
failed_location | The agent is not in the same location as the victim.
failed | An unforeseen error has occurred.
***
### deliver_physical
......@@ -103,7 +106,7 @@ failed_unknown_item | No item by the given name is known.
failed_item_amount | The given amount is not an integer, less than 1 or greater than what the agent is carrying.
failed | An unforeseen error has occurred.
***
### deliver_virtual
......@@ -126,6 +129,8 @@ failed_unknown_item | No item by the given name is known.
failed_item_amount | The given amount is not an integer, less than 1 or greater than what the agent is carrying.
failed | An unforeseen error has occurred.
***
### charge
Action responsible for charging the agent's battery. The amount by which the battery is recovered depends on whether it is located at a CDM or not. This action has no parameters.
......@@ -135,9 +140,7 @@ Failure Code | Reason
failed_wrong_param | Parameters were given.
failed | An unforeseen error has occurred.
***
### search_social_asset
......
Clone repository
  • API
  • QuickStart
  • agents
  • agents
    • actions
    • agent
  • api
    • firstconnection
    • firstmessage
    • how it works
    • stepsmessages
  • Home
  • notes
  • requirements
  • setting enviroment
  • simulation
  • simulation
    • corearchitecture
View All Pages