Skip to content

Conversation

SteveMacenski
Copy link
Member

Add getRobotPose(base_frame='base_link', map_frame='map') method to the BasicNavigator class that:

  • Uses TF2 buffer and listener to get robot pose transformation
  • Handles TF2 exceptions with proper logging
  • Returns PoseStamped on success, None on failure
  • Follows existing code patterns and conventions

Resolves #5412

Generated with Claude Code

Add getRobotPose(base_frame='base_link', map_frame='map') method to the BasicNavigator class that:
- Uses TF2 buffer and listener to get robot pose transformation
- Handles TF2 exceptions with proper logging
- Returns PoseStamped on success, None on failure
- Follows existing code patterns and conventions

Resolves #5412

Co-authored-by: Steve Macenski <[email protected]>
Copy link

codecov bot commented Aug 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@SteveMacenski
Copy link
Member Author

Closed due to lack of response from issue author

@SteveMacenski SteveMacenski deleted the claude/issue-5412-20250814_155357 branch September 4, 2025 19:28
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.

Feature request: expose current robot pose in Simple Commander API
1 participant