Update default topics

This commit is contained in:
John Zhao
2018-06-07 12:45:23 +08:00
parent 0286da50c6
commit 87458482d9
6 changed files with 31 additions and 31 deletions

View File

@@ -650,8 +650,8 @@ def _main():
else:
dataset = ROSBag(
path,
topic_imu='/mynteye/imu',
topic_temp='/mynteye/temp')
topic_imu='/mynteye/imu/data_raw',
topic_temp='/mynteye/temp/data_raw')
return dataset
if args.binary:

View File

@@ -334,8 +334,8 @@ def _main():
sys.exit('Error: dataset model not supported {}'.format(model))
else:
dataset = ROSBag(path,
topic_img_left='/mynteye/left',
topic_imu='/mynteye/imu')
topic_img_left='/mynteye/left/image_raw',
topic_imu='/mynteye/imu/data_raw')
return dataset
dataset = BinDataset(dataset_path, dataset_creator)