Problems on running Turtlebot2 Astra depth sensor

asked 2016-12-06 21:49:32 -0500

ycx424 gravatar image

I am a new user on Turtlebot 2. For setting up the Astra depth sensor, I firstly downloaded the released package from here. I successfully finished the first two steps. When I did "roslaunch astra_launch astra.launch", there was a warning in the terminal which said "USB events thread - failed to set priority. This might cause loss of data........".

As a result, in the rviz, I cannot receive any data from the following topics:

/camera/rgb/camera/depth_registered/sw_registered/image_rect

/camera/rgb/camera/depth_registered/sw_registered/image_rect_raw

/camera/rgb/camera/rgb/image_raw

/camera/rgb/camera/rgb/image_rect_color

Sometimes, there will be other warnings shown in the terminal, such as "Unable to open camera calibration file [/home/turtlebot/.ros/camera_info/depth_Astra_Orbbec.yaml] ", or "Camera calibration file /home/turtlebot/.ros/camera_info/depth_Astra_Orbbec.yaml not found."

After adding the PointClound2 in rviz, I could receive the data from /camera/rgb/camera/depth/points, and shown in the simulator, but there was still a red status:error. Besides, I could not receive the data from topic: /camera/rgb/camera/depth_registered/points, in the meantime, a warning said "Messages of type 1 arrived out of order (will print only once)".

Can anyone help me on this? Thank you very much!

edit retag flag offensive close merge delete

Comments

Just wondering how did u acquire the launch file astra.launch and the package astra_launch. Before and after building the project in step 1 and 2 I was not able to run the command roslaunch astra_launch astra.launch only roslaunch astra_camera but it is not complete.

LTHstudent2017 gravatar image LTHstudent2017  ( 2017-01-06 09:40:59 -0500 )edit

here, you can find the launch package.

ycx424 gravatar image ycx424  ( 2017-01-06 11:40:57 -0500 )edit

Thanks, but how do I proceed after I have downloaded the launch files? This is what I have tried so far, click here

LTHstudent2017 gravatar image LTHstudent2017  ( 2017-01-06 12:29:44 -0500 )edit