dsandber
dsandber
If I want a ring-buffer for the multi-producer multi-consumer case, and I protect access to the buffer with a mutex, am I correct that fake_tso should be true in the...
Yeah, it's O(n) and will need to be protected with mutexes, but still useful when it's a rare case...
It's not clear when I should be using SfLink rather than NuxtLink. Do they do the same thing? Should SfLink be used for internal links (which don't cause a page...
``` Aggregating keys by pattern and type Traceback (most recent call last): File "/home/ubuntu/.local/bin/rma", line 11, in sys.exit(main()) File "/home/ubuntu/.local/lib/python3.5/site-packages/rma/cli/rma_cli.py", line 97, in main app.run() File "/home/ubuntu/.local/lib/python3.5/site-packages/rma/application.py", line 133, in...
### Describe the bug I just spend many many hours trying to figure out why my table-of-contents entry didn't expand when clicked into its constituent parts. Turns out it was...
I'm often making graphs where I would like to list the parameters used to create the graph, for example: scale_constant = 28.3 median_shift = 12.3 frequency = 93.2 I found...
The image below shows a fit I got using pwlf. Adjacent linear segments are shown in alternating colors for easy visualization. The blue dots are the original data points. Is...
### Description A simple program like this: ``` rclpy.init() panda = MoveItPy(node_name="moveit_py") panda.shutdown() rclpy.shutdown() ``` Gives this error on shut-down: ``` [motion_planning_python_api_tutorial.py-1] cannot publish data, at ./src/rmw_publish.cpp:62 during '__function__' [motion_planning_python_api_tutorial.py-1]...
Hi, I used the temper.py code to quickly get readings from my Temper2 on MacOS using libusb. Since this library seems to be the most modern and sensor-supporting one around,...
1) In the Ruckig documenation, where it says "Please find more information about these limitations [here]", the "here" link is broken 2) I had guessed that the parameter to filter_intermediate_positions...