Navigation DEMO-ICRA2020&DJI RoboMaster
This is the demo of perception.
Ubuntu18.04 & ROS
sudo apt-get install ros-melodic-desktop-full
sudo rosdep init
rosdep update
source /opt/ros/melodic/setup.bash
A step by step series of examples that tell you how to get a development env running
clone from github
sudo mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
sudo git clone https://github.com/lwbdegit/Perception-Demo-of-ICRA2020-XDU-ZERO-TO-HERO.git
Install dependencies
sudo apt-get -f install
build
cd ~/catkin_ws/
catkin_make
Main packages used: roborts_base & roborts_bringup & roborts_detection & daheng_ros The operation method is as follows.
run base and perception.
roslaunch roborts_bringup roborts.launch
roslaunch roborts_bringup base.launch
roslaunch daheng_ros camera.launch
https://pan.baidu.com/s/1Xgl_llHIRke-Ko_9WgBrTw idgv
XDU 无人驾驶Lab
This project is licensed under the MIT License - see the LICENSE.md file for details