Giter VIP home page Giter VIP logo

trot-q's Introduction

TROT-Q

ASCC2022 - Eungchang Mason Lee, Jinwoo Jeon, and Hyun Myung "TROT-Q: TRaversability and Obstacle aware Target tracking system for Quadruped robots"

  • Tracking detected target (YOLOv4-tiny-3l network is used)
  • FAST-LIO2 SLAM is used to estimate the states
  • Traversability and obstacle collision are checked
  • Minimum Jerk Trajectory is tracked
  • High-level velocity MPC control
  • Low-level PID control

Requirements

  • OpenCV version >= 4.4.0
  • cv_bridge
  • ROS and Gazebo
    • refer here
    • $ sudo apt install ros-<distro>-desktop-full
  • Dependencies
$ sudo apt install ros-melodic-gazebo-plugins ros-melodic-ros-control ros-melodic-ros-controllers

$ wget -O ubuntu.sh https://raw.githubusercontent.com/PX4/PX4-Autopilot/master/Tools/setup/ubuntu.sh
$ source ubuntu.sh
$ sudo apt upgrade libignition-math4
  • This Repo
$ cd ~/your_workspace/src

$ git clone --recursive https://github.com/engcang/ascc2022

$ cd ascc2022/gazebo_maps
$ tar -xf height_maze.tar.xz
$ tar -xf common_models.tar.xz

$ cd ..
$ echo "export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:$(pwd)/gazebo_maps/height_maze:$(pwd)/gazebo_maps/common_models" >> ~/.bashrc
$ . ~/.bashrc

$ cd ~/your_workspace
$ catkin build -DCMAKE_BUILD_TYPE=Release

How to run

  • Launch Gazebo world
    • Change world in the launch file, if you want.
    • Check dev of joystick to manually control Jackal in the launch file.
$ roslaunch trot-q gazebo.launch
  • Run TROT-Q
$ roslaunch trot-q main.launch

Components

  • ANYMAL-B Gazebo model from here
    • Many unnecessary files are trimmed
  • Champ quadruped robot controller from here
  • Gazebo map, made by myself from here
  • Gazebo Jackal Gazebo model from here
    • Many unnecessary files are trimmed
  • Gazebo Ouster - referred here1 and here2
    • Many unnecessary files are trimmed
    • GPU-ray is enabled as here

SLAM

Object Detection

trot-q's People

Contributors

engcang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.