Skip to content

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