mirror of
https://github.com/soconnor0919/robot-plugins.git
synced 2026-05-08 06:18:55 -04:00
fix(nao6): use valid animation names for beckon and think
- Beckon: use Hello_1 instead of Beckon_1 - Think: use Gesture_You_1 instead of Thinking_1
This commit is contained in:
@@ -1642,10 +1642,10 @@
|
||||
{
|
||||
"id": "beckon",
|
||||
"name": "Beckon",
|
||||
"description": "Come here gesture",
|
||||
"description": "Come here gesture using wave",
|
||||
"category": "movement",
|
||||
"icon": "arrow-right",
|
||||
"timeout": 2000,
|
||||
"timeout": 2500,
|
||||
"retryable": true,
|
||||
"parameterSchema": {
|
||||
"type": "object",
|
||||
@@ -1657,7 +1657,7 @@
|
||||
"payloadMapping": {
|
||||
"type": "static",
|
||||
"payload": {
|
||||
"data": "^start(animations/Stand/Gestures/Beckon_1)"
|
||||
"data": "^start(animations/Stand/Gestures/Hello_1)"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1666,14 +1666,14 @@
|
||||
"topic": "/speech",
|
||||
"messageType": "std_msgs/msg/String",
|
||||
"messageTemplate": {
|
||||
"data": "^start(animations/Stand/Gestures/Beckon_1)"
|
||||
"data": "^start(animations/Stand/Gestures/Hello_1)"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "think",
|
||||
"name": "Think",
|
||||
"description": "Thinking gesture with hand near head",
|
||||
"description": "Thinking gesture - hand to chin",
|
||||
"category": "movement",
|
||||
"icon": "help-circle",
|
||||
"timeout": 2000,
|
||||
@@ -1688,7 +1688,7 @@
|
||||
"payloadMapping": {
|
||||
"type": "static",
|
||||
"payload": {
|
||||
"data": "^start(animations/Stand/Gestures/Thinking_1)"
|
||||
"data": "^start(animations/Stand/Gestures/Gesture_You_1)"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1697,7 +1697,7 @@
|
||||
"topic": "/speech",
|
||||
"messageType": "std_msgs/msg/String",
|
||||
"messageTemplate": {
|
||||
"data": "^start(animations/Stand/Gestures/Thinking_1)"
|
||||
"data": "^start(animations/Stand/Gestures/Gesture_You_1)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user