项目作者: Ilyabasharov

项目描述 :
Bird Eye View visualisation in ROS1 for MOTS problem
高级语言: CMake
项目地址: git://github.com/Ilyabasharov/bird_eye_view_tracking.git
创建时间: 2021-04-10T10:15:27Z
项目社区:https://github.com/Ilyabasharov/bird_eye_view_tracking

开源协议:MIT License

下载


bird_eye_view_tracking

Bird Eye View visualisation in ROS1 for MOTS problem

Installation

Command sequence:

  1. cd catkin_ws/src
  2. git clone https://github.com/Ilyabasharov/bird_eye_view_tracking.git
  3. git clone https://github.com/eric-wieser/ros_numpy.git
  4. cd bird_eye_view_tracking && pip install -r requirements.txt
  5. cd ../..
  6. source /opt/ros/melodic/setup.bash
  7. catkin_make
  8. source devel/setup.bash

Execution

Input messages like ObjectArray and PointCloud2 are required for execution. Also you must specify a path to odometry dataset in KITTI-like format of data and ID of sequence in 2 numbers format with the first zero if necessary.

  1. roslaunch bird_eye_view_tracking main.launch \
  2. path2odometry:=/root/dataset \
  3. sequence:=01 \
  4. points:=/depth_registered/points \
  5. objects:=/stereo/objects \
  6. markers:=/bird_eye_view/visualisation