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

arvind's profile - activity

2016-10-28 13:03:44 -0500 received badge  Student (source)
2015-07-27 04:32:31 -0500 received badge  Famous Question (source)
2015-07-24 08:32:43 -0500 received badge  Notable Question (source)
2015-03-14 14:00:07 -0500 received badge  Famous Question (source)
2015-02-02 10:34:07 -0500 received badge  Popular Question (source)
2014-12-01 16:15:33 -0500 received badge  Famous Question (source)
2014-09-24 13:00:19 -0500 received badge  Famous Question (source)
2014-08-29 08:26:23 -0500 received badge  Notable Question (source)
2014-08-29 08:26:23 -0500 received badge  Popular Question (source)
2014-08-29 08:26:11 -0500 commented answer Slam_gmapping prob with lidar and image data

The problem still persists. Both the scans are publishing to the same topic. Can someone suggest how the data can be merged?

2014-08-25 12:51:38 -0500 received badge  Notable Question (source)
2014-08-25 05:54:14 -0500 asked a question problem with move_base

I am trying to control a bot with a lidar. When i run the launch files to switch on the lidar and obtain the cmd_vel values from rosserial based on odometry data, the cmd_vel is being published by the move_base.launch file. But, when i run the navigation stack which uses this data, I get an error that says-" THe bot cannot move forward". A little debugging tells me that the navigation stack subscribes to cmd_vel from move_base. But, the cmd_vel is not being output by the launch files itself. How to solve this problem?q

2014-08-23 14:06:44 -0500 commented answer Roslaunch not able to detect launch file packages

Thanks a lot! Your answer was very helpful!

2014-08-23 10:49:46 -0500 received badge  Popular Question (source)
2014-08-23 03:48:08 -0500 commented answer Roslaunch not able to detect launch file packages

Yes I kinda figured that.. but manually writing and replacing the manifest.xml with a package.xml does not seem to help! Can u suggest any other method?

2014-08-23 02:10:46 -0500 commented answer Roslaunch not able to detect launch file packages

The folder actually contains a CMakeLists.txt and a manifest.xml. I understand that manifest.xml is generally for rosbuild variants... but I am working with catkin. Also, I forgot to mention that I am working with ROS Hydro.

2014-08-06 06:00:37 -0500 received badge  Famous Question (source)
2014-07-14 03:00:10 -0500 received badge  Popular Question (source)
2014-07-14 03:00:10 -0500 received badge  Notable Question (source)
2014-07-08 06:23:32 -0500 received badge  Notable Question (source)
2014-06-05 23:05:59 -0500 received badge  Popular Question (source)
2014-05-15 07:50:54 -0500 asked a question Slam_gmapping prob with lidar and image data

I am trying to integrate Laserscan data and image data converted to Laserscan data into a single map using slam_gmapping. But, when i run the move_base launch file, the map takes only one of the laserscan data inputs( either image data or lidar data... not both!) Can someone help by explaining how to solve the problem? I believe the problem might be in the launch file.

2014-04-26 02:40:21 -0500 asked a question how to run a LSM303 compass on ROS?

I just bought a LSM303DLHC compass that i want to run on ROS using rosserial_arduino? Can anybody tell me what exactly are the things i need to do? I have all the libraries and packages ready... but I am confused about how to start interfacing the arduino code with ROS? Please help...

2014-04-19 22:37:46 -0500 asked a question problems with rosbag record in command line

we are trying to map two different bag files in gmapping. One of the bag files is the one from the ros tutorials and another is recorded from it using record -a thru command line. But one of them is of type /tf and other of type /tf2 . Also, the original bag files is mapped in gmapping but the recorded one is not? can someone suggest what to do?