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

Saurav Agarwal's profile - activity

2023-06-05 19:33:54 -0500 received badge  Nice Question (source)
2020-08-10 15:33:24 -0500 received badge  Stellar Question (source)
2020-01-22 07:55:13 -0500 received badge  Great Answer (source)
2019-11-02 18:11:04 -0500 edited answer Robot localization fusing wheel and visual odometry

My high-level recommendation: Trust wheel odometry for linear velocity, trust monocular odometry for angular velocity,

2019-11-02 18:07:14 -0500 answered a question Robot localization fusing wheel and visual odometry

My high-level recommendation: Trust wheel odometry for linear velocity, trust monocular odometry for angular velocity,

2018-07-04 22:20:32 -0500 edited answer Custom Global Planner Plugin with Obstacle Avoidance Problems

You can use the costmap_2d ros package which gives you collision checking ability. The costmap_2d package provides an AP

2018-07-04 22:19:18 -0500 answered a question Custom Global Planner Plugin with Obstacle Avoidance Problems

You can use the costmap_2d ros package which gives you collision checking ability. The costmap_2d package provides an AP

2018-06-25 07:59:55 -0500 received badge  Good Answer (source)
2018-04-05 03:45:35 -0500 received badge  Nice Answer (source)
2017-11-20 00:26:06 -0500 received badge  Necromancer (source)
2017-11-06 18:50:28 -0500 marked best answer How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

I'm implementing relative pose graph SLAM with ROS Kinetic + Gazebo. I can use the laser_scan_matcher node generate pose to pose (relative pose) odometry information (it uses canonical scan matcher to compute odometry from successive laser scans). Is there an open source library or a ROS package that allows passing in successive scans and odometry to output loop closure constraints between poses? Once loop closure constraints have been calculated one can use solvers like g2o, GTSAM or LAGO to solve for the robot trajectory, following which the laser scans can be superimposed on the aligned poses to output a map.

2017-08-15 06:58:29 -0500 received badge  Necromancer (source)
2017-08-14 20:43:54 -0500 received badge  Self-Learner (source)
2017-08-14 19:02:08 -0500 commented answer How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

Try slam_karto_g2o (it uses open_karto for the front end and g2o for the backend).

2017-08-14 19:02:08 -0500 received badge  Commentator
2017-08-14 19:00:57 -0500 edited answer How can I perform loop closure in graph SLAM ?

You can use slam_karto_g2o. It uses open_karto for the front-end and g2o for the backend. Other options are slam_karto a

2017-08-14 19:00:35 -0500 edited answer How can I perform loop closure in graph SLAM ?

You can use slam_karto_g2o. It uses open_karto for the front-end and g2o for the backend. Other options are slam_karto a

2017-08-14 19:00:10 -0500 edited answer How can I perform loop closure in graph SLAM ?

Use slam_karto_g2o. It uses open_karto for the front-end and g2o for the backend.

2017-08-14 18:59:45 -0500 answered a question How can I perform loop closure in graph SLAM ?

Use slam_karto_g2o (https://github.com/sauravag/slam_karto_g2o). It uses open_karto for the front-end and g2o for the ba

2017-07-31 10:39:44 -0500 commented answer How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

Of course, open karto is only giving us a front-end, the back-end is sba. Just to clarify, when I use vanilla slam_karto

2017-07-29 15:07:49 -0500 commented answer How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

It appears that nav2d is more robust in solving loop closure than the vanilla slam_karto package which (uses sparse bund

2017-07-29 15:04:25 -0500 commented answer How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

It appears that nav2d is more robust in solving loop closure than the vanilla slam_karto package which (uses sparse bund

2017-07-27 20:43:24 -0500 edited answer How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

Update: Full progress on pose-graph SLAM with ROS will be posted on my blog here. I'm going for the offline pose-graph

2017-07-24 11:17:31 -0500 commented question How to generate pose graph from LIDAR(Laser) data?

For the benefit of the community, this discussion is ongoing in http://answers.ros.org/question/265196/how-to-detect-loo

2017-07-21 15:50:11 -0500 received badge  Student (source)
2017-07-17 20:57:02 -0500 received badge  Favorite Question (source)
2017-07-17 09:48:50 -0500 edited question How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

How to detect loop closure and do relative pose graph SLAM? I'm implementing relative pose graph SLAM with ROS Kinetic +

2017-07-17 09:48:50 -0500 received badge  Associate Editor (source)
2017-07-17 09:48:48 -0500 edited question How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

How to detect loop closure and do relative pose graph SLAM? I'm implementing relative pose graph SLAM with ROS Kinetic +

2017-07-17 09:48:01 -0500 edited answer How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

Update: Full progress on pose-graph SLAM with ROS will be posted on my blog here. I'm going for the offline pose-graph

2017-07-17 09:21:52 -0500 commented answer How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

Thanks for sharing Sebastian, I wasn't aware that nav2d used open karto. Nav2d will be very helpful, will look into it :

2017-07-14 15:04:19 -0500 received badge  Famous Question (source)
2017-07-13 09:45:50 -0500 edited answer How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

I'm going for the offline pose-graph SLAM approach where I can run the robot around some environment, gather the data, b

2017-07-13 09:45:22 -0500 edited answer How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

I'm going for the offline pose-graph SLAM approach where I can run the robot around some environment, gather the data, b

2017-07-13 09:44:38 -0500 edited answer How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

I'm going for the offline pose-graph SLAM approach where I can run the robot around some environment, gather the data, b

2017-07-13 09:38:58 -0500 edited question How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

How to detect loop closure and do relative pose graph SLAM? I'm implementing relative pose graph SLAM with ROS Kinetic +

2017-07-13 09:38:28 -0500 edited question How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

How to detect loop closure and do relative pose graph SLAM? I'm implementing relative pose graph SLAM with ROS Kinetic +

2017-07-13 09:34:09 -0500 edited question How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

How to detect loop closure and do relative pose graph SLAM in ROS? I'm implementing relative pose graph SLAM with ROS Ki

2017-07-13 09:33:58 -0500 edited question How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

How to detect loop closure for relative pose graph SLAM? I'm implementing relative pose graph SLAM with ROS Kinetic + Ga

2017-07-13 09:32:50 -0500 received badge  Organizer (source)
2017-07-13 09:31:42 -0500 edited question How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

How to detect loop closure for relative pose graph SLAM? I'm implementing relative pose graph SLAM with ROS Kinetic + Ga

2017-07-13 09:29:43 -0500 edited answer How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

I'm going for the offline approach where I can run the robot around, batch optimize the graph and generate a map which c

2017-07-13 09:29:04 -0500 answered a question How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

I'm going for the offline approach where I can run the robot around, batch optimize the graph and generate a map which c

2017-07-12 17:01:59 -0500 commented answer How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

Let's collaborate on this if possible. The ROS community could benefit a lot from this knowledge.

2017-07-12 16:59:06 -0500 commented answer How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

Thanks for the feedback! I'm currently looking into open_karto to see if its mapping module / loop closing could be used

2017-07-12 16:58:24 -0500 commented answer How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

Thanks for the feedback! I'm currently looking into open_karto to see if its mapping module / loop closing could be used

2017-07-12 16:31:27 -0500 received badge  Notable Question (source)
2017-07-02 20:44:07 -0500 received badge  Popular Question (source)
2017-06-29 20:25:34 -0500 asked a question How to detect loop closure and do relative pose graph SLAM in ROS+Gazebo?

How to detect loop closure for relative pose graph SLAM? I'm implementing relative pose graph SLAM with ROS Kinetic + Ga

2017-06-22 11:30:28 -0500 commented question Turtlebot Gazebo ground truth pose

This might help http://answers.ros.org/question/246440/husky-perfect-localization-gazebo-positioning-system/?comment=247