cancel
Showing results for 
Search instead for 
Did you mean: 

How can I move 3d node according to debug variable

Sergen
Associate III

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?

1 REPLY 1
Richard.Chvr
ST Employee

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"
}

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.