GithubHelp home page GithubHelp logo

Comments (5)

maxspahn avatar maxspahn commented on August 18, 2024

What do you mean by task? Do you want to place an object with respect to a robots base link?

from fabrics.

newuhe avatar newuhe commented on August 18, 2024

What do you mean by task? Do you want to place an object with respect to a robots base link?

Thanks for replying. To be clear, i want to set robot arm target end-effector goal position and orientation relative to world frame. The robot will approach the target like panda_dynamics_avoidance.py.

from fabrics.

maxspahn avatar maxspahn commented on August 18, 2024

So a pose (position and quaterion)? Fabrics don't support quaternion in the classical way, as it they are quite unintuitive and distance metrics don't follow easily. Therefore, I decided to represent all orientation goals, as union of position goals. You can think of it as constraints. For example: if you set the distance vector between panda_link7 and panda_hand to be [0,0,0.1], it means the arm will face upwards. The parent link and child link would be panda_link7 and panda_hand respectively in this case. I will try to create a nice illustration today.

Best,
Max.

from fabrics.

newuhe avatar newuhe commented on August 18, 2024

What about "angle" in "subgoal1" of goal_dict in panda_cuboid.py? The goal_orientation is in [rw,rx,ry.rz] format?

from fabrics.

maxspahn avatar maxspahn commented on August 18, 2024

Ah, that is indeed a left-over of early trials. If you follow the code, it actually just rotates the symbolic positions of parent and child. Have a look at panda_ring.py. It is the same example but using the above described logic.

from fabrics.

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.