Skip to content

ROS visualization publisher for the kitti-like dataset

License

Notifications You must be signed in to change notification settings

amc-nu/dataset_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dataset Visualizer

Python Requirements

argparse
ros_numpy
ros
pcl
pathlib
numpy

Dataset tree

.
├── scene000
│   ├── Annotations
│   └── PCDPoints
├── scene001
│   ├── Annotations
│   └── PCDPoints
.
.
.
└── sceneXXX
    ├── Annotations
    └── PCDPoints

How to use

  1. Open ROS' rviz
  2. Set Fixed Frame to lidar
  3. Add PointCloud visualization, set to topic /points_raw
  4. Add MarkerArray visualization, set to topic /detection/object_markers
  5. Following example tree shown above execute:
$ python /PATH/TO/reader_publisher.py ./scene000/PCDPoints ./scene000/Annotations

Image of OccupancyGrid and VectorMap

PCD move

find -iname "*.pcd" | sed 's/\(.*\)\/\(.*\)\.\(.*\)$/mv \1\/\2\.\3 \1\.pcd/ ' > process.sh && sh process.sh

About

ROS visualization publisher for the kitti-like dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages