Enzo Le Van

Results 38 comments of Enzo Le Van

### 🚀 Proposal: Enhancing Dora for Better Usability Hello! I believe this unresolved issue is crucial for the better adoption of Dora, especially among less experienced users. At first glance,...

I'm okay with using multi-line commands inside the `run` parameter since filling both the `path` and `args` parameters may not be easy :)

Ok well, that's a good point. So we should stay on this pattern (path + args), documenting it, until there is a real need about something different.

Alright! Yes, I remember M. Angelo C mentioning this version of `async_std`. I’ll update the code to use `tokio`!

Hi! The node implementation seems correct, but I have one doubt: having two same nodes but one in Rust and one in Python may be hard to debug at some...

> In [Rerun](https://rerun.io/examples) there are lots of examples in python. we can use it for enhancing debugging with rerun. Python’s REPL and notebooks let you hook up live LiDAR or...

Hi! There is a `multiple-daemon` example, and you can see the release note about multiple machines: https://github.com/dora-rs/dora/releases/tag/v0.3.5

> Thank you very much. I followed the minimal example, reading frames from camera on raspberry pi and plotting it on my computer. I have the following error > >...

Thanks. The code doesn't seem incorrect. However you're using operators and it's deprecated. Could you try with standard nodes ? You can just use our pre-conceived nodes inside the `node-hub`...

Ok, so for remote machines you must specify absolute path to a source file. So you should remove the build procedure for the two nodes and pass the absolute path...