Enhance bot ladder climbing reliability#1830
Open
sunzenshen wants to merge 3 commits intoNeotokyoRebuild:masterfrom
Open
Enhance bot ladder climbing reliability#1830sunzenshen wants to merge 3 commits intoNeotokyoRebuild:masterfrom
sunzenshen wants to merge 3 commits intoNeotokyoRebuild:masterfrom
Conversation
This was referenced Mar 13, 2026
Contributor
Author
|
Script for commanding bots around the map to climb ladders: Related navmesh scenarios that demo some of the edge cases handled by this PR:
Also relies on PR #1802 to enhance the directional reliability of climbing ladders. (We could wait for that PR to be merged first, and then we could rebase on top of that commit.) |
Rainyan
previously approved these changes
Mar 15, 2026
Collaborator
Rainyan
left a comment
There was a problem hiding this comment.
Looks good, the bots seem a lot smoother at navigating ladders now
2050ad9 to
b13d2e9
Compare
Rainyan
previously approved these changes
Mar 15, 2026
Rainyan
approved these changes
Mar 16, 2026
- Leverage ladder climbing swim controls to decouple climbing with look direction - Movement helpers to help bots align with ladder and dismount
1f86a63 to
f9bd31b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Addresses various ladder climbing failure scenarios that could cause bots not to be able to successfully climb ladders
Toolchain
Dependencies