Giter Club home page Giter Club logo

Comments (2)

juanjqo avatar juanjqo commented on May 28, 2024 1

@p3jawors Thanks for your help!
It is working as you mentioned!

from abr_control.

p3jawors avatar p3jawors commented on May 28, 2024

Hello Juan,

Thank you for the kind words! When you instantiate your robot config, you need to specify whether you are using the arm with or without a gripper. If you change your first line after imports to

robot_config = arm.Config(use_cython=True, hand_attached=True) it should fix the problem.

What's happening here is that when we do not have the hand attached, there is no link after the final joint, so we do not include it in the controllable joints. This changes the feedback from the arm to be of length (5,) instead of (6,).

Hope that clears things up, let me know if it doesn't solve the problem.

Cheers,

Pawel

from abr_control.

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.