Bas de Bruijn

Results 45 comments of Bas de Bruijn

I'm setting up my USBtins with socketcan. http://www.fischl.de/usbtin/linux_can_socketcan/ Where there's also mention of can for Rpi http://elinux.org/RPi_CANBus

The more I read about CANopen, the more I'm realising that this fieldbus bus is highly configurable. Master-slave, multi-master, syncing, hearbeats, event change driven... It's going to be all about...

My first component will be a component, attached to the CAN bus, and when i send a can message I want to see a HAL pin wiggle. Regardless of the...

to all: thanks for the discussion/answers/questions. For me at this moment this is still a few steps away regarding implementation, but investigating further I need to understand the boundaries for...

> On 2 Oct 2019, at 19:46, John Allwine wrote: > > Is this still the recommended way to build from source? http://www.machinekit.io/docs/developing/machinekit-developing/ > > It references cloning this repository....

Why don’t we ask on the google group for a tester? I do not have the hardware.

> It is something wanted/allowed to try to update Gmoccapy 3.x from linuxcnc ? > Hi, We’re currently unable to support such an effort. We’re looking into what to do...

Hi @ZigRazor I'll dive into how to solve finding the node identities that are on the critical path for my "problem". That might to clarify what I think I need....

Hi @ZigRazor, I've added a vector of std::pair of the node user id and it's value to the result of the Bellman Ford algorithm. That helps in traversing (back to...