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

ashwin's profile - activity

2022-08-09 09:12:39 -0500 received badge  Famous Question (source)
2022-01-22 13:16:05 -0500 received badge  Notable Question (source)
2021-11-04 08:39:15 -0500 received badge  Enthusiast
2021-11-03 12:54:54 -0500 commented answer Simulating cleaning map in ROS

Thank you! For anyone stuck on the same problem, this might be a good starting point. It was for me :)

2021-10-26 07:47:55 -0500 received badge  Popular Question (source)
2021-10-24 10:44:15 -0500 marked best answer Simulating cleaning map in ROS

I am trying to simulate a roomba using ROS. For planning the path and to figure out what area to clean next, I would like to maintain a map where the known cells are the ones visited by the robot and the grey ones are yet to be visited. Obviously feeding laser scans to slam won't generate such a map. My initial attempt was to add a fake lidar to the bot and restrict it's range to denote the cleaning area but when I remapped this data to gmapping the boudaries were labelled as obstacles which is undesired.

How can I efficiently create an OccupancyGrid for a cleaning robot where the known areas in the map denote the areas which the bot has cleaned?

2021-10-24 03:30:18 -0500 asked a question Simulating cleaning map in ROS

Simulating cleaning map in ROS I am trying to simulate a roomba using ROS. For planning the path and to figure out what

2021-10-24 02:55:06 -0500 received badge  Notable Question (source)
2021-10-24 01:48:55 -0500 commented question How do I add the robot footprint area to the map?

were you able to figure something out?? I am trying to implement the same functionality

2021-10-23 14:54:24 -0500 received badge  Supporter (source)
2021-10-19 07:52:05 -0500 received badge  Notable Question (source)
2021-10-19 07:49:59 -0500 marked best answer Localization using IMU and LiDAR only

I am quite new to particle filters and other localization algorithms. For my project I am using an IMU and 2D LiDAR on a robot for indoor navigation. Is it possible to develop a new (or adapt existing ROS packages) to localize the robot using solely an IMU and LiDAR assuming,

  1. I have a map of the environment

  2. I do not have a map of the environment?

Setup - ROS Noetic + Ubuntu 20.04

2021-10-19 07:49:59 -0500 received badge  Scholar (source)
2021-10-19 02:08:46 -0500 received badge  Popular Question (source)
2021-10-18 09:24:08 -0500 asked a question Localization using IMU and LiDAR only

Localization using IMU and LiDAR only I am quite new to particle filters and other localization algorithms. For my proje

2021-04-24 02:31:45 -0500 received badge  Popular Question (source)
2020-09-18 11:11:54 -0500 asked a question ros drivers - publish most recent messages or old ones?

ros drivers - publish most recent messages or old ones? While writing a ros driver, suppose the driver isn't able to pub