Commit Graph

32 Commits

Author SHA1 Message Date
stelzo 01cf6f2ded
no convert 2024-04-29 20:58:20 +02:00
stelzo 212f7b05cc
fix rosrust time 2024-04-29 20:45:01 +02:00
stelzo 91b0ae7ecf
docs and clippy 2024-04-29 20:32:55 +02:00
stelzo 77c222414f
redo api 2024-04-29 17:27:32 +02:00
stelzo 6f55407a20
add iterator impl 2024-04-26 21:50:23 +02:00
stelzo 0105a76f53 bump version 2024-03-25 15:13:48 +01:00
stelzo e231047056 iron rclrs 2024-03-25 13:04:15 +01:00
stelzo 11868f5f45 clippy 2024-03-25 12:51:23 +01:00
stelzo c7bae0d377 except rclrs branch 2024-03-25 12:46:57 +01:00
stelzo bc447afe60 standalone rclrs testing 2024-03-25 12:35:46 +01:00
stelzo 152fce79a3
ROS2 testing (#12)
* add humble tests

* simpler names

* fix linking problem with r2r v0.7

* tidy and badges

* cargo publish on release
2024-03-21 11:45:34 +01:00
dependabot[bot] 1dedd9c3bb
Update r2r requirement from 0.7.5 to 0.8.0 (#11)
Updates the requirements on [r2r](https://github.com/sequenceplanner/r2r) to permit the latest version.
- [Commits](https://github.com/sequenceplanner/r2r/compare/0.7.5...0.8.0)

---
updated-dependencies:
- dependency-name: r2r
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 12:57:30 +02:00
stelzo 8a76e45055
add dependabot 2023-10-06 12:48:41 +02:00
Christopher Sieh f38cd54d03 bump version 2023-08-22 08:38:44 +02:00
stelzo 3013f8e38b
fix: pack rgb seems to be wrong (#10)
* transmute for bitwise reinterpretation

* safe bit casting
2023-08-22 08:34:53 +02:00
stelzo cfe5b6a2f6 version bump 2023-07-25 21:55:39 +02:00
stelzo d0fdbdb894 remove version infos, use from instead of into 2023-07-25 21:55:13 +02:00
stelzo af26bd24ed rename job 2023-07-25 21:24:02 +02:00
stelzo 47df19ea7e ubuntu action and linting without features 2023-07-25 21:18:34 +02:00
stelzo 15665b4fc8 fix clippy warnings 2023-07-25 21:16:22 +02:00
Haruki Uchiito 8096edd6c7
Feature/support_r2r (#8)
* add r2r crate support and its test

* add files for tests of feature r2r_msg

* r2r prefixes
2023-07-25 16:53:43 +02:00
dependabot[bot] 8e6f643b45
Update fallible-iterator requirement from 0.2.0 to 0.3.0 (#7)
Updates the requirements on [fallible-iterator](https://github.com/sfackler/rust-fallible-iterator) to permit the latest version.
- [Release notes](https://github.com/sfackler/rust-fallible-iterator/releases)
- [Changelog](https://github.com/sfackler/rust-fallible-iterator/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sfackler/rust-fallible-iterator/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: fallible-iterator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-16 11:47:33 +02:00
stelzo 00dabed86a
Create dependabot.yml 2023-07-16 11:35:38 +02:00
stelzo d443bed4f9 bump version 2023-06-22 09:44:26 +02:00
stelzo f71b6b8c92 fmt 2023-06-22 09:37:07 +02:00
Rob9315 055810e8a9
rosrust::Time as TimeMsg if rosrust_msg is active (#6) 2023-06-22 09:28:34 +02:00
Christopher Sieh 4e8332a1d8 fmt readme examples 2023-05-05 08:01:46 +02:00
Christopher Sieh 9ca323a5df
Fix RGB not rendering in rviz (#2)
fix rviz rgb rendering #1
2023-04-28 07:57:11 +02:00
Christopher Sieh 8288417145 better crate description 2023-04-26 14:54:32 +02:00
Christopher Sieh fbd220be19 test rosrust_msg 2023-04-26 10:01:57 +02:00
Christopher Sieh 1d9525147a more general pointcloud2 with into/from 2023-04-26 10:00:00 +02:00
Christopher Sieh 36a8272e23 first commit 2023-04-25 18:30:54 +02:00