Skip to content
Snippets Groups Projects
Commit 4b0d3d74 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[pgtypes] Constructory implementation of RelativeFootPosition.

parent f59939fc
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,15 @@
namespace PatternGeneratorJRL
{
RelativeFootPosition_s::
RelativeFootPosition_s()
{
sx=0.0;sy=0.0;sz=0.0;theta=0.0;
SStime = 0.0; DStime=0.0;
stepType = 2;
DeviationHipHeight=0.0;
}
struct COMPosition_s & COMPosition::operator=(const COMState_s &aCS)
{
for(unsigned int i=0;i<3;i++)
......
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