ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

I cant start the RTABMAP_ROS - freenect problem

asked 2018-01-31 10:53:29 -0500

mustafamertunali gravatar image

Hi! I'm using Kinect Xbox 360 and working on NVIDIA Jetson TX2. I installed the ROS from here: http://www.jetsonhacks.com/2017/03/27... I can use RTABMAP normal version but can't launch the rtabmap_ros. I tried to everything for launch but it still does'nt work. My ros directory:

Here is the error: /opt/ros/kinetic

[freenect.launch] is neither a launch file in package [freenect_launch] nor is [freenect_launch] a launch file name
The traceback for the exception was written to the log file
edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2018-02-06 07:22:58 -0500

mustafamertunali gravatar image

updated 2018-02-06 11:09:45 -0500

jayess gravatar image

Hello, thanks for helping everyone. I solved the problem with these steps:

roslaunch freenect_launch freenect.launch depth_registration:=yes
roslaunch rtabmap_ros rtabmap.launch rtabmap_args:="--delete_db_on_start"

I think this problem is because of double freenect version. I got freenect that I installed manualy, another freenect version came from ROS. Therefore, rtabmap cant launch.

edit flag offensive delete link more
0

answered 2018-01-31 12:50:28 -0500

matlabbe gravatar image

updated 2018-01-31 12:50:49 -0500

Is freenect_launch installed?

$ sudo apt-get install ros-kinetic-freenect-launch
edit flag offensive delete link more

Comments

freenect_launch is installed. However, I got diffrent problem now. When I launch roslaunch freenect_launch freenect.launch depth_registration:=true there is no camera view on the screen. What should I do now?

mustafamertunali gravatar image mustafamertunali  ( 2018-02-02 16:28:23 -0500 )edit

Try rqt_image_view tool. You can also add a Camera display in RVIZ to see images streamed.

matlabbe gravatar image matlabbe  ( 2018-02-02 16:31:14 -0500 )edit

Question Tools

Stats

Asked: 2018-01-31 10:53:29 -0500

Seen: 474 times

Last updated: Feb 06 '18