Unrecognized function or variable 'rosbagreader'
6 次查看(过去 30 天)
显示 更早的评论
Hello,
I have a Rosbag and want to extract a message data from it. So I wrote some code that worked fine on Linux. Now I am working on another computer with Windows on it.
I recently installed ROS Noetic and Python 2.7 so I can use my code, but I get an error message that I don't understand. Obviously there is a Rosbag and I can get information about it, but I can't read it. What am I missing?
Thanks in advance!

0 个评论
采纳的回答
Walter Roberson
2022-9-6
编辑:Walter Roberson
2022-9-6
That requires ROS toolbox, R2021b or later
rosbag() only requires R2019b or later.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 ROS Log Files and Transformations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!