-
Hi,
I've tried installing rgbdslam_v2 on a ubuntu 16.04 virtual machine with ROS kinetic already installed.
While Running the install.sh file, following error occurs
```
Building rgbdslam_v2
…
ghost updated
5 years ago
-
I should add that I realize this isn't an 'Issue', more of a feature request, and could be a large effort, especially since this is cross platform.
Am I at least able to add my own assertion if I co…
-
```
This may be a misinterpretation from my side, but I am having some issues with
the following `KDTreeTest` unit tests in the *MachineLearning* test library:
*
[FromDataTest2](https://github.com/…
-
Hi everyone,
I have successfully built Rtabmap from the source code on Windows 10.
However, after I used xtion pro/ xtion 2/ realsense d435 to scan something, I would like to view the point cloud wi…
-
Hello,
You're also referencing tango-examples-c in your Android.mk, it'd be great if you could link that under libraries as well. I already had it installed but it might help others.
Thanks
-
Development Environment:
ROS 2 Rolling
Ubuntu 24.04
After following the environment preparation tutorial and running the commands below:
```bash
dayvson@dayvson:~/ws_abb$ ros2 lau…
-
### Steps to reproduce
We was not able to reproduce the problem explicitly.
### Actual behaviour
We have a lot of crashes logged in appcenter about the problem "file is not a database" and oth…
-
I was getting an intermittent error when I run my application saying "Unable to load DLL 'e_sqlite3' followed by module not found. I looked all over the place and couldn't find a solution that sounde…
pha3z updated
5 years ago
-
在您的CloudViewer-master\CloudViewer-master\GeneratedFiles\ui_cloudviewer.h头文件中发现了include了这个"QVTKWidget.h"头文件,但没发现具体文件,想请教您具体是什么原因。
最近在vs2013上使用Qt,ui界面上加了一个QVTKWidget控件后,ui对应的.h文件多了一项#include …
-
In CreateTable, replace the code creating the string given to the Execute method by
```
var sbQuery = new StringBuilder("create table if not exists \"").Append(map.TableName).Append("\"(\n")…