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

KalanaR's profile - activity

2022-11-04 21:01:40 -0500 received badge  Nice Answer (source)
2022-06-13 00:15:40 -0500 received badge  Necromancer (source)
2022-06-13 00:15:40 -0500 received badge  Self-Learner (source)
2022-06-13 00:15:14 -0500 received badge  Student (source)
2021-02-23 11:43:15 -0500 marked best answer Are there any ICP based localization methods implemented in ROS?

Robotics beginner (CSE undergraduate) here. I have been working on a octomap based navigation system that explores an unknown terrain for some time. I completed a prototype navigation system and are now having some issues with localization.

I used dead reckoning so far since i cannot use a prebuilt occupancy grid (system intended for a mapless or deformed environment) but now need more accuracy. I came across bundlefusion and elasticFusion that focus on 3D Dense SLAM. but they have specifically said that they are not compatible with ROS. Because of this, I started looking for already implemented ICP based mapping and localization and came across these two. mrpt_icp_slam_2d which only supports 2D and ethzasl_icp_mapping which doesn't support kinetic.

Are there any other ros packages that i can use out of the box?

2021-02-23 11:05:47 -0500 answered a question Are there any ICP based localization methods implemented in ROS?

This might be a bit late. But as @Dragonslayer mentioned, I digged deep and selected RtabMap for my work. Posting this a

2020-10-08 13:12:26 -0500 received badge  Necromancer (source)
2020-10-08 13:12:26 -0500 received badge  Self-Learner (source)
2020-10-08 13:12:26 -0500 received badge  Teacher (source)
2020-08-12 10:12:37 -0500 commented question ROSRUN command not running properly.

@HASSAN ISMAIL can you post the terminal output including the commands you used. (may be a image)

2020-08-12 10:07:51 -0500 commented question ROSRUN command not running properly.

when you are writing in C++ , catkin_make compiles the code and generate required build and devel folders. devel/setup.b

2020-08-12 10:07:37 -0500 commented question ROSRUN command not running properly.

when you are writing in C++ , catkin_make compiles the code and generate required build and devel folders. devel/setup.b

2020-08-11 02:44:54 -0500 commented question CMake error when performing catkin_make after creating custom message

can you add the custom msg content? Its not possible to say exactly but as the error says you might be depending on a no

2020-08-11 02:40:06 -0500 commented question CMake error when performing catkin_make after creating custom message

can you add the custom msg content?

2020-08-11 02:37:40 -0500 commented question How to go through narrow courses?

@ayato, In the costmap_common_params file, try reducing the inflation_layer:inflation_radius: value. and in the global_p

2020-08-11 02:37:20 -0500 commented question How to go through narrow courses?

@ayato, In the costmap_common_params file, try reducing the inflation_layer:inflation_radius: value. and in the global_p

2020-08-11 02:35:54 -0500 commented question How to go through narrow courses?

in the costmap_common_params file, try reducing the inflation_layer:inflation_radius: value. and in the global_planner_p

2020-08-11 02:28:56 -0500 commented question ROSRUN command not running properly.

First move to "catkin_ws" folder. Then as @plutotx mentioned, run catkin_make from that folder. next run source de

2020-08-11 02:28:31 -0500 commented question ROSRUN command not running properly.

First move to "catkin_ws" folder. Then as @plutotx mentioned run catkin_make from that folder. next run source dev

2020-08-11 02:23:57 -0500 edited answer best way for odometry

It depends on your approach, environment and the resources you have. I'll try to give an rough idea on this. Buckle up.

2020-08-11 02:20:49 -0500 edited answer best way for odometry

It depends on your approach, environment and the resources you have. I'll try to give an rough idea on this. Buckle up.

2020-08-11 02:19:47 -0500 answered a question best way for odometry

It depends on your approach, environment and the resources you have. I'll try to give an rough idea on this. Buckle up.

2020-07-21 01:04:36 -0500 received badge  Famous Question (source)
2020-06-16 08:45:38 -0500 received badge  Famous Question (source)
2020-06-07 22:01:34 -0500 received badge  Notable Question (source)
2020-04-09 03:05:00 -0500 received badge  Enthusiast
2020-04-08 04:26:47 -0500 edited answer SLAM possibilities,where does it end ?

So, i may be late in answering, but can you add to what you said? able to do SLAM without falling down the stairs

2020-04-08 04:23:34 -0500 answered a question SLAM possibilities,where does it end ?

So, i may be late in answering, but can you add to what you said? able to do SLAM without falling down the stairs

2020-04-06 08:34:06 -0500 received badge  Popular Question (source)
2020-04-06 00:41:53 -0500 commented question kinect problem

can you upload the launch file you are using (one you use to load the kinect)?

2020-04-05 08:02:02 -0500 commented question Are there any ICP based localization methods implemented in ROS?

That database use is what worries me. I'll try to run it and see. my use case is creating a map for a map less environme

2020-04-04 11:20:28 -0500 commented question Are there any ICP based localization methods implemented in ROS?

I went through it and here under 3.Localization mode, it says that it needs a previously built map (possibly using rtabm

2020-04-04 11:20:01 -0500 commented question Are there any ICP based localization methods implemented in ROS?

I went through it and here under 3.Localization mode, it says that it needs a previously built map (possibly using rtabm

2020-04-04 10:32:03 -0500 commented question Are there any ICP based localization methods implemented in ROS?

yeah. dead-reckoning means using just wheel encoders. i will look into rtabmap

2020-04-04 01:23:47 -0500 received badge  Supporter (source)
2020-04-04 01:21:23 -0500 asked a question Are there any ICP based localization methods implemented in ROS?

Are there any ICP based localization methods implemented in ROS? Robotics beginner (CSE undergraduate) here. I have been

2020-03-25 02:09:23 -0500 edited answer Memory management in callback for Octomap

Finally managed to solve the issue myself. The issue was with the pointer usage of the Octree created inside the callba

2020-03-25 02:09:23 -0500 received badge  Editor (source)
2020-03-25 02:07:34 -0500 answered a question Memory management in callback for Octomap

Finally managed to solve the issue myself. The issue was with the pointer usage of the Octree created inside the callba

2020-03-25 01:35:58 -0500 received badge  Notable Question (source)
2020-01-28 21:22:59 -0500 received badge  Popular Question (source)
2019-11-04 04:06:05 -0500 edited question Memory management in callback for Octomap

Memory management in callback for Octomap In the project i am working on, there is a ROS node and a C++ object pair. ROS

2019-11-02 08:33:22 -0500 asked a question Memory management in callback for Octomap

Memory management in callback for Octomap In the project i am working on, there is a ROS node and a C++ object pair. ROS