ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Saeid Dehnavi's profile - activity

2023-04-17 14:09:42 -0500 marked best answer Undefined reference to rosidl_typesupport_c__get_message_type support_handle__std_msgs__msg__Int32

Hi, I am compiling micro-ROS crystal version and want to run the publisher demo for Int32. However, I get the following error:

undefined reference to `rosidl_typesupport_c__get_message_type_support_handle__std_msgs__msg__Int32'

I think this function should be defined somewhere but it seems that it has not been defined. Would you please tell me in which library I should find this function? Thanks

2022-07-08 04:50:25 -0500 received badge  Famous Question (source)
2021-02-08 05:04:55 -0500 received badge  Notable Question (source)
2021-02-08 05:04:55 -0500 received badge  Popular Question (source)
2020-07-17 03:52:53 -0500 received badge  Student (source)
2020-07-16 07:57:27 -0500 received badge  Famous Question (source)
2020-07-07 02:13:06 -0500 received badge  Notable Question (source)
2020-03-31 15:46:07 -0500 received badge  Popular Question (source)
2020-02-19 10:43:04 -0500 commented question Undefined reference to rosidl_typesupport_c__get_message_type support_handle__std_msgs__msg__Int32

Thanks @gvdhoorn, but since this problem is related to the ROS typesupport which is shared between normal ROS2 and micro

2020-02-19 10:41:34 -0500 asked a question The source code behind "libstd_msgs__rosidl_typesupport_c.so"

The source code behind "libstd_msgs__rosidl_typesupport_c.so" Hi, For some reason I need to have access to the source c

2020-02-18 17:05:47 -0500 asked a question Undefined reference to rosidl_typesupport_c__get_message_type support_handle__std_msgs__msg__Int32

undefined reference to `rosidl_typesupport_c__get_message_type_support_handle__std_msgs__msg__Int32' Hi, I am compiling