Skip to content

Release v0.2.0#20

Merged
rosterloh merged 10 commits into
mainfrom
dev
Jun 10, 2026
Merged

Release v0.2.0#20
rosterloh merged 10 commits into
mainfrom
dev

Conversation

@rosterloh

Copy link
Copy Markdown
Owner

Summary

  • Promote dev to main for the next stable release.
  • Request a minor version bump via the version:minor label, so the release workflow should bump 0.1.5 to 0.2.0.
  • Includes accumulated changelog entries currently under [Unreleased].

Verification

  • rtk cargo fmt -- --check
  • with rclrs_ws/install/setup.zsh sourced: rtk cargo check --workspace --offline
  • with rclrs_ws/install/setup.zsh sourced: rtk cargo test --workspace --offline

dependabot Bot and others added 10 commits May 11, 2026 09:20
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache).


Updates `actions/cache` from 4 to 5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…d) (#8)

- Add `sensor_msgs/msg/LaserScan`, `sensor_msgs/msg/Imu`, and
  `geometry_msgs/msg/PoseStamped` subscription support with full
  DynValue conversion.
- Add `qos` field to `SubscriptionConfig` accepting `"default"` or
  `"sensor_data"` profiles; omitting the field preserves existing
  behavior (Reliable, Volatile, KeepLast 10).
- `"sensor_data"` maps to BestEffort, Volatile, KeepLast 5 — suited
  to high-rate sensor topics.
- Run `cargo fmt` across talos-agent and talos-common.
- Update docs and CHANGELOG.

Verification: cargo check/test blocked by absent rclrs_ws/install/
patch sources (pixi build not run). cargo fmt passed. Config parsing
tests in talos-common blocked by the same workspace-level patch.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds user-controlled topic subscription management to the Talos TUI, preserving a client-owned “desired subscriptions” set across reconnects and reflecting subscription state (including pending/error) in the Topics UI.
@rosterloh
rosterloh merged commit dc4f17c into main Jun 10, 2026
3 checks passed
@rosterloh
rosterloh deleted the dev branch June 10, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant