Mathieu David

Results 18 issues of Mathieu David

## Environment * OS Version: Ubuntu 22.04.4 LTS * Binary build 8.3.0 * Rendering - Rendering plugin: [ogre2]. - [x] Sensor rendering error. - [ ] GUI rendering error. -...

bug

Hi, I'm trying to change the frequency of a PWM pin dynamically. This is impossible with the currant API because the method to change the frequency is on the timer,...

Some people like to align match arms for readability ``` rust match val { &TOMLValue::Integer(_) => ArrayType::Integer, &TOMLValue::Float(_) => ArrayType::Float, &TOMLValue::Boolean(_) => ArrayType::Boolean, &TOMLValue::DateTime(_) => ArrayType::DateTime, &TOMLValue::Array(_) => ArrayType::Array, &TOMLValue::String(_,_)...

fun!
feature-request
a-matches

Non-core functionality should be isolated into plug-ins. Plug-ins can then be enabled / disabled depending on the users need. _e.g. syntax highlighting could be a plug-in_ Plug-ins should: - be...

M-Discussion
C-enhancement
S-Experiment

**Describe the bug** When opening an example and enthusiastically click around in the timeline to move the cursor at random points rerun freezes and I have to kill it. I...

🪳 bug
🔺 re_renderer
📺 re_viewer
💣 crash
external

In the Cargo.toml there are these lines: https://github.com/emilk/eframe_template/blob/110ac559db398e29e1790cb3797e6f10a0651d39/Cargo.toml#L47-L49 But it looks like both egui and eframe have renamed those to `main`.

### Solved Problem At the moment if you want to get and set parameters from a companion computer the only real interface you have is MAVLink. There is no convenient...

I'm having trouble when working with custom messages that use the `builtin_interfaces/msg/Header`. When trying to fill in the timestamp it the build complains that the vendored Time is not the...