Hervé Audren

Results 16 issues of Hervé Audren

Reported from here : https://bugs.launchpad.net/ubuntu/+source/cuetools/+bug/896978 It seems that cueprint does not parse the "REM" fields corresponding to the date and genre. This leads to a very frustrating behavior, namely cuetag...

I recently encountered what I think is a bug, but might simply be based on a wrong assumption on my part. I attach the following MRE: https://gist.github.com/haudren/32fb94dbb3b64dd5eb394eddb74ba62c Compile with: ```...

I am currently trying to use this thesis template with my manuscript: I have a bunch of tikz figure ready made from paper submission and the like. However, some of...

In relation with #5 , I tried to bind a container of non-copyable data types (They inherit from boost::noncopyable) but pybindgen explictly tries to copy the inner data types. Given...

Hello, I recently needed to wrap triplets. Unfortunately, it looks like Pybindgen does not support either of: - std::pair - std::tuple - std::array (I ended up using an std::vector) I...

# Summary In general, hardware devices publish their status using the [diagnostics](http://wiki.ros.org/diagnostics) system. At the moment, it seems that the ROS driver does not publish any of that information, and...

enhancement

I was recently updating my local copy of Tesseract and noticed a simple fetch took several minutes ( on a decent but far from amazing network connection). After a little...

enhancement

Is it possible to create an empty environment? This would be useful for my testing, but so far it seems like it's impossible: - `Environment` needs to be initialized -...

enhancement
question

As mentioned in #16 , I wanted to be able to run gl_depth_sim completely headlessly, namely inside of a docker container. The main blocker was the usage of GLFW, which...

Hello, Is it possible to run this package entirely headlessly? By that I mean on a server machine and without any display connected. I think the use of GLFW makes...