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

Aasiya Shaikh's profile - activity

2022-05-13 08:51:01 -0500 received badge  Famous Question (source)
2020-01-01 07:13:47 -0500 received badge  Famous Question (source)
2019-07-31 17:47:53 -0500 received badge  Nice Question (source)
2019-04-08 01:11:32 -0500 marked best answer Libpointmatcher : Error ICP failed to Converge

Hello

I am using libpointmatcher package for finding transformation between two 2D pointclouds (Using RPlidar sensor) . But some times it gives me an Error :

"[ERROR] [1514615155.146144153]: ICP failed to converge: "

Please can anyone suggest me in which situation I will be getting this type of an error . Or does it haves any limitation .

2019-04-08 01:11:05 -0500 received badge  Famous Question (source)
2018-12-27 06:25:57 -0500 received badge  Notable Question (source)
2018-10-22 02:34:52 -0500 received badge  Notable Question (source)
2018-10-22 02:34:52 -0500 received badge  Popular Question (source)
2018-09-22 22:44:39 -0500 received badge  Famous Question (source)
2018-03-15 14:04:18 -0500 received badge  Popular Question (source)
2018-01-16 03:25:40 -0500 commented answer Libpointmatcher : Error ICP failed to Converge

Thank you sir, it helped a lot.

2018-01-04 06:15:42 -0500 asked a question Libpointmatcher : Error ICP failed to Converge

Libpointmatcher : Error ICP failed to Converge Hello I am using libpointmatcher package for finding transformation betw

2017-09-21 07:06:39 -0500 received badge  Famous Question (source)
2017-09-21 07:06:39 -0500 received badge  Notable Question (source)
2017-09-21 04:48:41 -0500 asked a question Runtime Odometry Correction

Runtime Odometry Correction Hello We are stuck at a point, unable to solved it. Please suggest, how can I do it !. We

2017-07-29 08:16:22 -0500 received badge  Famous Question (source)
2017-04-05 07:19:29 -0500 received badge  Student (source)
2017-03-22 10:55:54 -0500 received badge  Notable Question (source)
2017-02-08 10:11:17 -0500 received badge  Popular Question (source)
2017-02-08 03:26:16 -0500 commented question move_base takes longer time to update the Goal Status why ?

Yes I have checked My Values are : xy_goal_tolerance = 0.02 yaw_goal_tolerance = 0.08 Do this parameter have any relation with status ?

2017-02-08 00:28:44 -0500 asked a question move_base takes longer time to update the Goal Status why ?

Hello

I am doing an experiments on Navigation Stack by referring the Link ( http://wiki.ros.org/navigation ) But While doing experiment I am facing one Issue.

I am using Rtabmap ( Localization ) + visual odometry + move_base ( with teb_local_planner ).

I am sending goal to the move_base by Cpp APIs, The myprogram.cpp( CPP code ) sends 5 goals to the robot one after the other but after reaching each goal the Robot waits for the GOAL STATUS for more than 2 minutes or it takes longer time than this .Please can you suggest me why the Status takes much longer time to update. Is their any parameter in move_base pkg or in the teb_local_planner which affect this ?

2017-02-07 02:49:37 -0500 received badge  Famous Question (source)
2017-02-07 01:24:28 -0500 received badge  Popular Question (source)
2017-02-01 05:10:57 -0500 received badge  Notable Question (source)
2016-11-18 23:35:00 -0500 received badge  Popular Question (source)
2016-10-27 05:41:34 -0500 commented answer Store ROS messages in file ?

Okay Thank you

2016-10-27 05:41:20 -0500 commented answer Store ROS messages in file ?

Thanks a lots

2016-10-27 04:50:35 -0500 received badge  Notable Question (source)
2016-10-27 04:21:30 -0500 received badge  Popular Question (source)
2016-10-26 05:05:46 -0500 commented answer Store ROS messages in file ?

Okay Thanks. Then please can to tell me how I can read these topic messages through API's as I have to reused this messages , in my program .

2016-10-26 01:19:21 -0500 asked a question Store ROS messages in file ?

Hello

I am working on Some project, I have to store ROS messages in some File using C++ API's. I knew ROS BAG files which is excellent for storing ROS messages But i want to knew Is their any other supported files in ROS to store ROS message using C++ API's. If yes then which one is it ? Can anyone Suggest.

Can I read ROS .bag file in Reverse order ? If yes then how it can be done. Please can anyone tell me.

image:IMAGE !

2016-09-21 23:44:25 -0500 asked a question Issue while creating a Map using gmapping?

Hello

I am in confusion, what really the issue is in? Please any one can solved it, we urgently needed to solve it.

In my mobile base Robot , we are now at the stage of creating a map using gmapping, but while creating the map I am facing one issue, The issue is When I move my robot using teleop_twist_keyboard the cmd_vel is generated properly and the robot moves smoothly , but when I use RVIZ tool for visualizing it , in that tool for some second the visualization of robot i.e. its movement on the tool is correct but in between it suddenly changes its route or its position automatically even if my robot has no movement.

I have done the analysis of my scan data it is good and also the analysis for my odometry data. When I select the Fixed frame as "odom" it does show this issue.I am facing the issue only when I am trying to create a map i.e when I select my Fixed frame as "map".

Please can anyone suggest why this would be happening, where might be the problem.

2016-08-29 07:56:35 -0500 received badge  Notable Question (source)
2016-08-27 03:23:31 -0500 commented answer My Robot doesn't stops even if cmd_vel is not Published.Why ?

Thank you , your suggestion was right and it worked .

2016-08-27 03:19:13 -0500 received badge  Enthusiast
2016-08-25 11:45:29 -0500 received badge  Popular Question (source)
2016-08-25 03:52:33 -0500 asked a question My Robot doesn't stops even if cmd_vel is not Published.Why ?

Hello I am using teleop_twist_keyboard to generate cmd_vel ( geometry_msgs/twist). The Robot successfully subscribes this cmd_vel and moves .

I am using A proportional–integral–derivative controller (PID controller) which is a control loop feedback mechanism (controller) for the robot. This loop takes 1 0r 2 seconds to achieve the required generated cmd_vel .

As we knew If I stopped pressing the keys of keyboard then the cmd_vel shouldn't be published and then the robot should also stop moving.

But in my case this doesn't happens means my robot is taking the last value of generated cmd_vel and it never stops.So please can any one suggests why this is happening ? Why the robot doesn't stops ?

2016-08-24 07:20:55 -0500 asked a question Which depth image should we use ?

Hello

I am using Kinect2 camera for our Robot. When I run kinect2_bridge.launch file from kinect2_bridge package it gives this list of topic for depth image :

1)kinect2/hd/image_depth_rect

2)kinect2/qhd/image_depth_rect

3)kinect2/sd/image_depth

4)kinect2/sd/image_depth_rect

Now I am converting depthimage to laserscan data using depthimage_to_laserscan package which subscribe image ( sensor_msgs/Image) topic

So from the above topic list which one should I use as a image topic for depthimage_to_laserscan.Please can anyone suggest me.