Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADNAP

Reverse engineer the Panda dynamics model.

build readthedocs pypi-version license codecov pylint pypi

Install

pip install adnap

Usage

Point the environment variable to the libfranka shared library downloaded with panda-model

export PANDA_MODEL_PATH=<path-to-libfrankamodel.so>

Run optimization with 10 random samples from the Panda state-space and save results in params.npy:

adnap-optimize -n 10 -o params.npy

Evaluate the optimized physical parameters against the shared library on 1000 random samples:

adnap-evaluate -n 1000 params.npy

About

ADNAP: Reverse Engineering the Panda Robot Dynamics Model

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages