Skip to content

Commit

Permalink
Merge pull request #201 from Carter12s/fork-serde-rosmsg
Browse files Browse the repository at this point in the history
Switch to fork of serde_rosmsg
  • Loading branch information
Carter12s authored Oct 17, 2024
2 parents a3a523f + bf36bfa commit 80d3615
Show file tree
Hide file tree
Showing 17 changed files with 380 additions and 44 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- ROS1 Native Publishers no longer occasionally truncate very large messages when configured with latching

### Changed

- Passing of large messages containing uint8[] arrays is now substantially faster
- Generated code now relies on serde_bytes to enable faster handling of uint8[] arrays
- Switched to a fork of serde_rosmsg to enable faster handling of uint8[] arrays

## 0.11.0

### Added
Expand Down
Loading

0 comments on commit 80d3615

Please sign in to comment.