-
Hello,
First of all I want to thank for your great work on MRPT.
It's a huge help on my project.
I hope it is the right place to ask this question.
I would like to know how to grab the current imag…
-
Fix this error, linking against ffmpeg libs in x86:
4>avcodec.lib(dlmlbs00093.o) : error LNK2026: module unsafe for SAFESEH image.
4>avcodec.lib(dlmlbs00140.o) : error LNK2026: module unsafe for SAFE…
-
Source code is
```
ASSERT_(p < 1.0 || p > 0.0);
```
Maybe something like
```
ASSERT_(p < 1.0 && p > 0.0);
```
would be better code.
-
It seems usb.h files are conflicting between Windows SDK & libusb??
\libs\hwdrivers\src\xSens_MT4\xcommunication\src\usbinterface.cpp(638): error C2039: 'PipeType' : is not a member of '_WINUSB_PIPE_…
-
Description:
libs\hwdrivers\src\CImpinjRFID.cpp(74): error C2678: binary '
-
It seems to be running the build machine out of memory. Does this require a very large memory footprint to compile? The compile errors seem to be localized to one of our executors with less swap than …
-
Please, add the possibility of accessing to the navParameters with the PTGindex in order to allow the reactive navigation to navigate using a specified set of trajectories.
-
add the possibility to navigate to a given pose, including point and orientation