update
This commit is contained in:
parent
e1e52fcbb4
commit
a56ef58169
@ -575,7 +575,7 @@ void BioHeadRobot::expressionSurprised() {
|
|||||||
//睡觉
|
//睡觉
|
||||||
void BioHeadRobot::expressionTired() {
|
void BioHeadRobot::expressionTired() {
|
||||||
const std::vector<double> device_64_angles = {90, 90, 90, 90, 90, 90, 90, 90, 90, 90};
|
const std::vector<double> device_64_angles = {90, 90, 90, 90, 90, 90, 90, 90, 90, 90};
|
||||||
const std::vector<double> device_65_angles = {90, 90, 90, 90, 90, 105, 110, 90, 85, 95};
|
const std::vector<double> device_65_angles = {90, 90, 90, 90, 90, 105, 110, 90, 80, 95};
|
||||||
sendExpression(device_64_angles, device_65_angles, 0);
|
sendExpression(device_64_angles, device_65_angles, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user