updated the class
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Copyright (c) 2017 Franka Emika GmbH
|
||||
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
|
||||
#include "MotionGenerator.h"
|
||||
#include "motion_generator.h"
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <cmath>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "QuadraticProgramMotionGenerator.h"
|
||||
#include "quadratic_program_motion_generator.h"
|
||||
|
||||
|
||||
QuadraticProgramMotionGenerator::QuadraticProgramMotionGenerator(const double &speed_factor,
|
||||
|
||||
Reference in New Issue
Block a user