{
"name": "controller20240626777",
"desc": "我是备注信息",
"type": "algorithm",
"routing": true,
"perception": true,
"planning": true,
"control": true,
"versions": [
{
"version": "2.0",
"node_name": "node2",
"active": false
},
{
"version": "1.0",
"node_name": "node1",
"active": false
}
],
"system_data": false,
"name_en": "controller20240626777",
"desc_en": "我是备注信息",
"custom_type": "Ros"
}
curl --location --request POST '/controllers/algorithms' \
--header 'Authorization: bearer {{token}}' \
--header 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "controller20240626777",
"desc": "我是备注信息",
"type": "algorithm",
"routing": true,
"perception": true,
"planning": true,
"control": true,
"versions": [
{
"version": "2.0",
"node_name": "node2",
"active": false
},
{
"version": "1.0",
"node_name": "node1",
"active": false
}
],
"system_data": false,
"name_en": "controller20240626777",
"desc_en": "我是备注信息",
"custom_type": "Ros"
}'
{
"code": 200,
"result": {
"controller": {
"_partial": false,
"_custom_generated_pk": false,
"name": "controller20240626777",
"desc": "我是备注信息",
"name_en": "controller20240626777",
"desc_en": "我是备注信息",
"type": "algorithm",
"routing": true,
"perception": true,
"planning": true,
"control": true,
"driver_params": null,
"custom_type": "Ros",
"system_data": 0,
"invalid": 0,
"modified_at": "2024-08-22T14:10:56.093123+08:00",
"company_id": 1,
"id": 7,
"user_id": 1,
"created_at": "2024-08-22T14:10:56.093100+08:00"
},
"versions": [
{
"controller_id": 7,
"setup_file_name": null,
"invalid": 0,
"modified_at": "2024-08-22T14:10:56.093924+08:00",
"company_id": 1,
"data_flow_file_name": null,
"config_file_name": null,
"id": 4,
"node_name": "node2",
"version": "2.0",
"user_id": 1,
"created_at": "2024-08-22T14:10:56.093908+08:00"
},
{
"controller_id": 7,
"setup_file_name": null,
"invalid": 0,
"modified_at": "2024-08-22T14:10:56.094293+08:00",
"company_id": 1,
"data_flow_file_name": null,
"config_file_name": null,
"id": 5,
"node_name": "node1",
"version": "1.0",
"user_id": 1,
"created_at": "2024-08-22T14:10:56.094279+08:00"
}
]
},
"message": ""
}