ddengster

Results 15 issues of ddengster

Great work so far. However one thing that would help tremendously is to have a (family of) utility function to look up values by a given key - right now...

Hi, I run a live reloading setup where I hotload code in from a dll after compiling it. It crashes because I suspect objects are using EditorContext pointers are no...

investigate

As per title.

Proposal

I have a single box added via the `fcl::generateBVHModel` function to collision geometry which I then use as input to CollisionObject, and I use it to test for collision paired...

## Abstract I'm exporting multiple verifiers for my number guessing game. I've had to rework code to cater to this. Most notable is that since contract inheritance is the way...

## Desired behavior Add a `` tag under the `` tag in [SDF 1.8](http://sdformat.org/spec?ver=1.8&elem=world#world_include) to override the included model's cast_shadows values. ## Alternatives considered You could apply under the visuals...

enhancement

See https://github.com/ros-controls/ros2_controllers/pull/25#discussion_r386492622 - Find a way to wait for services - Apply the change over all tests

Hi, I tried setting the project up in google colab, but I'm getting the error as mentioned. Are any of you getting the same error on a local machine? ```...

[Link to windows ci log](https://ci.ros2.org/job/ci_windows/10204/console) We're using ROS2. > 11:48:04 C:\ci\ws\install\include\angles/angles.h(70,43): error C2065: 'M_PI': undeclared identifier (compiling source file C:\ci\ws\src\ros-controls\ros2_controllers\joint_trajectory_controller\src\joint_trajectory_controller.cpp) [C:\ci\ws\build\joint_trajectory_controller\joint_trajectory_controller.vcxproj] > > 11:48:04 C:\ci\ws\install\include\angles/angles.h(70,47): error C2661: 'fmod': no overloaded...

Hi, I use tinycoroutine and live code reloading as a feature for my game, and it crashes whenever I reload the .dll/.so into my game. This happens because the function...