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

cognitiveRobot's profile - activity

2022-09-22 09:15:35 -0500 received badge  Popular Question (source)
2022-07-07 08:38:46 -0500 asked a question robot_localization package: Test1 gives unexpected results.

robot_localization package: Test1 gives unexpected results. Hi there, I am using robot_localization and runing the test1

2021-01-15 20:04:27 -0500 received badge  Supporter (source)
2019-07-31 23:47:56 -0500 answered a question rqt segmentation fault following tutorials

It's not a solution to this problem. It's a workaround. I tried as @damjan mention but didn't work. Currently, I am visu

2019-07-18 13:52:27 -0500 received badge  Famous Question (source)
2019-04-17 05:03:16 -0500 received badge  Enthusiast
2018-09-14 12:30:02 -0500 received badge  Notable Question (source)
2018-09-14 12:30:02 -0500 received badge  Famous Question (source)
2018-09-14 12:30:02 -0500 received badge  Popular Question (source)
2018-01-30 23:02:21 -0500 received badge  Enlightened (source)
2017-05-10 08:04:09 -0500 received badge  Taxonomist
2017-03-10 14:43:06 -0500 received badge  Good Question (source)
2016-05-09 20:54:12 -0500 marked best answer Installing standalone OpenCV?

Hi there,

I have groovy installed on my ubuntu 12.04. If i install standalone opencv without uninstalling opencv which is installed with groovy, would it be any problem?

Kindest regards Hossain

2016-05-03 17:53:54 -0500 received badge  Nice Question (source)
2016-03-30 18:37:20 -0500 received badge  Famous Question (source)
2015-05-27 07:16:09 -0500 received badge  Famous Question (source)
2015-02-18 03:24:18 -0500 received badge  Famous Question (source)
2014-10-29 16:47:24 -0500 received badge  Famous Question (source)
2014-08-14 15:49:21 -0500 received badge  Notable Question (source)
2014-08-08 20:36:33 -0500 commented question pioneer on indigo out of the box? p2os maybe

Did you make your robot autonomous with PR2??

2014-08-08 20:33:56 -0500 commented answer feature based slam mapping

Ok. If i manage to use it then i will share my experience.

2014-08-08 09:05:12 -0500 received badge  Notable Question (source)
2014-08-07 23:10:15 -0500 commented answer feature based slam mapping

Thanks sai for those papers. Looking like that's what i'm looking for. Did you use the OmniMapper??

2014-08-07 21:06:01 -0500 commented question pioneer on indigo out of the box? p2os maybe

Hi Silgon, Sounds like we can help each other. I'm trying to make autonomous navigation and mapping with pioneer, odometer and laser. What's your project?

2014-08-07 21:00:25 -0500 commented question Navigation (groovy): Adding moving obstacles

Hi Jaimerv, why the collision? is it because your robots can't detect obstacles or can't take decisions properly??

2014-08-07 20:54:05 -0500 received badge  Popular Question (source)
2014-08-07 20:53:49 -0500 commented answer feature based slam mapping

Thanks sai, I'm using gmapping for a while. Now I need to use line feature based SLAM to compare with my result. I'm going through OMNIMAPPER to see whether it does.

2014-08-07 20:52:07 -0500 commented answer feature based slam mapping

Hi Stefan, Did you use EKF-SLAM (provided by Tim Bailey)? I can use his matlab simulator. I works where features are points. Do you know whether it works with line features instead of the point features?

2014-08-07 18:46:02 -0500 commented answer feature based slam mapping

Thanks stefan. I appreciate your reply. I know about openslam. Those EKF slam are implemented in matlab. FLIRTLib uses image. but i have to use for LASER and I was looking for ROS node or C++ code.

2014-08-07 07:29:52 -0500 asked a question feature based slam mapping

Hi there,

Is there any ROS package for feature/landmark based SLAM that can work with laser and odometry information?

Can you give me any advice?

I appreciate your reply.

Best regards

Hossain

2014-08-06 02:59:12 -0500 commented question Autonomous navigation and avoiding obstacles

Hi Chik, did you finish your project. I'm trying to do exactly same. can you help me? I have pioneer 3D-X mobile robot with odometer and laser. Please help me.

2014-07-28 05:20:30 -0500 received badge  Notable Question (source)
2014-05-12 20:39:13 -0500 received badge  Famous Question (source)
2014-04-20 06:56:09 -0500 marked best answer unit of ~linearUpdate parameter in slam_gmapping?

Hi there,

Does anyone know what's the unit of ~linearUpdate parameter in slam_gmapping? and what does it mean?

Best regards

Hossain

2014-04-20 06:56:02 -0500 marked best answer How to teleop pioneer3?

Hi ROS-users,

I have some..

Hardware: Pioneer3, SICK-lms200, laptop, 2 usb-serial cables

Software: ros-hydro-desktop-full on laptop running ubuntu-12.04. sicktoolbox(works fine)

Objectives: 1. To control robot by laptop keyboard and log laser data. 2. To build map from that logged data using slam_gmapping.(I know how to achieve objective2)

I can connect my robot and sick laser using rosaria.

Can anyone tell me how can i move my robot using keyboard?

Thanks in advance

Hossain

2014-04-20 06:55:43 -0500 marked best answer How to visualize gmapping progress on rviz?

Hi everyone,

I managed to run gmapping to build a map from logged data. progress is going on for an hour. sequences i followed

$roscore $rosparam set use_sim_time true $rosrun gmapping slam_gmapping scan:=base_scan $rosbag play

Is there any way I can visualize progressing map real time?

best regards Hossain

2014-04-11 00:21:27 -0500 received badge  Notable Question (source)
2014-04-11 00:20:57 -0500 received badge  Famous Question
2014-04-11 00:15:47 -0500 asked a question Is TORO - Tree-based netwORk Optimizer ros package available?

Hi everyone,

Do you know whether TORO - Tree-based netwORk Optimizer ros package available? I downloaded from http://www.openslam.org/toro . It compiles and runs, but couldn't save output as image file. Can you help me to do that?