Add flat ground helper methods - #239
Closed
SproutSeeds wants to merge 2263 commits into
Closed
Conversation
…log-support Feature/mujoco log support
…rench-calculation Feature/joint wrench calculation
…tics#223) This makes it easier to attach custom UIs to the sims and do other stuff that was previously only possible with SessionVisualizer --------- Co-authored-by: Alexander OCU <rosie@ihmc.org>
- Added ability to open multiple logs to SCS2 - Added some additional Color and Material Definition types (ColorDefinitions, MaterialDefinitions) - Added a default flat ground terrain - Added the ability to programmatically add charts to the visualizer.
…erent CompressionType. Looking to use Zstd in the future (ihmcrobotics#227)
PotatoPeeler3000
force-pushed
the
develop
branch
3 times, most recently
from
July 31, 2026 04:50
f59b78b to
59b9f91
Compare
PotatoPeeler3000
force-pushed
the
develop
branch
from
July 31, 2026 06:01
59b9f91 to
b83d0c4
Compare
Author
|
Hi — I noticed the draft PRs #232 through #239 were closed together. Before I retire the branches, could you let me know how you'd like me to handle the batch? I can leave them closed, refresh only the changes you still want as ready PRs, or consolidate the useful pieces into fewer PRs against current The linked issues are still open, and I had run the targeted checks for each branch plus a combined integration pass. I won't reopen anything unless you ask. Thanks. |
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.
Summary
SimulationConstructionSet2.addFlatGround(...)helpersFlatGroundDefinitionconstructors andaddTerrainObject(...)Verification
git diff --checkResult:
BUILD SUCCESSFUL in 11s,9actionable tasks executed.Result:
BUILD SUCCESSFUL in 24s,24actionable tasks executed.Notes
Opening as draft because the implementation is narrow and verified, but the exact overload set is API preference.
Coordination Note
I also ran a local-only stack sweep for this SCS2 draft set (
#232-#239) on top ofdevelopusingSproutSeeds:cody/scs2-draft-pr-stack-local-sweep-2026-05-08. The branches merged cleanly,git diff --check origin/develop..HEADpassed, and the affected module builds plus nested JavaFX/logger regression test projects passed on Umbra WSL. No separate PR is open for that integration branch; it is just evidence that the draft set composes.