Skip to content

Conversation

@christianrauch
Copy link

This PR adapts the rmw implementation to the crystal API.

Building the examples currently fails with:

error[E0463]: can't find crate for `std_msgs`
 --> src/rclrs_subscriber.rs:2:1
  |
2 | extern crate std_msgs;
  | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate

Are the std_msgs supposed to be build as part of the workspace or are they in some remote crate repo?

@christianrauch
Copy link
Author

Damit, I should have looked earlier in the already open PRs :-)

@christianrauch
Copy link
Author

Closing in favour of https://github.com/esteve/ros2_rust/pull/3.

romainreignier pushed a commit to romainreignier/ros2_rust that referenced this pull request Mar 27, 2025
* Added timer_period_ns

* Adds Timer::is_ready().

Signed-off-by: Agustin Alba Chicar <ag.albachicar@gmail.com>

* Added comments to avoid warnings

* Added the getter for rcl_clock_t

* WIP add create_timer to node

* Cleaning some stuff

---------

Signed-off-by: Agustin Alba Chicar <ag.albachicar@gmail.com>
Co-authored-by: Agustin Alba Chicar <ag.albachicar@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant