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

891 vis walking metrics #902

Merged
merged 9 commits into from
Nov 16, 2024
Merged

891 vis walking metrics #902

merged 9 commits into from
Nov 16, 2024

Conversation

yf-zhou
Copy link
Contributor

@yf-zhou yf-zhou commented Nov 16, 2024

  • Only the minimal change is included in this PR the commits are kept minimal
  • Code is readable and documented in the code
  • Minimal tests have been added

Add graphs to display walking metrics
navigator.py:

  • call walk with parameter display_metrics=True
  • visualisations are displayed at the end of the walk function
  • graphs include: IMU (roll, pitch, yaw), x-y position in space, orientation and velocity, COM and footprints projected onto the same plane
  • also includes functions to clear tracked data

sensors.py:

  • add ability to get data from any link, not just IMU (get_pose(link_number))

@yf-zhou yf-zhou linked an issue Nov 16, 2024 that may be closed by this pull request
@yf-zhou yf-zhou requested a review from manx52 November 16, 2024 22:44
@manx52 manx52 enabled auto-merge (squash) November 16, 2024 22:46
@manx52 manx52 disabled auto-merge November 16, 2024 22:46
@manx52 manx52 merged commit 2034f13 into master Nov 16, 2024
4 checks passed
@manx52 manx52 deleted the 891-vis_walking_metrics branch November 16, 2024 22:46
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.

vis walking metrics
2 participants