Closed dyb678 closed 1 week ago
This is my Firmware information.
Hi @dyb678 It is not clear what causes a Motion Module Failure in the ROS wrapper when the camera is being accessed during launch.
Does it still happen if you reset the camera at launch by adding initial_reset:=true to your roslaunch instruction, please?
yep,it still cann‘t work. I consider if it is caused by the version of firmware. Could u plz tell me its firmware version and its corresponding realsense version?And,because I have downloaded 5.16 version,how can I downgrade the version.
It should be noted that it works in realsense viewer And I can check rgb,depth ,gyro and accel data.But in ros launch imu topic has blank data
Your current firmware is 5.16.0.1. The recommended firmware to use with librealsense 2.50.0 and ROS1 wrapper 2.3.2 is 5.13.0.50.
You can downgrade the firmware version to 5.13.0.50 in realsense-viewer using instructions at https://github.com/IntelRealSense/librealsense/issues/12599#issuecomment-1902680303
You should not make more than 20 firmware downgrade attempts though or the ability to downgrade permanently locks and you will only be able to upgrade to newer firmware versions than the one currently installed in your camera.
I have solved this problem and I can receive data.But I still have a problem: when I use “unite_imu_method = linear_interpolation” I find the imu data is not stable. Do you have the method to solve this?
Hi @dyb678 Setting unite_imu_method to copy instead of linear_interpolation can provide more stable IMU data.
Hi @dyb678 Do you require further assistance with this case, please? Thanks!
Case closed due to no further comments received.
Hi ! I use the D435i and want to get the imu data. But I find I have the topic"/camera/imu" in my rostopic list. But I cann't receive the data .My launch file is this:
And its corresponding output in terminal is this:...
Is this part "Hardware Notification:Motion Module failure,1.7301e+12,Error,Hardware Error"what caused the problem? How can I solve this? Thanks !