Fixed missing return type in BaseRobotSE2

master
Christoph Rösmann 2020-06-09 18:59:13 +02:00 committed by GitHub
parent 0552887394
commit 0ad611113c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ class BaseRobotSE2 : public RobotDynamicsInterface
x[0] = odom_pose.x();
x[1] = odom_pose.y();
x[2] = odom_pose.theta();
return true;
}
// implements interface method