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!