Skip to main content
Graduate II
November 9, 2023
Question

How can I move 3d node according to debug variable

  • November 9, 2023
  • 1 reply
  • 1200 views

Hello, I last created a topic about moving the 3D node and sent a support message. Thank you for your response. My current problem is how can I transfer the variables in debug to the x, y and z values ​​in the 3D node and move the object?

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    November 30, 2023

    Hello @Sergen 

    you're right help is missing for this node

    in order to move the object, you can inject a msg.payload JSON object with x, y and z values as following example:

     
    {
     "x": "50",
     "y": "30",
     "z": "20"
    }