micro-ROS / micro_ros_renesas_demos

Demo code for Renesas e2 studio
Apache License 2.0
4 stars 5 forks source link

Issue when adding "std_msgs/Header header" to custom message #130

Open Jackogip opened 1 year ago

Jackogip commented 1 year ago

Issue template

Steps to reproduce the issue

After adding std_msg/Header header to a custom message. The Linux agent is printing the following:

image

The custom message works fine without this the 'std_msg/header header'.

Additional information

custom message: image

cmake file: image

xml: image

Any ideas would be appreciated :)