Skip to content

Commit 6d31233

Browse files
committed
down
1 parent c567250 commit 6d31233

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/modelec_strat/src/action/down_action.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ void Modelec::DownAction::Next()
4646
msg.items[2].id = 2;
4747
msg.items[2].start_angle = 0.3;
4848
msg.items[2].end_angle = 0;
49-
msg.items[2].duration_s = 1;
49+
msg.items[2].duration_s = 0.5;
5050

5151
msg.items[3].id = 3;
5252
msg.items[3].start_angle = 2.7;
5353
msg.items[3].end_angle = 2.9;
54-
msg.items[3].duration_s = 1;
54+
msg.items[3].duration_s = 0.5;
5555
}
5656

5757
if (front_ == BACK || front_ == BOTH)
@@ -70,12 +70,12 @@ void Modelec::DownAction::Next()
7070
msg.items[i+2].id = 10;
7171
msg.items[i+2].start_angle = 0;
7272
msg.items[i+2].end_angle = 0;
73-
msg.items[i+2].duration_s = 1;
73+
msg.items[i+2].duration_s = 0.5;
7474

7575
msg.items[i+3].id = 11;
7676
msg.items[i+3].start_angle = 0;
7777
msg.items[i+3].end_angle = 0;
78-
msg.items[i+3].duration_s = 1;
78+
msg.items[i+3].duration_s = 0.5;
7979
}
8080

8181
action_executor_->MoveServoTimed(msg);

0 commit comments

Comments
 (0)