Code Monkey home page Code Monkey logo

franka_sim's People

Contributors

vikashplus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

franka_sim's Issues

gain parameters for the franka panda actuator.

Hello,
Thanks very much for the repo, I am also building a mujoco simulation for Franka Panda arm. However, when I use the actuator settings in your model file, the behavior of the arm is problematic, basically, if I obtain the current position of the joint, and then send it again to the robot, the actuators force will jump to smaller values and then starts to move to its value while the robot stands still, here is the snippet of my code:

`id_1 = e.env.sim.model.joint_name2id('panda_finger_joint1')
id_2 = e.env.sim.model.joint_name2id('panda_finger_joint2')
# print(id_1, id_2)
# qp[7] -= 0.02
# qp[8] -= 0.02
qp_curr = qp.copy()

    for i in range(200):
        print(i)
        qp_curr[7] = qp_curr[id_1]
        qp_curr[8] = qp_curr[id_2]
        e.env.move_to_jnt(qp_curr)
        qp, _, _, _ = e.env.get_env_state()
        id_1 = e.env.sim.model.joint_name2id('panda_finger_joint1')
        id_2 = e.env.sim.model.joint_name2id('panda_finger_joint2')
        # print(id_1, id_2)
        qp_curr = qp.copy()`

and in the following image you can see the sudden "jump" of the actuator force, which will cause the arm to move:
1

Do you have any idea how to fix this ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.