Code Monkey home page Code Monkey logo

Comments (5)

justagist avatar justagist commented on September 22, 2024

Hi,
There shouldn't be any jitter in gazebo (at least visually). Make sure your are using the latest version of franka_panda_description package. However, as you noticed, the velocities are not always zero, especially when the robot configuration is away from the neutral pose configuration.
I am aware of this issue, but unfortunately, I could not solve this problem yet. This has to do with the dynamics values of the robot description. Make sure your are using the latest version of franka_panda_description package, which has reasonably better dynamics parameters. This is related to the issue justagist/franka_panda_description#5 in that package. If you do manage to find better dynamics definitions, please do let me know. Any help is appreciated.

Also, the noisy values of velocities shouldn't matter too much when implementing a cartesian impedance controller, I think. You can try reducing the damping gains of the controller. The demo_task_space_control.launch example in this repository implements a simplified impedance controller (no null-space control, coriolis compensation etc. but these can be included easily) in python.

from panda_simulator.

justagist avatar justagist commented on September 22, 2024

Hi,
There shouldn't be any jitter in gazebo (at least visually). Make sure your are using the latest version of franka_panda_description package. However, as you noticed, the velocities are not always zero, especially when the robot configuration is away from the neutral pose configuration.
I am aware of this issue, but unfortunately, I could not solve this problem yet. This has to do with the dynamics values of the robot description. Make sure your are using the latest version of franka_panda_description package, which has reasonably better dynamics parameters. This is related to the issue justagist/franka_panda_description#5 in that package. If you do manage to find better dynamics definitions, please do let me know. Any help is appreciated.

This issue should now be (partially) fixed. Please use the latest version of the franka_panda_description package. The velocities are more realistic with the updated dynamics description.

from panda_simulator.

changanliushao avatar changanliushao commented on September 22, 2024

I use the latest version of the franka_panda_description package, but the problem do not resolve
the output as below,

[ 0.0209783 -0.01251312 -0.03375443 -0.02986879 -0.01649542 0.0286632
0.00507145]
[ 0.0209783 -0.01251312 -0.03375443 -0.02986879 -0.01649542 0.0286632
0.00507145]
[ 0.02101549 -0.01253853 -0.03370266 -0.02988156 -0.01646306 0.0286576
0.00507724]
[ 0.02101549 -0.01253853 -0.03370266 -0.02988156 -0.01646306 0.0286576
0.00507724]
[ 0.02101549 -0.01253853 -0.03370266 -0.02988156 -0.01646306 0.0286576
0.00507724]
[ 0.02101549 -0.01253853 -0.03370266 -0.02988156 -0.01646306 0.0286576
0.00507724]
[ 0.02101549 -0.01253853 -0.03370266 -0.02988156 -0.01646306 0.0286576
0.00507724]

from panda_simulator.

justagist avatar justagist commented on September 22, 2024

Hi @changanliushao,
Unfortunately, that is currently the best model I have and it is not possible to get better dynamics measurements than what you showed with this model.
If you are able to improve the model, it would be a great contribution.

from panda_simulator.

changanliushao avatar changanliushao commented on September 22, 2024

Hi @changanliushao,
Unfortunately, that is currently the best model I have and it is not possible to get better dynamics measurements than what you showed with this model.
If you are able to improve the model, it would be a great contribution.

Thanks, I don't think I can improve this model.
Maybe due to this problem, the trajectory is not satisfactory when I use API set_joint_velocities. but the data(joint_velocities) work well on real robot.

the code such as:
rospy.init_node("test_node")
r = PandaArm()
rate = rospy.Rate(1000)
while not rospy.is_shutdown():
r.set_joint_velocities(joint_velocities)
rate.sleep()

from panda_simulator.

Related Issues (20)

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.