set_model_configuration

asked 2019-03-05 08:41:04 -0500

mikeda gravatar image

Hi,

I'm devasted. I try now for days to set a initial cfg for a robot.

I tried the following :

  1. rosservice call /gazebo/pause_physics
  2. rosservice call /gazebo/set_model_configuration '{model_name: iiwa, joint_names:['iiwa_joint_1','iiwa_joint_2','iiwa_joint_3','iiwa_joint_4','iiwa_joint_5','iiwa_joint_6','iiwa_joint_7'], joint_positions: [1.5,1.5,1.5,1.5,1.5,1.5,1.5]}'

    the robot is now in the position I asked for, but when I turn on physics again...

  3. rosservice call /gazebo/unpause_physics

the robot returns immediately to its initial position. That behaviour applies of course to a python workflow as well.

Does anybody have ideas how this can be repaired ?

edit retag flag offensive close merge delete

Comments

Is the robot able to move after you unpause the simulation or is it crashed?

kumpakri gravatar imagekumpakri ( 2019-03-06 06:51:57 -0500 )edit

Hi, after unpausing the Robot it is able to move...

mikeda gravatar imagemikeda ( 2019-04-11 08:08:35 -0500 )edit

@mikeda@kumpakri did you manage to solve this issue?

wongrufus gravatar imagewongrufus ( 2020-09-02 20:38:47 -0500 )edit