alek5k

Results 7 issues of alek5k

Hi there, just wondering how I can schedule work on specific threads, specifically the program's main thread? For example, I want to do certain map operations (here I use `do_action`)...

question

Hi, I want to pass data from a background thread into the main thread. I have the following code, but it seems that `CurrentThreadScheduler()` is not doing what I expect....

**Describe the bug** When converting to an open3d instance, the color of the point cloud is lost **To Reproduce** Steps to reproduce the behavior: ```python import open3d from pyntcloud import...

Hello, Is there any benefit to having a vanilla REINFORCE algorithm for people trying to learn the concepts? REINFORCE with Baseline includes a value function approximator which has a lot...

There is a 1mm error in both the UR10 collision and visual meshes in the Z direction relative to the origin. This could cause an issue where if you planned...

bug

### Description Detaching objects into the world through move_group is really slow. I try removing a ~2MB .stl file, and it takes 1 second to detach the object. When I...

enhancement

## Description Ability to spawn multiple ShowBase instances. ```python class MyGame(ShowBase): pass game1 = MyGame() game2 = MyGame() ``` ## Use Case My use-case is using this engine as a...

enhancement
direct