YonoHub / waymo_ros

This is a ROS package to connect Waymo open dataset to ROS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

waymo_ros

Build Status

The package is made for ROS users who want to use Waymo Open Dataset with ROS.

Installation and Usage

Create a workspace

mkdir -p catkin_ws/src
cd catkin_ws/src

Clone the repo to your workspace

git clone https://github.com/YonoHub/waymo_ros.git

You can find a setup.py file inside waymo_ros/scripts that you can use to install waymo_open_dataset dependancies:

cd waymo_ros/waymo_ros/scripts/
pip install .

Build the workspace:

cd ../../..
catkin_make

You can download Waymo dataset from here: https://waymo.com/open/download/

Then extract the tar file and you'll have around 20 .tfrecord files.

Start the launch file:

source devel/setup.bash
roslaunch waymo_ros waymo_player.launch FilePath:="/path/to/file.tfrecord"

About

This is a ROS package to connect Waymo open dataset to ROS

License:MIT License


Languages

Language:Jupyter Notebook 45.3%Language:Python 36.2%Language:CMake 17.1%Language:Shell 1.4%