Andrej Georgievski

Results 16 comments of Andrej Georgievski

@Adriabs , you can use `rqt_reconfigure` to turn off mapping in the LSD-SLAM core, or you could hard-code the value: `doMapping=false` in `lsd_slam_core/src/util/settings.cpp`, line 95. To get real-time position estimation,...

Hi @ihtishamaliktk , The provided code for LSD-SLAM works exclusively for a monocular case scenario. For all the other cases you would have to adapt the code on your own...

@boonflies could you please check if you can use [Kevin George's fork of LSD-SLAM for Ubuntu 16](https://github.com/kevin-george/lsd_slam)? From my knowledge, it's the best fork of LSD-SLAM specifically for use on...

Hi Akshay, To jump-start your code, have a look at the RGB pointcloud implementation in PR #146 (work by Alexander Koumis) or [the one in Kevin George's Ubuntu 16.04 fork](https://github.com/kevin-george/lsd_slam/pulls)....

If you're using Ubuntu 16 + ROS Kinetic, **please have a look at[ Kevin George's fork](https://github.com/kevin-george/lsd_slam) first**. If just running catkin_make in your ros workspace doesn't work, check the [installation...

I suppose you're using ROS Indigo. How do you access the camera? The uvc_camera node, for example, has parameters which you can set by running rosparam. Here's an example to...

Hi @raktimkashyap, What you encounter is a problem/bug in the dynamic_reconfigure package. It has been supposedly fixed, as noted by @andyli some time ago in this same thread (I haven't...

If you want to use a depth camera to map the environment, you should take some serious look at TUM-Vision's [Volumetric 3D Mapping in Real Time paper and repository](https://github.com/tum-vision/fastfusion). You...

Hello @Santa-Maria-Shithil , if by > to calculate actual distance of each point of an image you mean to calculate the real-world, _metric_ distance of a point to a specific...