Search found 2 matches
- Fri Sep 13, 2024 2:30 pm
- Forum: OpenSim
- Topic: Title: Issues Reading Movella Sensor Data in OpenSim
- Replies: 2
- Views: 726
Re: Title: Issues Reading Movella Sensor Data in OpenSim
Hello Ayman, Thank you for your response. I have attached a Python snippet for your review. I hope this clarifies the issue I am facing. Wangdo Python code import pandas as pd import opensim as osim try: # Load CSV data with semicolon delimiter and skip metadata rows csv_data = pd.read_csv('ForearmR...
- Thu Sep 12, 2024 2:00 pm
- Forum: OpenSim
- Topic: Title: Issues Reading Movella Sensor Data in OpenSim
- Replies: 2
- Views: 726
Title: Issues Reading Movella Sensor Data in OpenSim
Hello everyone, I'm trying to read data from the Movella sensor in OpenSim, but I've encountered an error that I can't resolve. When I run the following code, I receive the following error message: Copiar Index(['PacketCounter', 'SampleTimeFine', 'Acc_X', 'Acc_Y', 'Acc_Z', 'Gyr_X', 'Gyr_Y', 'Gyr_Z',...