Skip to content
Snippets Groups Projects
Commit 06355840 authored by mnaveau's avatar mnaveau
Browse files

remove redundant variables

parent 310aa943
No related branches found
No related tags found
No related merge requests found
......@@ -278,10 +278,10 @@ namespace PatternGeneratorJRL
double InterpolationPeriod_ ;
/// \brief Step Period of the robot
double StepPeriod_ ;
/// \brief Period where the robot is on ONE feet
double SSPeriod_ ;
/// \brief Period where the robot is on TWO feet
double DSPeriod_ ;
// /// \brief Period where the robot is on ONE feet
// double SSPeriod_ ;
// /// \brief Period where the robot is on TWO feet
// double DSPeriod_ ;
/// \brief Maximum distance between the feet
double FeetDistance_ ;
/// \brief Maximum height of the feet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment