JiYuzhe / radar2pointcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

radar2pointcloud

Actions Status GitHub Workflow Status license

Instructions for use

Use to transfer radar msgs into pointcloud in ros.

Dependent

yaml-cpp

Require messages

How to use

  1. install dependent (yaml-cpp)
  2. run code:
cd catkin_ws && mkdir src
cd src && mkdir Msgs
cd Msgs
git clone https://github.com/gloryhry/gps_msgs.git
git clone https://github.com/gloryhry/Ecal-to-ROS.git
cd ..
git clone https://github.com/gloryhry/radar2pointcloud.git
cd ..
catkin_make
source devel/setup.bash 
roslaunch radar2pointcloud radar2pointcloud.launch
  1. play rosbag.

About

License:GNU General Public License v3.0


Languages

Language:C++ 56.0%Language:CMake 34.1%Language:Shell 5.8%Language:C 4.2%