Skip to content

Planes #7

Answered by juanjqo
AzizAlsayed asked this question in Q&A
Apr 23, 2023 · 4 comments · 6 replies
Discussion options

You must be logged in to vote

Dear @AzizAlsayed,

Thank you for providing more information. I spot some contributing factors to your simulation not working. However, since your example is not minimal, it is hard to know if there are more. Please check #85 for more details.

Consider this part of your code:

    xd = vi.get_object_pose('plane_list');
    u = kuka_controller.compute_setpoint_control_signal(q, vec8(xd));
    q = q +  u*tau;
    KukaLwr4Robot.send_q_to_vrep(q);
    vi.set_object_pose('effector', kuka.fkm(q))
    vi.set_object_pose('base', xbase);
  • xd = vi.get_object_pose('plane_list'); Your scene does not contain any objects called plane_list!
  • KukaLwr4Robot.send_q_to_vrep(q); Your scene has the dynamics eng…

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@AzizAlsayed
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@mmmarinho
Comment options

@AzizAlsayed
Comment options

@AzizAlsayed
Comment options

@juanjqo
Comment options

@bvadorno
Comment options

Answer selected by mmmarinho
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants