Rajarshi1001 / CS637-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS637A-Project

This repository contains code that is an implementation of a model free approach to Qlearning inorder to tune the Proportional, Integrator, Deriative constants of a general Altitude PID Controller.

Installation

  • Cloning the repository
git clone --recurse-submodules git@github.com:Jadit19/CS637-Project.git
  • Initializing the workspace
cd CS637-Project
catkin init
  • Building and running
catkin build -j4
source devel/setup.bash
roslaunch controller demo.launch

About

License:Apache License 2.0


Languages

Language:Jupyter Notebook 90.2%Language:C++ 5.0%Language:CMake 4.6%Language:Python 0.3%