Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API for offline use of dynamics model #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

raphaeldeimel
Copy link

This is a patch to enable use of the dynamics model library without requiring network connection to an active robot.

The use case is when using the Model() object in simulation or for planning / optimization. Right now, the robot needs to be connected to obtain a Model instance. This patch:

  • Adds a method Robot::downloadModelLibrary(const std::string& toFile) to save the model library locally.

  • Add a constructor Model(const std::string& pathToLib) to create a Model from a previously saved library file

@kargarisaac
Copy link

I want to use libfranka with simulation (mujoco) and didn't find anything. Is it possible now?

@samzapo
Copy link

samzapo commented Mar 22, 2021

Hi @raphaeldeimel I notice that you do not include the critical file library_downloader.h in this PR. Are you only including that file as a placeholder for Franka Emika developers, or have you implemented that change on your end?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants