correct typo on IKinemtaicModel class name
This commit is contained in:
parent
dc488770be
commit
8a1d8a5e70
11 changed files with 23 additions and 23 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include <algorithm>
|
||||
|
||||
PathPlanner::PathPlanner(IKinemtaicModel* kinematic_model, float time_step) {
|
||||
PathPlanner::PathPlanner(IKinematicModel* kinematic_model, float time_step) {
|
||||
PathPlanner::segment_time_step = time_step;
|
||||
PathPlanner::kinematic_model = kinematic_model;
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ PathPlanner::PathPlanner(IKinemtaicModel* kinematic_model, float time_step) {
|
|||
PathPlanner::~PathPlanner() {
|
||||
}
|
||||
|
||||
void PathPlanner::set_kinematic_model(IKinemtaicModel* kinematic_model) {
|
||||
void PathPlanner::set_kinematic_model(IKinematicModel* kinematic_model) {
|
||||
PathPlanner::kinematic_model = kinematic_model;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue