Skip to content

pculbertson/hamilton_ac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hamilton_ac

This repository contains the source code for Decentralized Adaptive Control for Collaborative Manipulation of Rigid Bodies, by Preston Culbertson, Jean-Jacques Slotine, and Mac Schwager.

Installation

This repository uses Julia-1.1 to implement the numerical simulations described in the paper, and Python 3.x to implement the experimental code, using ROS.

You can install the Julia packages needed to run the simulations with the following script:

import Pkg;
for p in ["NLsolve, PyPlot,  Primes"]
    Pkg.add(p)
end

The experimental code runs on top of the Ouijabot platform and ROS package, which can be found here.

About

ROS Package for Hamiltonian Adaptive Controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published