Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Walking Trajectory Path (WTP) #294

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from

Conversation

dhruvthanki
Copy link
Contributor

Walking Trajectory Path (WTP)

This pull request introduces the computation and optimization of the Walking Trajectory Path (WTP) based on the next two footsteps in the queue. The key points are:

  • Computation: Each waypoint of the WTP is determined as the midpoint of each pair of sequential footsteps.
  • Frame Position Update: The starting position of the WTP frame is updated at each state change, matching the position of the WTP frame at the end of the previous state.
  • Time Duration Calculation: The time to reach the next waypoint is calculated as the sum of the transfer state duration of the current footstep, the swing state duration of the current footstep, and half of the transfer state duration of the subsequent footstep, with specific exceptions for the beginning and end of the trajectory.
  • Optimization: The WTP is optimized by minimizing the total acceleration along the overall trajectory, ensuring a smooth and efficient path.

These changes enhance the accuracy and smoothness of the robot's walking trajectory, providing better performance and stability.

@dhruvthanki dhruvthanki self-assigned this Jul 11, 2024
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