ERROR bag unindexed: 2021-6-23-0103all.bag. Run rosbag reindex.想强行播放一下:rosbag play xxx.bag,也不行,报错如下:[ INFO] [1624972506.447439941]: Opening 2021-6-23-0103all.bag [FATAL] [1624972506.448068825]: Error reading from file: wanted 4 bytes, read 0 bytes...
Want to record data from real sense and generate a video file for further processing. I am able to save the recording in the bag format and play it back with the realsense viewer, but when I try to play it with the command rosbag play I get the below error - [ INFO] [1561133313.635...
I'm having problems opening a rosbag file in MATLAB R2024a. When only executing the line "bagselect = rosbag("agriData.bag");" I get the following error: Unexpected character after type and field ' # Scale of the object 1,1,1 means default (usually 1 meter square)': MSG:...
Request to enable_device_from_file("20190514_210535.bag") was invalid, Reason: Failed to create ros reader: Error opening file: 20190514_210535.bag [FATAL] [1557835631.231047571]: Failed to load nodelet '/camera/realsense2_camera` of type `realsense2_camera/RealSenseNodeFactory` to manager `...
I have followed the guide just one more time now with the same results - bag gets recorded and played back correctly but opening it in viewer or using rs-convert results in this /file-version error. Is there any way I could bypass this problem? I need to use Euclid only as a device...
When runningroslaunch realsense2_camera rs_from_file.launch rosbag_filename:="/home/user/project/test1.bag"I get the error in the log below. realsense2_camera appears to be opening the bag file and enabling the streams just fine, but it crashes just before theRealSense Node Is Up!message...
$ rosbag play --clock --topics /mytopic --bags mybag.bag Usage: rosbag play BAGFILE1 [BAGFILE2 BAGFILE3 ...] rosbag: error: You must specify at least 1 bag file to play back. Last try: $ rosbag play mybag.bag --clock --topics /mytopic --bags mybag.bag [ INFO] [143332...
Using smaller chunks gives me smooth playback, and with this index file the opening is much faster. https://vision.in.tum.de/data/datasets/visual-inertial-dataset#faq goldbattle commented Apr 6, 2022 I actually get an error on a bag that I had to reindex on. patrick@patrick-ThinkPad-...
Hello, thank you for the repository and for the instructions. I have been using the rosbag2 play, record, and info successfully. However, I need to save data in another format (along with the bag files). And I have not found a python-API...
bag file in question in realsenseviewer: the error i get is frames didnt arrive in 5000 for pipeline wait for frames playback script # First import library import pyrealsense2 as rs # Import Numpy for easy array manipulation import numpy as np # Import OpenCV for easy image rendering import...