Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange Warning by initial rclrs compilation #376

Closed
Guelakais opened this issue Mar 19, 2024 · 2 comments
Closed

Strange Warning by initial rclrs compilation #376

Guelakais opened this issue Mar 19, 2024 · 2 comments

Comments

@Guelakais
Copy link
Contributor

This happened to me when I ran through the standard installation process. Is this normal?

CMake Warning at /ros_ws/install/rosidl_generator_rs/share/rosidl_generator_rs/cmake/rosidl_generator_rs_generate_interfaces.cmake:46 (message):
  Rust actions generation is not implemented
Call Stack (most recent call first):
  /opt/ros/humble/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake:48 (include)
  /opt/ros/humble/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake:286 (ament_execute_extensions)
  CMakeLists.txt:16 (rosidl_generate_interfaces)
@maspe36
Copy link
Collaborator

maspe36 commented Mar 20, 2024

This is a warning we produce in the rosidl_generator_rs package (here).

As the message implies, we do not have action support currently, so we don't generate code for files that live under the action folder in an interface package.

@esteve
Copy link
Collaborator

esteve commented Mar 20, 2024

Actions are being tackled in #244

@esteve esteve closed this as completed Mar 20, 2024
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

No branches or pull requests

3 participants