Jørgen Nordmoen

Results 12 comments of Jørgen Nordmoen

A very simple form of obstacle avoidance is [Artificial Potential Fields](http://journals.sagepub.com/doi/pdf/10.1177/027836498600500106). The basic idea is that obstacles (detected with ultrasonic sensor) "produce" a repulsion field that affect the desired driving...

It could probably still be done without more sensors (see [Occupancy Grid](http://www.sci.brooklyn.cuny.edu/~parsons/courses/3415-fall-2011/papers/elfes.pdf)), but that way lies [SLAM](https://en.wikipedia.org/wiki/Simultaneous_localization_and_mapping). Depending on how wide the sensor can go the easiest is probably more...

Thanks for the quick response @fodinabor and for working on solving this issue! Building hipSYCL indeed works with `-DWITH_ACCELERATED_CPU=OFF`, so that is a workaround for now.

Maybe it would be an acceptable solution to try to filter out the stubs library, like what has [been suggested for `pytorch`](https://github.com/pytorch/pytorch/pull/68912). I compiled both hipSYCL `0.9.1` and `0.9.2` with...

Not to derail the discussion after the first comment, but would it be possible to transition some of the time handling to use [`core::time::Duration`](https://doc.rust-lang.org/nightly/core/time/struct.Duration.html) instead of raw `u32`s? I understand...

Just want to chime in and say that this is sorely needed. I'm developing a small crate for [`HC-SR04`](http://www.micropik.com/PDF/HCSR04.pdf) which ideally should use interrupts to measure return value from sensor....

It would be nice to have this feature when one package depends on another package, but wants to export its own variables. Having `modextravars = {'DEVICE_LIB_PATH': '$ENV{EBROOTCLANGMINAOMP}/amdgcn/bitcode'}` export the correct...

Tested with the following Clang distribution: ```python ## # This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild # # Copyright:: Copyright 2013-2015 Dmitri Gribenko, Ward Poelmans # Authors:: Dmitri...

My bad @casparvl I forgot to mention that I have been using easybuilders/easybuild-easyblocks#2684 as it seems that Clang 13 no longer produces the `lib/libomptarget-nvptx.a` library.

@casparvl I have never seen that error before on the systems I have tested on, so I'm afraid I can't help much there. At least boegelbot managed to build it...