Maciej Matuszak

Results 7 issues of Maciej Matuszak

I am trying to use voxblox (via maplab console) to integrate PointCloud2 messages generated from LaserScan messages. I am using voxblox master branch from 27/08/2018 https://github.com/ethz-asl/voxblox/tree/d75c980408270f94b396b34bc6371994cf36014b . I did not...

Add ability to Run/Step/Pause/Resume at block granularity depends on #36 #37 - possibly use ManualResetEvent as mechanism to pause/resume - possibly use AutoResetEvent for step - can the base EventWaitHandle...

@richorama Hi Richard, I had bit more time and started to look at the implementation of the tickets I put some time ago. One thing I notice there is Generate...

- Add EvaluateAsync methods to Workspace - Use CancelationTokenSource as a method to cancel execution - check status of cancelation token after each block evaluation

In order to visualise/log the running script it would be handy to have before/after hooks . - Add Before After hooks to Block model (those will apply to specific block)...

**Describe the bug** Submitting large I2S DMA Rx transfer using I2S_RxTransferReceiveDMA(...) splits the transfer into multiple DMA transfers. This happens if I2S_GetTransferBytes() reduce the size. I2S_GetTransferBytes calculates max single DMA...

bug

GetPlatformSpecificTimeInMillis reports time as `long` which on 32bit platforms translates to signed int with max value 2,147,483,647 which represent epoch time of Tuesday, 19 January 2038 3:14:07 AM. I think...