Matias N. Goldberg
Matias N. Goldberg
On Xubuntu 20.04 LTS settings will often (but not always) get wiped out if I go to `Whisker Menu -> Shutdown -> Shutdown` or just press the Power Button on...
# What works 1. `./git-cola.app/Contents/MacOS/git-cola` from Terminal (Terminal has `Full Disk Access`) 2. git-cola (from Terminal, installed by brew, Terminal has `Full Disk Access`) # What doesn't work 1. `open...
Saving a texture to file will not respect flipping X/Y settings. It does respect the brightness option (that [0;1] range slider) This is a low priority feature request.
## Summary > **IMPORTANT:** > > This PR depends on ignitionrobotics/ign-rendering#415 and should not be merged until that PR is. Ray queries (performed every time the mouse moves) had a...
# 🎉 New feature Related to gazebosim/gz-rendering#675 Related to gazebosim/gz-rendering#435 ## Summary This PR, which depends on PR gazebosim/gz-rendering#675 to work, adds a GUI to enable and configure the new...
Currently Gazebo's ecosystem saves everything to: `/home/username/.ignition` It's quite common to use `/home/username/.config/project_name` (or `.local`) instead to avoid cluttering the home folder. Given that Gazebo, formerly Ignition, is undergoing a...
## Environment * OS Version: Ubuntu 20.04 * Source or binary build? main QML Checkboxes when double clicked will not register because QML provides three handlers: - `onClicked` - `onDoubleClicked`...
I went nuts trying to decipher VisualizeLidar.cc thread model (I figured out) and in the process discovered #1487 thanks to my use of [Clang TSA](https://clang.llvm.org/docs/ThreadSafetyAnalysis.html). Clang TSA should be implemented...
Rather than rendering features, Ogre 2.4 will be focusing on robusting its source code base. There is a lot of code debt which needs to be addressed - [x] Project...
UPDATE: - [x] Setup all major branches and not just v2.2 - [x] Building on MSVC 2015 - [x] Building on Linux - [x] Testing Pull Requests are followed -...