How can I move 3d node according to debug variable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-11-09 4:51 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-11-30 1:20 AM
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.
