-
Hi, nice work!
May I ask how to convert the polar output to the cartesian coordinate?
If it occurs in the github project, where is the code location?
Looking forward to your reply! Thanks
-
### Robot Name 🤖
ergoCub 1.1 S/N:001
### Request/Failure description
While doing some tests for the updated firmware on the wrists with @PasMarra , we observed that the wrist seems to show small ju…
-
# Todo
- Create a file for the Cartesian to polar coordinates calculator function
- Function will accept two inputs from user "x-coordinate" and "y-coordinate" and it will convert the cartesian …
-
While reading your interesting paper and experimenting with lancet, I tried the following:
```
from lancet import Args, Range
params = Args(arg1=1.0) * Range('arg2', 1, 3, steps=3)
ap = params - Args…
-
I see the following error on this simple example involving Metal arrays
```julia
julia> using Metal
julia> x = Metal.ones(2)
julia> gradient(x -> sum(x.^2), x)
ERROR: InvalidIRError: compili…
-
When using async command, very often I run into this error:
`libfranka: Move command aborted: motion aborted by reflex! ["cartesian_motion_generator_joint_acceleration_discontinuity"]
control_comma…
-
I have some code that looks like this:
[*playground*](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=204d90d9d7de24575160055e92c7d5e5)
```Rust
use rayon::prelude::*;
#…
-
I've noticed that, while the several `best_fit` functions for e.g. a `Cylinder` and other shapes return the respective object, there is currently no metric or function that could help determining the …
-
We currently have `cartestian_product(seq1, seq2, ...)` which takes a pack of N sequences and yields N-tuples of all the possible combinations of elements from those sequences. This is equivalent to a…
-
Here's a combination of our Sandcastle Picking + CZML demos:
```
var viewer = new Cesium.Viewer('cesiumContainer');
viewer.dataSources.add(Cesium.CzmlDataSource.load('../../SampleData/simple.czml'));…