Skip to content

pym96/Go2-Adaptive-LIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3d Unitree Quadruped robot LIO simulation

Timeline1

prerequisites

  • ros1 noetic or melodic
wget http://fishros.com/install -O fishros && . fishros
  • preconfiguration
sudo rosdep init
rosdep update
rosdep install --from-paths src --ignore-src -r -y
sudo apt-get install libgoogle-glog-dev libeigen3-dev libpcl-dev libyaml-cpp-dev liblcm-dev
  • onnxruntime configuration

onnx-release or

wget https://github.com/microsoft/onnxruntime/releases/download/v1.21.0/onnxruntime-linux-x64-1.21.0.tgz

then uncompress it and run command below:

sudo cp -r ./onnxruntime-linux-x64-1.21.0 /usr/lib/onnxruntime-linux-x64

clone this repository

git clone https://github.com/pym96/Go2-Adaptive-LIO.git
  • compile
catkin build
  • run simulation (source devel/setup.bash) first
roslaunch robot_control RobotBringup.launch # Small room scene simulation.
roslaunch robot_control RobotBringupStairs.launch  # Scene simulation with stairs.
  • run keyboard cmd control (w a s d to control velocity, space bar to stop)
roslaunch robot_cmd keyboard_teleop.launch 
  • run LIO system
roslaunch faster_lio mapping_velodyne.launch 

Reference link

Future work

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published