Fixed missing return type in BaseRobotSE2
parent
0552887394
commit
0ad611113c
|
@ -97,6 +97,7 @@ class BaseRobotSE2 : public RobotDynamicsInterface
|
||||||
x[0] = odom_pose.x();
|
x[0] = odom_pose.x();
|
||||||
x[1] = odom_pose.y();
|
x[1] = odom_pose.y();
|
||||||
x[2] = odom_pose.theta();
|
x[2] = odom_pose.theta();
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// implements interface method
|
// implements interface method
|
||||||
|
|
Loading…
Reference in New Issue