USU-Robosub / Poseidon

USU's third-generation autonomous submarine
http://usub.cs.usu.edu
17 stars 0 forks source link

Fixed Unable to Make Back-to-Back IMU Calls #222

Open TekuConcept opened 7 years ago

TekuConcept commented 7 years ago

Turns out handled data ended up being concatenations of JSON object strings which parsed to invalid JSON objects. This left promises unresolved. The simple fix was to split them using the available newline character and then iterate through each token.