Update wheel diameter for Create 2
Now matches the spec from iRobot. Signed-off-by: Jacob Perron <jacob@openrobotics.org>
This commit is contained in:
parent
5779d0bf3b
commit
5723673141
1 changed files with 1 additions and 1 deletions
|
@ -48,5 +48,5 @@ namespace create {
|
||||||
|
|
||||||
RobotModel RobotModel::ROOMBA_400(V_1, 0.258, 57600);
|
RobotModel RobotModel::ROOMBA_400(V_1, 0.258, 57600);
|
||||||
RobotModel RobotModel::CREATE_1(V_2, 0.258, 57600);
|
RobotModel RobotModel::CREATE_1(V_2, 0.258, 57600);
|
||||||
RobotModel RobotModel::CREATE_2(V_3, 0.235, 115200);
|
RobotModel RobotModel::CREATE_2(V_3, 0.235, 115200, 0.5, 0.072);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue