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

Gayan Brahmanage's profile - activity

2022-08-24 03:43:55 -0500 received badge  Nice Answer (source)
2022-01-11 07:25:35 -0500 received badge  Great Answer (source)
2022-01-11 07:25:35 -0500 received badge  Guru (source)
2020-10-12 15:24:34 -0500 received badge  Nice Answer (source)
2020-09-02 03:12:16 -0500 received badge  Nice Answer (source)
2020-04-20 12:28:40 -0500 received badge  Great Answer (source)
2020-04-20 12:28:40 -0500 received badge  Guru (source)
2020-01-28 10:31:25 -0500 received badge  Great Answer (source)
2019-08-09 00:14:36 -0500 commented answer create 2d occupancy grid map by laser data

You can follow this tutorial to understand the math behind the code

2019-08-08 22:44:52 -0500 commented answer create 2d occupancy grid map by laser data

this was my own code, I think the original question has been posted a long time ago, Unfortunately, I don't have these c

2019-06-29 09:59:04 -0500 received badge  Great Answer (source)
2019-06-11 20:37:14 -0500 received badge  Good Answer (source)
2019-03-12 10:36:19 -0500 received badge  Good Answer (source)
2018-10-26 01:31:37 -0500 received badge  Good Answer (source)
2018-08-01 19:22:14 -0500 received badge  Good Answer (source)
2018-05-07 15:07:49 -0500 answered a question Export Ros over WiFi and Ethernet

Hi There, I would recommend you to refer following article. Multi-master ROS systems

2018-04-09 11:49:17 -0500 edited answer 2D PointCloud to Occupancy grid

You can use Gmapping, It performs SLAM with odometry and 2D laser scanner. It gives the 2D map and entropy as well. You

2018-04-09 11:47:52 -0500 answered a question 2D PointCloud to Occupancy grid

You can use Gmapping, It performs SLAM with odometry and 2D laser scanner. It gives the 2D map and entropy as well.

2018-04-04 12:09:54 -0500 edited answer Unable to publish multiple static transformations using tf

Try with the following piece of codes import rospy import roslib import tf def handle_transform(parent, child, tr):

2018-04-04 12:09:21 -0500 edited answer Unable to publish multiple static transformations using tf

Try with the following piece of codes import rospy import roslib import tf def handle_transform(parent, child, tr):

2018-04-04 12:07:44 -0500 answered a question Unable to publish multiple static transformations using tf

Use the following piece of codes import rospy import roslib import tf def handle_transform(parent, child, tr): br

2018-04-04 11:49:24 -0500 commented answer Gmapping and robot_localization

Use Provided tf Transforms by Gmapping

2018-04-03 21:50:50 -0500 received badge  Good Answer (source)
2018-04-03 12:04:39 -0500 answered a question Gmapping and robot_localization

For Gmapping, you need to have odometry and laser messages. You can fuse any position sensor or information with Gmappin

2018-03-30 20:06:41 -0500 answered a question Callback and if statement always enter

Hi, The callback function is called every time when it receives new messages. It depends on the rate of the publishing n

2018-03-26 16:26:14 -0500 commented answer create 2d occupancy grid map by laser data

See the updated answer Good luck!

2018-03-26 16:22:33 -0500 edited answer create 2d occupancy grid map by laser data

hi, As long as the accurate poses of the robot are not known, you are not able to build a consistent map without using a

2018-03-26 13:54:03 -0500 edited answer create 2d occupancy grid map by laser data

hi, As long as the accurate poses of the robot are not known, you are not able to build a consistent map without using a

2018-03-26 13:53:36 -0500 edited answer create 2d occupancy grid map by laser data

hi, As long as the accurate poses of the robot are not known, you are not able to build a consistent map without using a

2018-03-26 13:53:10 -0500 answered a question create 2d occupancy grid map by laser data

hi, As long as the accurate poses of the robot are not known, you are not able to build a consistent map without using a

2018-03-25 15:41:19 -0500 received badge  Necromancer (source)
2018-03-25 15:41:15 -0500 received badge  Necromancer (source)
2018-03-25 15:41:12 -0500 received badge  Necromancer (source)
2018-03-25 15:40:33 -0500 received badge  Necromancer (source)
2018-03-25 15:40:00 -0500 received badge  Nice Answer (source)
2018-03-25 15:39:48 -0500 received badge  Nice Answer (source)
2018-03-25 15:39:38 -0500 received badge  Nice Answer (source)
2018-03-25 15:38:05 -0500 received badge  Nice Answer (source)
2018-03-25 15:37:48 -0500 received badge  Nice Answer (source)
2018-03-25 15:37:45 -0500 received badge  Nice Answer (source)
2018-03-25 15:37:40 -0500 received badge  Nice Answer (source)
2018-03-25 15:37:03 -0500 received badge  Nice Answer (source)
2018-03-22 16:11:54 -0500 answered a question 3D Slam vs. 2D Navigation

Hi There, It is a good point to clarify. We use a map to estimate a drivable path in an environment. We can use either 2

2018-03-19 17:48:10 -0500 received badge  Supporter (source)
2018-03-14 12:36:59 -0500 answered a question Fusing multiple sensors of same type using robot_localization.

Hi, In order to perform SLAM or Localization, you need both Proprioceptive sensors (Internal state like an odometer, IM

2018-03-14 12:22:27 -0500 commented question Running python3 script in ROS Kinetic

What kind of problem you get when you run a python node. (Subscriber)

2018-03-14 12:22:07 -0500 commented question Running python3 script in ROS Kinetic

What kind of problem you get when you running python node. (Subscriber)

2018-03-13 14:18:20 -0500 received badge  Critic (source)
2018-03-12 14:35:34 -0500 edited answer How to make a robot move using urdf file

Use two coordinate frames. World frame and Odom (Drone). Then publish Tf transformation between world frame to Odom.

2018-03-12 14:34:06 -0500 edited answer How to make a robot move using urdf file

Use two coordinate frames. World frame and Odom (Drone). Then publish Tf transformation between world frame to Odom.