Giter Site home page Giter Site logo

Comments (3)

yuxng avatar yuxng commented on May 26, 2024

The planner will output a trajectory of joint values of the robot arm. Then a controller can be used to control the robot to follow the planned trajectory.

from omg-planner.

Mr-Xia-6 avatar Mr-Xia-6 commented on May 26, 2024

The planner will output a trajectory of joint values of the robot arm. Then a controller can be used to control the robot to follow the planned trajectory.

Yes,I can use this method to solve the planning problem of panda robot in specific situations. However, if I want to test this code in other robot, for example baxter or ur, which part of the code do I mainly need to modify?In Fig. 7 Right), How can I conbine this code with estimated 6D object poses? Only by combining these two parts can we realize the online grasping planning of the physical robot? Can you share the code of estimated 6D object poses?

thank you!

from omg-planner.

liruiw avatar liruiw commented on May 26, 2024

Regarding using OMG with other robots, you can take a look at ycb_render/robotPose/. I store the internal kinematic structures locally but you should be able to write for your own robot. In fact for Franka panda on the pre-generated scenes, you can consider commenting out all KDL dependency and pass "-g scene" to load the saved goal IKs because only IK depends on KDL. Later for other robots or new scenes, you can replace KDL with moveit, bullet, or other solvers. That would also be a way to work around the tricky KDL installation.

For experiments in the real world, you will need a pose estimator. The entire problem also gets much more complicated when it comes to the real world.

from omg-planner.

Related Issues (17)

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.