Raise the version to 0.0.2 so the channel can carry this description - #19
Merged
Conversation
The published ros-jazzy-lite-description is 0.0.1 and so is this tree, and Berkeley-Humanoids-Buildfarm uploads with --skip-existing, so every change since that build has been a silent no-op. The package on the channel is far behind: it still declares the use_fake_hardware, use_sim and mode arguments that #16 replaced with use_mock_hardware and sim_mujoco. Any consumer that installs it from the channel fails at xacro expansion, because every bring-up passes the new names. deps/lite_description/pixi.toml in the buildfarm asks for exactly this: "Our fork. Raise its package.xml version when you patch it." Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EotyWG9YmYvg5xE2v3Zkpt
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.
The channel has been serving a description from before #16
ros-jazzy-lite-descriptiononprefix.dev/berkeley-humanoidsis 0.0.1, and so is this tree.Berkeley-Humanoids-Buildfarmuploads with--skip-existing, so every change since that first build has been a silent no-op — the upload skips a version the channel already holds.I pulled the published package and diffed its
lite_dummy.urdf.xacroagainst this tree:So the published copy predates #16's two-boolean backend convention. It is not merely stale — it is incompatible: every bring-up passes
use_mock_hardware:=/sim_mujoco:=, which that xacro does not declare, so a consumer installing it from the channel fails at xacro expansion. #17's backend test matrix and #18's component-name parity are missing from it too.The fix is the one the recipe asks for
deps/lite_description/pixi.tomlin the buildfarm:Bumping
package.xmlto 0.0.2 is what makes the next buildfarm run actually publish. Patch bump, matching howhumanoid_controlversions (it is at 0.0.4 across breaking changes).Why now
This blocks the channel-first switch for the deployment repos:
ros-jazzy-humanoid-bringup-litepullsros-jazzy-lite-descriptionfrom the channel, so a deployment that installed binaries today would get a description its own launches cannot expand.After this merges, the shared buildfarm needs a run to publish 0.0.2.
🤖 Generated with Claude Code
https://claude.ai/code/session_01EotyWG9YmYvg5xE2v3Zkpt