-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Motion Module failure! [d435i nx ] #10749
Comments
Hi @Abner0907 Does the 'nx' in this issue's title mean that you are using an Nvidia Jetson Xavier NX computing board, please? If you are, an NX user at IntelRealSense/realsense-ros#2213 (comment) resolved the motion module failure error by flashing their Jetson to JetPack 4.5.1. |
@MartyG-RealSense Hi, so nice of you for your quick response. I have refer your link #2213 issue, very helpful. but not fix my issues. However, I still have another issues, when I run the ros command, it will not publish the [edit:] my commands is :
|
Is the 'imu' topic published if the instruction below is used? roslaunch realsense2_camera rs_camera.launch enable_depth:=false enable_color:=false enable_accel:=true enable_gyro:=true accel_fps:=100 gyro_fps:=200 unite_imu_method:="copy" enable_infra1:=true enable_infra2:=true infra1_width:=640 infra1_height:=480 infra1_fps:=30 infra2_width:=640 infra2_height:=480 infra2_fps:=30 |
@MartyG-RealSense I have try below, there is no difference. |
The log states that the camera is on a USB 2.1 connection instead of USB 3. Infra2 is not available on USB 2.1, so the infra2 references will have to be removed from the roslaunch instruction. Let's also see if changing 'copy' for 'linear,_interpolation' makes a difference. roslaunch realsense2_camera rs_camera.launch enable_depth:=false enable_color:=false enable_accel:=true enable_gyro:=true accel_fps:=63 gyro_fps:=200 unite_imu_method:="linear_interpolation" enable_infra1:=true infra1_width:=640 infra1_height:=480 infra1_fps:=30 |
@MartyG-RealSense I have try both, and no difference. I am doubt the ros wraper's issues, what I use now is Realsense Ros v2.3.2. |
2.3.2 is the newest wrapper available for ROS1. Changing to an older wrapper would require installing an older version of the librealsense SDK. Xavier NX has a USB 3 port, so the camera should be detected as USB 3 in the launch log instead of the slower USB 3.1 if the camera is attached directly to the NX's USB port. Are you using your own choice of USB cable instead of the official one supplied with the camera? Is the IMU topic published if you add initial_reset:=true to the launch instruction to reset the camera at launch? |
@MartyG-RealSense I have changed to a usb3 line and test the result. It is the same. |
@MartyG-RealSense |
@MartyG-RealSense |
hi, thank you. all the functions is perfect. |
It's excellent to hear that you found a solution, @Abner0907 - thanks very much for the update and for sharing your solution with the RealSense community! |
Hi, when I run
realsense-viewer
,and switch to the 2D screen, open the Motion module, it will not show the imu data, and shows the errors: Motion Module failure!
How ever, when I run
sudo realsense-viewer
. all works normally.FYI: the stereo module and RGB CAMERA can work all the time with or without sudo.
Is there any device need supper permission?
I have debug this issue a long time and can not find the reason. hope help.
The text was updated successfully, but these errors were encountered: