Skip to content

Add trapezoidal time parameterization#437

Merged
florent-lamiraux merged 2 commits into
humanoid-path-planner:develfrom
psardin001:devel
May 13, 2026
Merged

Add trapezoidal time parameterization#437
florent-lamiraux merged 2 commits into
humanoid-path-planner:develfrom
psardin001:devel

Conversation

@psardin001
Copy link
Copy Markdown
Contributor

No description provided.

Comment on lines +60 to +65
/// Maximum velocity for each output degree of freedom.
value_type maxVelocity;
/// Maximum acceleration for each output degree of freedom.
value_type maxAcceleration;
/// Minimum duration assigned to each non-empty subpath.
value_type minimumDuration;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be consistent with the rest of the code, could you make the members private and add getter and setter methods ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i was taking example from simple-time-parametrization which works like this. Do you want to me to modify both?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not know it was like this in SimpleTimeParameterization. No need to modify for now.

@florent-lamiraux florent-lamiraux merged commit bd78bd9 into humanoid-path-planner:devel May 13, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants