Is anyone able to record boundaries? Anything I record gets saved as only one marker and not hundreds. Example of failed pit recording within tracks.json:
"pit_area": {
"samples": 300,
"left": {
"0": {
"wp": {
"x": -24.86300277709961,
"y": 0.483959823846817,
"z": 160.75657653808594
}
},
"first": 0,
"last": 0
},
"right": {
"0": {
"wp": {
"x": -28.992164611816406,
"y": 0.49291008710861206,
"z": 153.72776794433594
}
},
"first": 0,
"last": 0
},
"meters": 0
}
}
}
"pit_area": {
"samples": 300,
"left": {
"0": {
"wp": {
"x": -24.86300277709961,
"y": 0.483959823846817,
"z": 160.75657653808594
}
},
"first": 0,
"last": 0
},
"right": {
"0": {
"wp": {
"x": -28.992164611816406,
"y": 0.49291008710861206,
"z": 153.72776794433594
}
},
"first": 0,
"last": 0
},
"meters": 0
}
}
}
Last edited: