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 ...@@ -278,10 +278,10 @@ namespace PatternGeneratorJRL
double InterpolationPeriod_ ; double InterpolationPeriod_ ;
/// \brief Step Period of the robot /// \brief Step Period of the robot
double StepPeriod_ ; double StepPeriod_ ;
/// \brief Period where the robot is on ONE feet // /// \brief Period where the robot is on ONE feet
double SSPeriod_ ; // double SSPeriod_ ;
/// \brief Period where the robot is on TWO feet // /// \brief Period where the robot is on TWO feet
double DSPeriod_ ; // double DSPeriod_ ;
/// \brief Maximum distance between the feet /// \brief Maximum distance between the feet
double FeetDistance_ ; double FeetDistance_ ;
/// \brief Maximum height of the feet /// \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