Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aemarkov/velodyne_utils

One more ROS logger: log position from ZED-camera and loam-velodyne SLAM to the CSV
https://github.com/aemarkov/velodyne_utils

Last synced: 16 days ago
JSON representation

One more ROS logger: log position from ZED-camera and loam-velodyne SLAM to the CSV

Awesome Lists containing this project

README

        

# velodyne_utils
Set of utils and experiments for the Velodyne LiDAR

## Prerequirements
- [zed-ros-wrapper](https://github.com/stereolabs/zed-ros-wrapper)
- [velodyne](https://github.com/ros-drivers/velodyne) or [my velodyne fork](https://github.com/Garrus007/velodyne)
- [loam_velodyne](https://github.com/laboshinl/loam_velodyne)

## logger
One more ROS logger: log position from ZED-camera and loam-velodyne SLAM to the CSV

### Usage
Run from real devices:
```bash
roslaunch velodyne_utils log.launch log_path:=
```

Run from bag:
```bash
roslaunch velodyne_slam_logger log.launch bag:= log_path:=
```

## pointcloud_info
Display some information about the pointcloud

### Usage
```
rosrun velodyne_utils pointcloud_info.py
```