mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
servo value
This commit is contained in:
@@ -41,8 +41,8 @@ void Modelec::DownAction::Next()
|
||||
msg.items[0].duration_s = 1;
|
||||
|
||||
msg.items[1].id = front_ ? 1 : 9;
|
||||
msg.items[1].start_angle = front_ ? 0.9 : 0;
|
||||
msg.items[1].end_angle = front_ ? 1.9 : 0;
|
||||
msg.items[1].start_angle = front_ ? 1.9 : 0;
|
||||
msg.items[1].end_angle = front_ ? 0.9 : 0;
|
||||
msg.items[1].duration_s = 1;
|
||||
|
||||
msg.items[2].id = front_ ? 2 : 10;
|
||||
|
||||
Reference in New Issue
Block a user