Coder Social home page Coder Social logo

Comments (5)

Froz3nArcher avatar Froz3nArcher commented on July 19, 2024

@mcevoyandy The tutorial appears to be misleading regarding the use of move_group.plan() followed
by move_group.move(). The move_group.move() function does not appear to use the Plan created by move_group.plan(). The documentation indicates that move_group.execute() uses a specified plan, but move_group.move() "plans and executes" the move. This could explain the difference you see between the plan and the move.

In addition, there does not appear to be a execute() or move() function that could use the RobotTrajectory calculated in computeCartesianPath(). Is the recommended usage to store the returned RobotTrajectory into a Plan and then call move_group.execute()?

from moveit_tutorials.

v4hn avatar v4hn commented on July 19, 2024

@mcevoyandy It is not really clear to me what this issue is about.
"How do I use MoveIt to plan paths" is a bit too broad for a single Issue.

You can plan multiple trajectories, set their corresponding start state explicitly before planning and put the resulting plans into one Plan as @Froz3nArcher suggested and execute it.
You will have to ensure correct time parameterization yourself in this case.
You could also store the separate plans and execute them one after the other.

For cartesian trajectories you have to create the Plan yourself at the moment.
Feel free to add a pull request to the moveit repository that adds a method that returns a Plan though.

from moveit_tutorials.

mcevoyandy avatar mcevoyandy commented on July 19, 2024

from moveit_tutorials.

sheikspeare avatar sheikspeare commented on July 19, 2024

davetcoleman@3b53c75

from moveit_tutorials.

davetcoleman avatar davetcoleman commented on July 19, 2024

Thanks @sheikspeare , closing this old issue.

from moveit_tutorials.

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.