Is there a SDK for SENSER-I that would have some example files that explain how to import output from SENSER-I into python? My team would like implement some logic in our python controller, but we aren't sure how to parse output from SENSER-I and turn that into meaningful data in python. Thanks.
Hi,
I've made some python examples to receive and parse the SENSR-I output in my own repository forked from the official SDK. Please check the python directory of the repository: https://github.com/young-seoulrobotics/sensr_sdk.git
Young