mvela1
About
- Username
- mvela1
- Joined
- Visits
- 94
- Last Active
- Roles
- Member
Comments
-
@Eric Alright, thank you for helping me with this issue. Also, is there a way to have the board save the data in float32 instead of float64?
-
Thank you, that worked for me. For the record I was able to log fused data and download from it repeatedly in a script. I don't know how to implement that with anonymous logging so I'll try to work with this method. One difference that I have now…
-
I tried the anonymous logging example which works, but it doesn't work with fused data (gyro and acc). I get the error: terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at Aborted (core dumped) The er…
-
Any suggestions on what could be the issue or what I could try? This buffer overflow sometimes occurs in any script that I run and is very problematic to scripts that need to reconnect to the board.
-
Yes, Eric's fix worked for me as well. The create_voidp import comes from here. I did try it on two MetaMotionR boards and both ended up generating a json that caused an exception eventually. The issue might have arose from the initial script I u…
-
This problem occurs for me no matter what script I run when the exception file is in .metawear. I attached a very minimal script where it also occurs. Also, could you please double check that the exception.json file was correctly renamed to the MA…
-
If that index error occurs it likely means that no data was recorded and appended to the list. The imu_data list contains the data from the downloaded log, and is cleared at the end of every loop. This could be because there were no remaining entr…
-
I've edited one of the example log scripts to see if it was possible to handle disconnection while downloading a log. It seems to work like I hoped it would, but will sometimes have the buffer overflow error. When removing the the disconnect_downl…
-
Sure, had to upload them as .txt files because .json is not supported. For more context that script was looping to start, stop, and download the log. I am no longer doing that because I found out that you can download while logging.
-
Thank you for the link and prompt reply.