Skip to content

Instantly share code, notes, and snippets.

@llhe
Last active December 25, 2021 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save llhe/49ea082610703754cdc7d771e55ed474 to your computer and use it in GitHub Desktop.
Save llhe/49ea082610703754cdc7d771e55ed474 to your computer and use it in GitHub Desktop.
[
{
"id": "camera0",
"parentIds": [],
"status": "running"
},
{
"id": "lidar0",
"parentIds": [],
"status": "running"
},
{
"id": "gnss",
"parentIds": [],
"status": "running"
},
{
"id": "localization",
"parentIds": ["gnss"],
"status": "starting"
},
{
"id": "perception",
"parentIds": ["camera0", "lidar0"],
"status": "stopped"
},
{
"id": "planning",
"parentIds": ["perception", "localization"],
"status": "stopped"
},
{
"id": "control",
"parentIds": ["planning"],
"status": "stopped"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment