Hi, I am trying to upload files to web slam without success, I uploaded .bag file and after some code running in the page I get this final message: No lidar and imu packets found.
I recorded the .bag file after this commands:
roslaunch os1.launch os1_hostname:=192.168.1.101 os1_udp_dest:=192.168.1.100 lidar_mode:=1024x10 viz:=false
rosbag record /os1_cloud_node/imu /os1_cloud_node/points
Do you know if there is something wrong with the record?