Mike Purvis
Mike Purvis
I see this building our firmwares using `gcc-arm-none-eabi=15:9-2019-q4-0ubuntu1`, the version currently in Ubuntu Focal: ``` /usr/arm-none-eabi/include/stm32plus-040006/event/fd/FastDelegate.h:318:22: error: cast between incompatible pointer to member types from 'void (adc_helpers::AdcDmaDriver::*)(stm32plus::DmaEventType)' to 'void (fastdelegate::detail::GenericClass::*)()'...
There are another round of fixes needed for the out of date STL shipped by stm32plus here: https://github.com/andysworkshop/stm32plus/tree/master/lib/include/stl gnuarm 7-2018-q2-6 complains, for example: ``` [ 92%] Building CXX object CMakeFiles/[...]/src/hardware/system_hardware.cpp.obj...
Calling this function is part of the [deprecated `initCompare` scheme](https://github.com/andysworkshop/stm32plus/blob/290d523b846fee89cafdda1a15b39b2492ac013a/lib/include/timer/features/TimerChannel1Feature.h#L88), but there's no way to do it using the feature classes. This breaks initializing TIM1/8 as h-bridge motor controllers. Here's...
Related to https://github.com/DrTimothyAldenDavis/SuiteSparse/issues/56#issuecomment-825933064, there are two places in the SuiteSparse source when `nvcc` gencode flags are hard-coded into build scripts. This is unfortunate not just from a maintenance point of...
Without it, you get an ugly warning when configuring any dependent package which does a `find_package(Gazebo)`. See docs here: https://cmake.org/cmake/help/latest/module/FindPackageHandleStandardArgs.html I'm happy to submit a PR for this, but I'm...
For the purposes of composability, having support for a prefix in the URDF macro is terrific. However, for the purposes of simulating on the composed robot, it would be great...
I'm in JupyterLab, with two notebooks open, one of which is importing a function from the other (`tools.ipynb`): ``` import ipynb.fs.defs.tools ``` However, it doesn't seem to pick up changes...
Hello there! My company is on a Nix journey and part of this has been figuring out how Hydra fits into our CI strategy (which is otherwise comprised of Jenkins...
I'm able to use the API as I'd like, to create jobsets, trigger their evaluation, and monitor the results. However, it seems like the only auth story for these operations...
Currently the build summary page shows a list of the built and currently-building steps, but there's no indication at all of how far along things are. At the very least,...