Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
audstanley committed Jan 17, 2018
1 parent f7f4625 commit 74fa47a
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions rover/core/process-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ Here is an example of the **processes.json** file where each process is an objec

```json
[
{
"path": "/TitanRover2018/rover/core/process-manager/motionConf/",
"python": "sudo",
"screenName": "motion",
"script": "motion"
},
{
"path": "/TitanRover2018/rover/core/servers/ArduinoSocketServer/",
"python": "python",
"python": "python3.4",
"screenName": "mobility",
"script": "mobility.py"
},
Expand All @@ -27,12 +33,17 @@ Here is an example of the **processes.json** file where each process is an objec
"script": "iftop.py"
},
{
"path": "/TitanRover2018/rover/core/servers/reach/",
"path": "/TitanRover2018/rover/controls-systems/mobility/GNSS/",
"python": "python",
"screenName": "reach",
"script": "reach.py"
"script": "emlidreach.py"
},
{
"path": "/TitanRover2018/rover/controls-systems/mobility/GNSS/",
"python": "python",
"screenName": "reachSocketServer",
"script": "socketServer.py"
}

]
```
There are three processes in this example above. All you need to do is add your process to the file.
Expand Down

0 comments on commit 74fa47a

Please sign in to comment.