Skip to content

DengYu1203/nuscenes_add

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuscenes_add

tags: nuScenes

add the nuScenes expanded data

Download

  1. clone the nuscenes_add package to your ros workspace
git clone https://github.com/DengYu1203/nuscenes_add.git
  1. download the expand data
  2. catkine_make
  3. prepare the bags you want to expand the new message

CAN_BUS (imu, pose)

  1. download the can_bus data:
  2. change the bag_fold and imu_fold path to yours
  3. roslaunch
roslaunch nuscenes_add canbus.launch
  1. result

lidar segmentation

The intensity of the lidarseg PointCloud is the id of the segmentation which ranges from 0 to 31.

The pointcloud may look like the picture below:

  1. download the lidarseg data:

  2. change the bag_fold and lidarseg_fold path to yours

  3. decide the PointCloud type true : use the PointXYZRGB(color encoded from id)
    false: use the PointXYZI(save the id directly)

  4. roslaunch

roslaunch nuscenes_add lidarseg.launch
  1. result

Bag topics

  1. can_bus expand topics: imu and pose
  2. lidarseg expand topics: lidarseg

About

add the nuScenes expanded data(imu, pose)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published