Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 rosbag 的 API:write 将消息从一个包写入另一个包,但是当我运行代码时,出现错误:
**
在抛出 'ros::serialization::StreamOverrunException' 的实例后调用终止 what(): 缓冲区溢出
我觉得bag文件的buffer爆裂了,所以想问一下代码里怎么增加bag文件的buffer大小。