Skip to content

Commit 0ad6111

Browse files
authored
Fixed missing return type in BaseRobotSE2
1 parent 0552887 commit 0ad6111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mpc_local_planner/include/mpc_local_planner/systems/base_robot_se2.h

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ class BaseRobotSE2 : public RobotDynamicsInterface
9797
x[0] = odom_pose.x();
9898
x[1] = odom_pose.y();
9999
x[2] = odom_pose.theta();
100+
return true;
100101
}
101102

102103
// implements interface method

0 commit comments

Comments
 (0)