Miguel Sánchez de León Peque

Results 184 comments of Miguel Sánchez de León Peque

@jasongrout Thanks to @bernhard-42's code I was able to create a similar scenario with only `pythreejs` to the one I provided above with `jupyter-cadquery`. It reproduces both the perspective problem...

Interestingly/surprisingly, if I move the `lookAt()` call to just bellow the `camera.mode` setting: ```python camera = CombinedCamera(...) camera.mode = 'orthographic' camera.lookAt(target) lights = ... ``` Then I can reproduce the...

@jasongrout Should not always `ipywidgets` reproduce the same results when exporting? I mean, the fact that changing the place where I call `lookAt()` results in the Jupyter view also reproducing...

@vidartf If you have an StackOverflow account and want to reply with "It is a bug": https://stackoverflow.com/questions/59586889 At least the bounty will not be lost... I put another 200 bounty...

@vidartf Were you able to find some time to have a look at this? :innocent:

@gogasca Thanks for your reply. I am not willing to sign the CLA, sorry. Feel free to close this MR.

It happens to me as well, with new recurrent events. However, I have a recurrent event that I created long time ago (not with Etar), and I can delete single...

Maybe we could check if we still get this after removing the sensor readings interruption.

We need to update the documentation. :sweat_smile: - `WHEELS_SEPARATION`: Not really needed now. It was needed before, when we were not using the gyroscope, to estimate the angular velocity based...

Good catch! :blush: Yeah, it is used in `update_encoder_readings()` to update the `angular_speed` variable in the `encoder` module. That variable, though, would only be used if there was a call...