https://docs.ros.org/en/iron/Tutorials/Beginner-Client-Libraries/Custom-ROS2-Interfaces.html

bonjour
i have a run problem with a customized msg in a package "titi "colcon builded OK
and used a the py-pysub package /talker and listener nodes colcon buided OK

self.publisher_ = self.create_publisher(NumBer , ‘topic’, 10) : NumBer is the customized msg
in package titi , showable with ros2 interface show : as float32 num
I get : rclpy._rclpy_pybind11.RCLError: Failed to create publisher: Type support not from this implementation. Got:
Could not load library libtiti__rosidl_typesupport_fastrtps_c.so: dlopen error: libtiti__rosidl_typesupport_fastrtps_c.so: cannot open shared object file: No such file or directory,
I use Ubuntu 22.04 / ROS2 Iron under a WSL machine win11 7 cores
how to solve this error ?
thanks

Hi @jacques.florin,

I couldn’t really understand what you mean.

Could you tell us exactly:

  1. What you are trying to do
  2. Which commands you have tried
  3. The expected output
  4. The result you have got

The more details you provide, the better it is for us to help you.

Try to be as clear as possible so that we can better help.

Chers.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.