Hello.
I bought IMU383ZA-400.
I tested my imu with navview on windows10, but I want to use imu on ubuntu.
Are there any driver working on ubuntu or ros?
Thanks.
Hello.
I bought IMU383ZA-400.
I tested my imu with navview on windows10, but I want to use imu on ubuntu.
Are there any driver working on ubuntu or ros?
Thanks.
We are developing a driver for IMU38X series, it is written as python, I think it can run on ubuntu. It may release a preview version in this week.
We have a preview version of driver to connect IMU38x series.
Below is some steps to use the driver with developers site.
python3 main.py. Wait until the driver find the device. It will output some connection information in console.About the driver, you could follow the README in repo https://github.com/Aceinna/python-openimu/tree/develop
@song-yi-wei I tried to use this on my Mac . I see the connection information on the python
as follows
Device:IMU383ZA-400 5020-1398-01 2008800191
Firmware:0.0.0.0.0
but on the IMUs monitor page at https://developers.aceinna.com/devices/record-next is DO NOT see connected device .
Can you help please .
@Sanjay-Adkar if there is connected information from python driver, it stands the device can be detected. Then could you try one of below actions?
@sanjay-A Please use google chrome. Our python driver will establish a websocket server, and listen on ws://127.0.0.1:8000. And for Safari and Firefox, because of security policy, it will ignore the request of ws protocol if the web site is using https.