odas
odas copied to clipboard
Phoenix branch seg fault- targets
When I send multiple targets in a Json format to the targets socket a seg fault occurs. Json content below.
{ "targets": [ { "tag": "your_first_target", "x": 1.0, "y": 0.0, "z": 0.0 }, { "tag": "your_second_target", "x": 0.0, "y": 1.0, "z": 0.0 } ] }
Thank you, I'll check this out!
Hey! Was this ever fixed or updated?