Hunter Laux

Results 13 issues of Hunter Laux

For example, `::cos` is not a constexpr. I think this can be useful for constexpr pose composition.

help wanted

https://github.com/ChaiScript/ChaiScript c++14. Lots of test coverage Good documentation Very complete scripting language. https://codedocs.xyz/ChaiScript/ChaiScript/LangGettingStarted.html

help wanted

You can read about it here: https://docs.hunter.sh/en/latest/ It actually uses ExternalProject, but it seems to have support for many libraries built in and the syntax is amazing. From their example:...

Debian has a continuous integration which can be added to the packaging: https://ci.debian.net/ I thought this might be useful for testing across various platforms: https://ci.debian.net/status/platform-specific-issues/ It might be useful to...

enhancement

RTIMULib supports many cheap IMUs. RTIMULib would be a great addition to mrpt's limited set of supported IMU libraries because it would allow mrpt to support a significant number of...

enhancement

https://index.ros.org/doc/ros2/Migration-Guide/

jsdoc states : > Use the @exports tag when documenting JavaScript modules that export anything" > other than the "exports" object or the "module.exports" property. It is not intended to...

In OpenNI2/ThirdParty/PSCommon/BuildSystem/Platform.Arm this line should probably be removed. CFLAGS += -march=armv7-a -mtune=cortex-a9 -mfpu=neon -mfloat-abi=softfp #-mcpu=cortex-a8 Not all arm systems are cortex-a9, armv7-a, support neon and most importantly some use hard...

This avoids a polyfill required for the assert.

Relates to: https://github.com/nodejs/node/issues/32463 ``` * V8_Fatal(char const*, ...) * v8::internal::GlobalBackingStoreRegistry::Register(std::shared_ptr) * v8::ArrayBuffer::GetBackingStore() * napi_get_typedarray_info * Napi::TypedArrayOf::TypedArrayOf(napi_env__*, napi_value__*) * Napi::Buffer::Buffer(napi_env__*, napi_value__*, unsigned long, unsigned char*) * zmq::IncomingMsg::IntoBuffer(Napi::Env const&) * zmq::Socket::Receive(Napi::CallbackInfo const&)...

bug