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

MandeepSingh's profile - activity

2020-08-01 03:01:20 -0500 received badge  Self-Learner (source)
2020-06-25 20:18:31 -0500 received badge  Famous Question (source)
2019-07-25 15:24:00 -0500 received badge  Famous Question (source)
2019-03-26 13:59:13 -0500 received badge  Notable Question (source)
2019-03-26 13:59:13 -0500 received badge  Popular Question (source)
2018-12-12 14:27:49 -0500 received badge  Famous Question (source)
2018-09-04 00:32:59 -0500 commented question Robot follow another robot using move base

can there be any obstacles between r2 and r1 ?

2018-08-14 00:28:55 -0500 asked a question Stereo Camera SLAM Pipeline

Stereo Camera SLAM Pipeline Hello All, I wish to do SLAM using stereo camera and monocular camera separately. I have go

2018-07-18 02:09:59 -0500 received badge  Notable Question (source)
2018-07-18 01:34:30 -0500 answered a question Velocity doesn't increase when using Move Base Navigation

For the solution I have just made acc_limits false in my control.yaml for my robot base controller. As I figured that dw

2018-07-17 13:43:53 -0500 received badge  Teacher (source)
2018-07-17 13:43:53 -0500 received badge  Self-Learner (source)
2018-07-16 01:22:12 -0500 received badge  Notable Question (source)
2018-07-16 01:13:13 -0500 received badge  Notable Question (source)
2018-07-15 21:31:48 -0500 answered a question Navigation Package unable to build from source

I have solved it. The issue was that my libpcl_common was not present in /usr/lib/ but it was there in /usr/lib/x86_64-l

2018-07-15 19:52:34 -0500 received badge  Popular Question (source)
2018-07-15 10:42:29 -0500 marked best answer Multi-robot Navigation - Cooperative Navigation

I have setup navigation stack successfully . I have following configuration :

  • Mutiple bots under different namespaces
  • Seperate Planners for individual bots
  • Static Map generated before-hand
  • No laser scans, only gps and odometry

I want bots to avoid colliding into each other. I think the navigation stack doesn't have such a capability yet. Avoidance based upon location of there neighbour bots.

Is there any way navigation package provides that utility?

2018-07-15 10:04:32 -0500 asked a question Navigation Package unable to build from source

Navigation Package unable to build from source Hello All, I am trying to build navigation package but it is giving me

2018-07-13 04:22:05 -0500 commented question Velocity doesn't increase when using Move Base Navigation

Since I am using dwa sim_period will be considered which is inverse of controller frequency.

2018-07-13 02:48:09 -0500 commented question Velocity doesn't increase when using Move Base Navigation

In the navigation repo I figured out it has something to do with the line 107. My vel is limited by acc*sim_time (10x0.0

2018-07-13 02:47:52 -0500 commented question Velocity doesn't increase when using Move Base Navigation

In the navigation repo I figured out it has something to do with the line 107. My vel is limited by accsim_time (100.05)

2018-07-13 02:11:17 -0500 received badge  Popular Question (source)
2018-07-13 00:14:31 -0500 edited question Velocity doesn't increase when using Move Base Navigation

Velocity doesn't increase when using Move Base Navigation I am using DWAPlanner for local path planning, when i give a g

2018-07-13 00:13:40 -0500 edited question Velocity doesn't increase when using Move Base Navigation

Velocity doesn't increase when using Move Base Navigation I am using DWAPlanner for local path planning, when i give a g

2018-07-13 00:02:58 -0500 edited question Velocity doesn't increase when using Move Base Navigation

Velocity doesn't increase when using Move Base Navigation I am using DWAPlanner for local path planning, when i give a g

2018-07-13 00:01:55 -0500 edited question Velocity doesn't increase when using Move Base Navigation

Velocity doesn't increase when using Move Base Navigation I am using DWAPlanner for local path planning, when i give a g

2018-07-13 00:01:19 -0500 edited question Velocity doesn't increase when using Move Base Navigation

Velocity doesn't increase when using Move Base Navigation I am using DWAPlanner for local path planning, when i give a g

2018-07-13 00:01:08 -0500 edited question Velocity doesn't increase when using Move Base Navigation

Velocity doesn't increase when using Move Base Navigation I am using DWAPlanner for local path planning, when i give a g

2018-07-13 00:00:29 -0500 received badge  Enthusiast
2018-07-12 23:39:03 -0500 edited question Velocity doesn't increase when using Move Base Navigation

Velocity doesn't increase when using Move Base Navigation I am using DWAPlanner for local path planning, when i give a g

2018-07-12 22:39:26 -0500 asked a question Velocity doesn't increase when using Move Base Navigation

Velocity doesn't increase when using Move Base Navigation I am using DWAPlanner for local path planning, when i give a g

2018-07-12 22:18:25 -0500 received badge  Supporter (source)
2018-07-12 22:18:25 -0500 commented answer Timed Navigation using Simple Nav Goal

Yeah I was thinking something like that only. Thanks !

2018-07-12 08:54:19 -0500 received badge  Popular Question (source)
2018-07-12 06:09:15 -0500 edited question Timed Navigation using Simple Nav Goal

Timed Navigation using Simple Nav Goal Hi all, I am using DWAPlanner for local planner, when giving a simple nav goal i

2018-07-12 06:09:15 -0500 received badge  Editor (source)
2018-07-12 06:08:29 -0500 commented question Timed Navigation using Simple Nav Goal

I am giving goal by publishing on topic move_base_simple/goal.

2018-07-12 03:45:35 -0500 asked a question Timed Navigation using Simple Nav Goal

Timed Navigation using Simple Nav Goal Hi all, I am using DWAPlanner for local planner, when giving a simple nav goal i

2018-07-12 03:41:36 -0500 edited answer Multi-robot Navigation - Cooperative Navigation

So I have figured a way out, I am using social navigation layer in creating my CostMap. Though it requires lidar scans

2018-07-12 03:41:18 -0500 answered a question Multi-robot Navigation - Cooperative Navigation

So I have figures a way out, I am using social navigation layer in creating my CostMap. Though it requires lidar scans

2018-07-12 03:38:41 -0500 received badge  Famous Question (source)
2018-07-06 15:02:39 -0500 received badge  Notable Question (source)
2018-07-04 00:27:17 -0500 received badge  Popular Question (source)
2018-07-03 02:29:18 -0500 received badge  Student (source)
2018-07-03 02:09:30 -0500 asked a question Multi-robot Navigation - Cooperative Navigation

Multi-robot Navigation - Cooperative Navigation I have setup navigation stack successfully . I have following configurat