How to use autoware auto ros2 stack with matlab? ros2genmsg error

8 次查看(过去 30 天)
Hi,
Autoware is a common ros2 based framework for autonomous driving. https://gitlab.com/autowarefoundation/autoware.auto
when trying to open a ros2 bag file containing autoware messages in matlab, one needs to first run ros2genmsg on the Autoware message types.
However, when calling
ros2genmsg("/home/user/autoware_fork/src/external/autoware_auto_msgs")
matlab complains with
Identifying message files in folder '/home/user/autoware_fork/src/external/autoware_auto_msgs'..Done.
Validating message files in folder '/home/user/autoware_fork/src/external/autoware_auto_msgs'..Done.
Error using ros.internal.custommsgs.checkValidityOfMessages
No message files found in folder '/home/autoware_fork/src/external/autoware_auto_msgs/autoware_auto_control_msgs/msg'.
Error in ros2genmsg (line 89)
[pkgMsgFiles, pkgSrvFiles] = ros.internal.custommsgs.checkValidityOfMessages(pkgDirs,folderPath,'ros2', pkgInfos);
Error in ground_non_ground (line 4)
ros2genmsg("/home/user/autoware_fork/src/external/autoware_auto_msgs")
Autoware is using some kind of precompiled .idl messages there, which matlab fails to understand.
user@rosgo:~/autoware_fork/src/external/autoware_auto_msgs/autoware_auto_control_msgs$ ls msg/
AckermannControlCommand.idl AckermannLateralCommand.idl HighLevelControlCommand.idl LongitudinalCommand.idl
How can I import this message type into matlab?

回答(1 个)

Hari Krishna Kakarla
移动:Remo Pillat 2023-11-10
Hi Max,
Thanks for your interest in this feature. This is something our development team is aware and we are considering it. Currently we are supporting only .msg files.
We will consider giving support to .idl files in future releases. Thanks for your feedback.
Thanks
Hari

类别

Help CenterFile Exchange 中查找有关 Publishers and Subscribers 的更多信息

产品


版本

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by