Romain Reignier

Results 71 comments of Romain Reignier

I have encountered the same issue. Thank you @agausmann for your fork, I have used it and it works for me. Do you still plan to do a PR to...

Hi @posener Thank you for your reply. The solution 1. seems the simpler. I have then modified my minimal example to: ```go package main import ( "fmt" "os" "github.com/posener/cmd" "github.com/posener/complete/v2/predict"...

Hi! I was trying to do a full installation of ROS Indigo but I have faced many issues concerning Qt4 (Rviz...), OpenCV2, GCC 6... So after patching and updating some...

@gdlg Yes, you are right, Kinetic is more up-to-date so I have installed it with @bchretien `arch-ros-stacks` and `aap` from @v01d. It is a quite nice solution. Everything went fine...

@v01d Ah, thanks for the clarification. It works now. You should update the Readme that mention: > ./aap build < path to arch-ros-stacks clone >/kinetic desktop

@v01d I have managed to install ros-kinetic-desktop. But I have given up with desktop-full because of some issue with libstage if I remember. @gdlg I have tried your script. It...

As @artcg I have ended up using a dual-boot as well, it is a lot simpler.

ISO TP support has recently been added to the Linux kernel [with this commit](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e057dd3fc20ffb3d7f150af46542a51b59b90127). And now available in the kernel 5.10.

For reference, older kernels can use this out-of-tree module: https://github.com/hartkopp/can-isotp

Thnaks @benjaminbjornsson for this work! I have started to do the same last month, but because I am new to Zephyr, the path was a bit difficult for me.