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

gautam2410's profile - activity

2018-12-05 20:35:08 -0500 received badge  Favorite Question (source)
2017-04-18 08:18:47 -0500 received badge  Good Question (source)
2017-01-24 10:00:39 -0500 received badge  Famous Question (source)
2016-08-09 19:27:48 -0500 received badge  Notable Question (source)
2016-08-03 08:48:06 -0500 received badge  Popular Question (source)
2016-08-02 17:11:24 -0500 commented answer Rosbag record dropping and corrupting data

Thank you for outlining the possibilities. I'll start with your suggestion to view the images separately and then cross-check each possibility. I'll update you once I'm done with that. Do you have any suggestion/possible explanation for the drop in Velodyne frames? Thanks!

2016-08-02 15:39:10 -0500 commented question Rosbag record dropping and corrupting data

it's very unlikely that the error is in the camera drivers as I'm using widely used pointgrey camera drivers without any modification. Yes, I see the issue in the Rviz window while the bagfile is recording. However, I'm yet to see this issue when the bagfile is not being recorded.

2016-08-02 14:43:32 -0500 asked a question Rosbag record dropping and corrupting data

Hello,

I'm trying to store selected topics being published from various sensors sources (velodyne, monocular camera, IMUs) in a large bag file. I'm able to record the bagfile without seeing any errors. However, when I play back the file, I'm seeing the following errors:

  1. Some of the frames of the Velodyne data are being dropped. I've tried recording multiple bagfiles but I see this behavior in all of them

  2. From the monocular camera, I'm just recording the camera/image_raw topic . However, after about a minute into the bagfile, the camera input image splits into 2 unequal part and one of the parts get displaced (as seen in the pictures below). I'm seeing this behavior in most of the bagfiles and the time of split is random.

Original Image:

image description

Corrupted Image

image description

A few details about my setup:

  1. I have tried recording files at 2 buffer sizes 1024 and 0 (infinity) and I see these problems in both cases
  2. I have tried recording bagfiles on and Odroid XU4 and a high-performance laptop but that did not help
  3. I'm running ROS indigo on Ubuntu 14.04

Rosbag info:

image description

I will be happy to provide any relevant info that may be required. Thanks in advance!

2015-08-31 17:05:43 -0500 received badge  Nice Question (source)
2015-08-31 17:05:32 -0500 marked best answer Autonomous navigation using navigation stack and hector slam

Hello,

I am trying to perform autonomous navigation using hector slam and the navigation stack, something similar to this ( www.youtube.com/watch?v=5V-0Y43i0h8 ) or ( www.youtube.com/watch?v=RPaa8ZsO0rk ) .

I have already seen this post ( answers.ros.org/question/59153/how-to-extract-information-from-hector-slam-for-autonomous-navigation/ ) but instead of working with a pre stored map I want the map to be generated using hector_mapping and simultaneously I am able to perform navigation, that to without using the robot's odometry.

I got hector slam working with hokuyo laser and was able to do mapping using just the laser.

So my doubts are:

  1. Is it possible to do this without using the robot's odometry and just using the odometry information from the tf that is being published by hector_mapping ( answers.ros.org/question/62081/using-odometry-from-hector_mapping-for-move_base-nav-stack/ ) ?

  2. Does AMCL works only with static maps i.e. can AMCL perform localization on the maps being generated in real time ?

  3. Moreover do I need AMCL to perform localization in a dynamic map being generated using hector slam ? If, not then how exactly should I make this work without amcl.

I will be happy to provide any relevant info that may be required and I'm sorry for not publishing actual links as my karma is not enough.

Thank you for your time..

2015-08-09 13:23:31 -0500 received badge  Student (source)
2015-03-06 05:09:39 -0500 commented answer How to instruct a robot to cover the whole mapped 2D area?

On the wiki page, I see the sentence "To run an unbounded exploration task, simply leave the boundary blank". I'm not sure how exactly should I do this? The same question is asked here

2015-03-06 05:08:32 -0500 commented answer How to instruct a robot to cover the whole mapped 2D area?

Does the frontier_exploration package provide complete map coverage? I have implemented it and once the region within the set boundaries is explored, the robot stops. Is there any way of using this package to make the robot move to every cell in the set boundary?

2015-03-06 00:02:15 -0500 commented answer Full coverage path planner

The same question has been asked here so I am not posting a new question. Can you please explain how to give the goal with an empty polygon? By unbounded search do you mean the total map coverage?

2015-03-05 23:58:15 -0500 received badge  Commentator
2015-03-05 23:58:15 -0500 commented answer How to instruct a robot to cover the whole mapped 2D area?

Hi Sobot, I am trying to achieve something similar but with hector slam and ROS navigation stack. Were you successful in running it? Thanks!

2015-03-05 17:04:21 -0500 commented question how to divide a map (pgm) in little cell

Hey, I am working on a similar problem, were you able to get it running?

2015-03-05 14:15:41 -0500 commented question Path planning for sensor/tool coverage?

Hey Lucas, I am working on a similar application. However, still could not get it running. Did you make any progress?

2015-02-22 16:52:45 -0500 commented answer Full coverage path planner

So was anyone able to figure out how to cover the complete map and not just part of the map as done in exploration?

2014-12-02 01:46:52 -0500 received badge  Teacher (source)
2014-12-02 01:46:52 -0500 received badge  Necromancer (source)
2014-06-25 05:06:35 -0500 answered a question how do i download naoqi-sdk-1.12.3-linux32?

And if you are not registered on the Aldebaran community, you can still download it from here: http://robocup.bowdoin.edu/public/sof...

2014-05-25 21:18:39 -0500 received badge  Scholar (source)
2014-05-20 20:56:31 -0500 received badge  Enthusiast
2014-01-28 17:31:41 -0500 marked best answer error while running roboearth on groovy

So I am trying to run roboearth_stack on ros-groovy, ubuntu 12.04 lts machine without much success. Though I have tried it earlier on fuerte and it works perfectly, I am not too sure if its possible to run it on groovy. Has anyone tried it yet?

This is the output of rosmake roboearth:

[rosmake-1] Starting >>> opencv2 [ make ]
[rosmake-1] Finished <<< opencv2 ROS_NOBUILD in package opencv2 No Makefile in package opencv2
[rosmake-1] Starting >>> cv_bridge [ make ]
[rosmake-1] Finished <<< cv_bridge ROS_NOBUILD in package cv_bridge No Makefile in package cv_bridge
[rosmake-1] Starting >>> class_loader [ make ]
[rosmake-1] Finished <<< class_loader ROS_NOBUILD in package class_loader No Makefile in package class_loader
[rosmake-1] Starting >>> pluginlib [ make ]
[rosmake-1] Finished <<< pluginlib ROS_NOBUILD in package pluginlib No Makefile in package pluginlib
[rosmake-1] Starting >>> image_transport [ make ]
[rosmake-1] Finished <<< image_transport ROS_NOBUILD in package image_transport No Makefile in package image_transport
[rosmake-1] Starting >>> visualization_msgs [ make ]
[rosmake-1] Finished <<< visualization_msgs ROS_NOBUILD in package visualization_msgs No Makefile in package visualization_msgs
[rosmake-1] Starting >>> resource_retriever [ make ]
[rosmake-1] Finished <<< resource_retriever ROS_NOBUILD in package resource_retriever No Makefile in package resource_retriever
[rosmake-1] Starting >>> ar_pose [ make ]
[rosmake-2] Finished <<< rosprolog [PASS] [ 3.21 seconds ]
[rosmake-2] Starting >>> semweb [ make ]
[rosmake-3] Finished <<< tf_prolog [PASS] [ 3.29 seconds ]
[rosmake-3] Starting >>> ias_prolog_addons [ make ]
[rosmake-0] Finished <<< re_msgs [PASS] [ 6.22 seconds ]
[rosmake-0] Starting >>> re_srvs [ make ]
[rosmake-2] Finished <<< semweb [PASS] [ 3.30 seconds ]
[rosmake-2] Starting >>> knowrob_common [ make ]
[rosmake-3] Finished <<< ias_prolog_addons [PASS] [ 3.28 seconds ]
[rosmake-3] Starting >>> re_2dmap_extractor [ make ]
[rosmake-1] Finished <<< ar_pose [PASS] [ 4.68 seconds ]
[rosmake-1] Starting >>> re_vision [ make ]
[ rosmake ] Last 40 lines_srvs: 9.1 sec ] [ knowrob_common: 8.8 sec ] [ re_2dmap_extractor: 8.7 sec ] [... [ 4 Active 64/93 Complete ] {------------------------------------------------------------------------------- [ 51%] Built target createPlyPoints make[3]: Entering directory /home/gautam/ros/stacks/roboearth/re_vision/build' make[3]: Leaving directory/home/gautam/ros/stacks/roboearth/re_vision/build' [ 53%] Built target createPointCloudModel make[3]: Entering directory /home/gautam/ros/stacks/roboearth/re_vision/build' make[3]: Leaving directory/home/gautam/ros/stacks/roboearth/re_vision/build' [ 56%] Built target extractOutlineFromImages make[3]: Entering directory /home/gautam/ros/stacks/roboearth/re_vision/build' make[3]: Leaving directory/home/gautam/ros/stacks/roboearth/re_vision/build' [ 59%] Built target extractSurf make[3]: Entering directory /home/gautam/ros/stacks/roboearth/re_vision/build' make[3]: Leaving directory/home/gautam/ros/stacks/roboearth/re_vision/build' [ 62%] Built target removeBackgroundPoints In file included from /home/gautam/ros/stacks/roboearth/re_vision/src/ObjectDetectorClass.h:39:0, from /home/gautam/ros/stacks/roboearth/re_vision/src/ObjectDetectorClass.cpp:37: /home/gautam/ros/stacks/roboearth/re_vision/src/ObjectDetectorProvider.h:42:32: fatal error: cv_bridge/CvBridge.h: No such file or directory compilation terminated. [ 64%] Building CXX object CMakeFiles/ObjectDetectorFunctions.dir/src/SurfPlanarDetector.cpp.o /home/gautam/ros/stacks/roboearth/re_vision/src/ObjectDetectorProvider.cpp:39:32: fatal error: cv_bridge/CvBridge.h: No such file or directory compilation terminated. In file included from /home/gautam/ros/stacks/roboearth/re_vision/src/ObjectDetectorMethod.h:41:0, from /home/gautam/ros/stacks/roboearth/re_vision/src/ObjectDetectorMethod.cpp:36: /home/gautam/ros/stacks/roboearth/re_vision/src/VisualizationManager.h:38:32: fatal error: cv_bridge/CvBridge.h: No such file or directory compilation terminated. In file included from ... (more)

2013-11-26 18:05:09 -0500 commented question Having problems with TOD object detection

I am also getting a similar output. I am using kinect sensor, groovy, 64 bit. Did you find any solution?

2013-09-03 15:47:22 -0500 commented answer error while running roboearth on groovy

Thank you for your reply and for addressing the problem of roboearth with groovy. I will try to follow your solution and then discuss further.

2013-09-03 03:19:25 -0500 received badge  Famous Question (source)
2013-08-22 19:20:52 -0500 received badge  Notable Question (source)
2013-08-19 19:36:17 -0500 received badge  Popular Question (source)
2013-08-19 15:54:50 -0500 received badge  Famous Question (source)