ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

unable to play rosbag file converted from pcap file

asked 2021-02-21 21:21:24 -0500

hkl433 gravatar image

I am trying to use ndt_mapping in Autoware 1.14.0 (Docker) on Ubuntu 18.04 (Melodic) with my own velodyne VLP16 data.

I converted VLP16 pcap file to ros bagfile like shown in this page.

However, I am unable to play it in Autoware Runtime Manager.

Like ROSBAG Demo, I loaded my own rosbag data in simulation tab and set the start time to 140, the clicked Play button. But Progress bar in simulation tab didn't work and I couldn't play the data in rviz.

Sample data(sample_moriyama_150324.bag) was played successfully in rviz and ndt_mapping also worked.

Thanks a lot !

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
2

answered 2021-02-23 00:31:51 -0500

hkl433 gravatar image

resolved with "record -O hoge.bag /velodyne_points→rocord -a -O hoge.bag"

edit flag offensive delete link more
0

answered 2021-07-01 07:30:30 -0500

jo_ gravatar image

By default, autoware subscribes to PointCloud2 topics as /points_raw. If the topic name is different, you can relay it with this command

$ rosrun topic_tools relay /your_lidar_topic /points_raw

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-02-21 21:21:24 -0500

Seen: 172 times

Last updated: Feb 23 '21