GithubHelp home page GithubHelp logo

Comments (3)

justagist avatar justagist commented on June 3, 2024

I'm not sure what is happening. It looks like the trajectory action server is not running for the arm. Can you tell me the commands you ran before the demo command?
Are you running:

$ roslaunch panda_gazebo panda_world.launch start_moveit:=false
$ roslaunch panda_sim_moveit sim_move_group.launch
$ roslaunch panda_simulator_examples demo_moveit.launch

from panda_simulator.

Sission avatar Sission commented on June 3, 2024

I did. I believe it is my Ubuntu system problem. Sometimes it works, sometimes it doesn't...

from panda_simulator.

justagist avatar justagist commented on June 3, 2024

I see... Maybe the action server fails to start in time in your system.
Try starting all tasks separately:

$ roslaunch panda_gazebo panda_world.launch use_custom_action_servers:=false
$ rosrun panda_sim_custom_action_server start_joint_trajectory_server.py # wait for message: "Joint Trajectory Action Server Running."
$ rosrun panda_sim_custom_action_server start_gripper_action_server.py # wait for message: "GripperInterface: Gripper action servers found!"
$ roslaunch panda_sim_moveit sim_move_group.launch
$ roslaunch panda_simulator_examples demo_moveit.launch

If this works, it means you were starting the moveit server before the trajectory servers were online. So you only have to run the 3 commands I shared in my previous comment, but wait till you see the message saying action server running before you start the moveit server.

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.