Andrew Straw

Results 38 issues of Andrew Straw

Hi, our internal CI system seems recently to be getting a number of failed downloads (see below for an example) from crates.io and anyway it's not very efficient to make...

(This originally started as https://github.com/knurling-rs/probe-run/issues/316. I have tracked the issue down to the cortex-m-rt 0.7 branch and so am filing a new, more specific, issue here.) I have been trying...

As explained in #41, which I originally thought was likely from a single bug, the rosrust service demo (started with `rosrust/examples/serviceclient$ cargo run --bin service`) can fail with standard ROS...

bug

It would be useful if HistogramLogReader would accept file-like objects (and not just filenames) as input. This would allow reading a log directly from a zip file, for example. Here...

enhancement

Hi, I am the author and maintainer of [pylon-cxx](https://github.com/strawlab/pylon-cxx), an open-source (Apache 2/MIT licensed) Rust wrapper for the C++ Pylon library. It would be convenient to be able to use...

I tried to use the new PWM functionality (by @IamfromSpace I think) and so far failed. Using a stm32f303, I have the following code: ```stm32f3xx_hal::pwm::tim3(device.TIM3, 16000, Hertz(500), &clocks);``` In a...

bug

Is there any interest in expanding this crate also to wrap [`web_sys::EventSource`](https://docs.rs/web-sys/0.3.55/web_sys/struct.EventSource.html)? I would imagine taking strong inspiration from how [`web_sys::WebSocket`](https://docs.rs/web-sys/0.3.55/web_sys/struct.WebSocket.html) is wrapped. I am thinking about a future for...

enhancement

Currently, to save realtime 3D data to disk, we rely on either A) a call to stop saving data or B) a tracked object being killed. However if the mainbrain...

I just hit this: Exception in thread CoordinateProcessor: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner self.run() File "/usr/lib/python2.7/dist-packages/flydra/main_brain/coordinate_receiver.py", line 418, in run self.process_data( incoming_2d_data ) File...