Giter Site home page Giter Site logo

lfh's Introduction

Learning from Hallucination (LfH) - Proof of Concept (PoC)

Description

Getting started

ClearPath Jackal for noetic

  • Install ROS Noetic, make sure you also installed Gazebo and RViz.
  • Add Clearpath custom metapackages here.
  • Follow this instruction.
  • Install all jackal packages.
    sudo apt install ros-noetic-jackal-*
    
  • Clone this repo and run catkin_make in the workspace. Remember to checkout the correct branch.
    mkdir ~/catkin_ws
    cd ~/catkin_ws 
    git clone https://github.com/ahanjaya/LfH.git src/
    cd ~/catkin_ws
    catkin_make -j16
    

1. Collect training data.

  • Terminal
    roslaunch lfh_data collect_data.launch
    

2. Convert training data.

  • Convert .bag to ros2 format. According to rosbags repository

    rosbags-convert <output_name>.bag
  • Terminal

    roslaunch lfh_data convert_data.launch

3. Train the model.

  • Terminal
    roslaunch lfh_data train_data.launch

Setting RVIZ

  • Copy rviz setting lfh_navigation.rviz into /opt/ros/noetic/share/jackal_viz/rviz.
    sudo cp ~/catkin_ws/src/lfh_utils/rviz/lfh_navigation.rviz /opt/ros/noetic/share/jackal_viz/rviz

Run the simulation and navigation

  • Terminal
    roslaunch lfh_inference bringup_lfh.launch

lfh's People

Contributors

ahanjaya avatar

Watchers

 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.