mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/jibo-cli.git
synced 2026-06-16 17:56:15 +00:00
32 lines
578 B
Plaintext
32 lines
578 B
Plaintext
{
|
|
"header": {
|
|
"fileType": "Limits",
|
|
"version": "0.001",
|
|
"creationTime": 1439401805624
|
|
},
|
|
"content": {
|
|
"dofLimits": [
|
|
{
|
|
"dofName": "bottomSection_r",
|
|
"limits": {
|
|
"acceleration": 40.0,
|
|
"velocity": 20.0
|
|
}
|
|
},
|
|
{
|
|
"dofName": "middleSection_r",
|
|
"limits": {
|
|
"acceleration": 40.0,
|
|
"velocity": 20.0
|
|
}
|
|
},
|
|
{
|
|
"dofName": "topSection_r",
|
|
"limits": {
|
|
"acceleration": 40.0,
|
|
"velocity": 20.0
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |