Merge branch 'main' of https://git.demerso.net/pls5618/2024/robot
This commit is contained in:
commit
eee5384f53
@ -2,7 +2,7 @@
|
|||||||
"version": 1.0,
|
"version": 1.0,
|
||||||
"startingPose": {
|
"startingPose": {
|
||||||
"position": {
|
"position": {
|
||||||
"x": 1.35,
|
"x": 1.3,
|
||||||
"y": 5.55
|
"y": 5.55
|
||||||
},
|
},
|
||||||
"rotation": 0
|
"rotation": 0
|
||||||
@ -16,15 +16,9 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"type": "deadline",
|
"type": "parallel",
|
||||||
"data": {
|
"data": {
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
|
||||||
"type": "wait",
|
|
||||||
"data": {
|
|
||||||
"waitTime": 1.0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "named",
|
"type": "named",
|
||||||
"data": {
|
"data": {
|
||||||
@ -86,7 +80,14 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"waitTime": 0.2
|
"waitTime": 0.2
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "parallel",
|
||||||
|
"data": {
|
||||||
|
"commands": [
|
||||||
{
|
{
|
||||||
"type": "named",
|
"type": "named",
|
||||||
"data": {
|
"data": {
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
"eventMarkers": [],
|
"eventMarkers": [],
|
||||||
"globalConstraints": {
|
"globalConstraints": {
|
||||||
"maxVelocity": 2.0,
|
"maxVelocity": 2.0,
|
||||||
"maxAcceleration": 0.75,
|
"maxAcceleration": 1.0,
|
||||||
"maxAngularVelocity": 540.0,
|
"maxAngularVelocity": 540.0,
|
||||||
"maxAngularAcceleration": 720.0
|
"maxAngularAcceleration": 720.0
|
||||||
},
|
},
|
||||||
|
@ -16,11 +16,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"anchor": {
|
"anchor": {
|
||||||
"x": 1.27,
|
"x": 1.1,
|
||||||
"y": 5.57
|
"y": 5.57
|
||||||
},
|
},
|
||||||
"prevControl": {
|
"prevControl": {
|
||||||
"x": 1.260703297854801,
|
"x": 1.090703297854801,
|
||||||
"y": 5.57
|
"y": 5.57
|
||||||
},
|
},
|
||||||
"nextControl": null,
|
"nextControl": null,
|
||||||
@ -33,7 +33,7 @@
|
|||||||
"eventMarkers": [],
|
"eventMarkers": [],
|
||||||
"globalConstraints": {
|
"globalConstraints": {
|
||||||
"maxVelocity": 2.0,
|
"maxVelocity": 2.0,
|
||||||
"maxAcceleration": 0.75,
|
"maxAcceleration": 1.0,
|
||||||
"maxAngularVelocity": 540.0,
|
"maxAngularVelocity": 540.0,
|
||||||
"maxAngularAcceleration": 720.0
|
"maxAngularAcceleration": 720.0
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user