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

mustafamertunali's profile - activity

2022-06-10 17:14:39 -0500 received badge  Taxonomist
2019-04-08 01:15:18 -0500 marked best answer Using saved map and control the robot with using Python

Hello. I'm beginner at using ROS and SLAM algorithm. I would like to ask a question about controling system. I just followed the TF trainings and mapping navigation on turtle, I can navigate the robot however, what kind of steps should I use to make my mapping and navigation. For example:

  • Do mapping.
  • Then do something etc.
  • Do location

like that.

So I think, I need a launch file for the launch the robot. But how can I use my mapping on that system? I looked at the some tutorials but I could'nt understand.

Have a nice day!

2019-03-01 12:38:19 -0500 marked best answer I cant start the RTABMAP_ROS - freenect problem

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
2018-07-06 12:04:28 -0500 received badge  Famous Question (source)
2018-06-25 18:04:09 -0500 received badge  Famous Question (source)
2018-03-19 11:21:56 -0500 received badge  Notable Question (source)
2018-03-01 02:53:49 -0500 received badge  Notable Question (source)
2018-02-12 13:03:05 -0500 received badge  Popular Question (source)
2018-02-06 07:22:58 -0500 answered a question I cant start the RTABMAP_ROS - freenect problem

Hello, thanks for helping everyone. I solved the problem with these steps: roslaunch freenect_launch freenect.launch de

2018-02-06 07:21:01 -0500 received badge  Popular Question (source)
2018-02-06 07:20:02 -0500 asked a question Using saved map and control the robot with using Python

Using saved map and control the robot with using Python Hello. I'm beginner at using ROS and SLAM algorithm. I would li

2018-02-02 16:28:23 -0500 commented answer I cant start the RTABMAP_ROS - freenect problem

freenect_launch is installed. However, I got diffrent problem now. When I launch roslaunch freenect_launch freenect.lau

2018-01-31 12:15:43 -0500 asked a question I cant start the RTABMAP_ROS - freenect problem

I cant start the RTABMAP_ROS - freenect problem Hi! I'm using Kinect Xbox 360 and working on NVIDIA Jetson TX2. I instal