changing solver dynamically without restarting nodes in ROS

Issue #65 closed
Le.Zhang created an issue

Is it possible to use rosparam set on the solver_type dynamically without restarting anything?

Comments (4)

  1. Le.Zhang reporter

    Sorry I think I was a little unclear. I’m just a little confused with how Moveit is wrapping all of this together. I’m launching moveit with a kinematics.yaml as:

    arm:
      kinematics_solver: trac_ik_kinematics_plugin/TRAC_IKKinematicsPlugin
      kinematics_solver_timeout: 0.005
      solve_type: Distance
    

    which just loads the trac_ik as a plugin. Does the plugin allow me access change the solve_type?

  2. Mike Lanighan

    This question is probably better answered by the moveit developers. If you use trac-ik outside of moveit then you can switch solve types dynamically as Stephen mentioned earlier.

  3. Log in to comment