26 lines
834 B
JSON
26 lines
834 B
JSON
{
|
|
"tensorBoard": {
|
|
"execCommand": "nix run github:nixos/nixpkgs#python312Packages.tensorboard -- --logdir ${dir_path}",
|
|
"date": null,
|
|
"status": "Fail,Ok",
|
|
"delay": 200,
|
|
"checkCommand": null,
|
|
"filter": null
|
|
},
|
|
"simulationProcess": {
|
|
"execCommand": "nix run github:nixos/nixpkgs#python312Packages.tensorboard -- --logdir ${dir_path}",
|
|
"date": null,
|
|
"status": null,
|
|
"delay": 0,
|
|
"checkCommand": null,
|
|
"filter": null
|
|
},
|
|
"btRuntimeProcess": {
|
|
"execCommand": "cd ~/robossembler-ws && source ./install/local_setup.bash; ros2 launch rbs_bt_executor rbs_bt_web.launch.py bt_path:=${bt_path}",
|
|
"date": null,
|
|
"status": null,
|
|
"delay": 0,
|
|
"checkCommand": null,
|
|
"filter": null
|
|
}
|
|
}
|