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

mruniverse's profile - activity

2016-10-13 05:53:02 -0500 received badge  Famous Question (source)
2016-05-25 05:59:53 -0500 received badge  Nice Question (source)
2016-03-14 07:27:50 -0500 received badge  Notable Question (source)
2015-11-18 23:42:50 -0500 commented answer running kinect on ros

@Steven_Daniluk thanks a ton it worked :)

2015-11-13 18:07:32 -0500 received badge  Famous Question (source)
2015-11-07 14:00:02 -0500 commented answer Use of Kinect as a Stereo camera for Visual Odometry

@Stephan will ur package work in ros indigo?

2015-11-07 14:00:02 -0500 received badge  Commentator
2015-11-07 09:57:34 -0500 received badge  Notable Question (source)
2015-11-07 01:40:10 -0500 received badge  Enthusiast
2015-11-06 11:46:39 -0500 received badge  Popular Question (source)
2015-11-06 01:51:07 -0500 asked a question running kinect on ros

hi i am currently learning ROS.I am using a xbox 360 kinect sensor ,ROS indigo and ubuntu 14.04.I want to know how to gather the depth information of a kinect sensor through ros ?? what drivers need to be installed ???

2015-10-30 02:30:09 -0500 received badge  Famous Question (source)
2015-10-20 12:29:46 -0500 received badge  Famous Question (source)
2015-10-10 10:47:17 -0500 received badge  Notable Question (source)
2015-10-01 02:45:22 -0500 received badge  Supporter (source)
2015-09-24 21:45:10 -0500 received badge  Popular Question (source)
2015-09-24 04:24:52 -0500 received badge  Famous Question (source)
2015-09-24 04:06:05 -0500 received badge  Editor (source)
2015-09-24 04:05:14 -0500 asked a question ros tutorial file not found

I am currently doing the following ros tutorial on understanding nodes

( http://wiki.ros.org/ROS/Tutorials/Und... )

For this tutorial it is using a lightweight simulator

sudo apt-get install ros-<distro>-ros-tutorials

But when I am typing this code it is saying

bash: indigo: No such file or directory

kindly help!

2015-09-06 11:30:02 -0500 received badge  Popular Question (source)
2015-08-30 09:03:43 -0500 asked a question TUM RGBD (dvo) slam on ros indigo

Hi I want to run TUM dvo slam package in my ROS indigo. ( https://github.com/tum-vision/dvo_slam )

It is available only for an old version of ROS(feurte) according to its documentation.Can this run on indigo. I have seen that sometimes old version of ROS packages run on newer ones.

And if so then how to install and run it

2015-08-19 05:17:16 -0500 commented answer hector slam not disaplying map in rviz

Hi i just added the map icon in the display ans /map to it and it wrked.Thanks stefan And by the way the waring is still there but i can see the map so thats ok right? And also I didint use rosmake just directly roslaunch as mentioned in the tutorial

2015-08-19 05:15:37 -0500 marked best answer hector slam not disaplying map in rviz

hi i am following these steps below to run my hector slam in rviz :

* README.txt*

  Postprocessing Logfile example ==

Download this file: http://code.google.com/p/tu-darmstadt...

   Open a new terminal window, type:
       rosmake hector_slam

 Launch the tutorial launch file provided in the hector_slam_launch package:
     roslaunch hector_slam_launch tutorial.launch

    Open another terminal, enter the directory of the .bag file and type:
  rosbag play Team_Hector_MappingBox_RoboCup_2011_Rescue_Arena.bag --clock

Before this i installed ros using this command sudo apt-get install ros-indigo-hector-slam

But when I am running my second command which is the Ros launch its showing a warning sign:

[ INFO] [1439891300.286474566]: HectorSM p_map_update_angle_threshold_: 0.060000
  [ INFO] [1439891300.286495451]: HectorSM p_laser_z_min_value_: -1.000000
 [ INFO] [1439891300.286515964]: HectorSM p_laser_z_max_value_: 1.000000
 [ INFO] [1439891300.329699919]: Successfully initialized hector_geotiff MapWriter plugin TrajectoryMapWriter.
 [ INFO] [1439891300.329809825]: Geotiff node started
 [ WARN] [1439891320.241781835]: No transform between frames /map and scanmatcher_frame available after
  20.002011 seconds of waiting. This warning only prints once.

In the rviz display panel its also showing a warning sign

Global Status: Warn   
  Fixed Frame
 No tf data. Actual error: Fixed Frame [map] does not exist

The rosabag file is running but no map /visualization is being displayed in rviz

2015-08-18 23:52:06 -0500 commented question hector slam not disaplying map in rviz

I just directly type the rosmake command and the follow up code in the terminal and then open an another terminal then go to the directly that contains the bag file and then execute it. I don't go to any directory that contains the .launch file.I just type it when i open my terminal

2015-08-18 20:09:11 -0500 received badge  Nice Question (source)
2015-08-18 19:56:23 -0500 received badge  Famous Question (source)