Skip to content

Commit

Permalink
Fixed missing return type in BaseRobotSE2
Browse files Browse the repository at this point in the history
  • Loading branch information
croesmann authored Jun 9, 2020
1 parent 0552887 commit 0ad6111
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ad6111

Please sign in to comment.