Windel Bouwman
Windel Bouwman
After installing virtualcan as a python module, you should use something like: ```python bus = can.Bus(bustype="virtualcan", channel="localhost:18881") bus.send(can.Message(data=bytes([1, 2])) print(bus.recv()) ``` Note that `virtual` and `virtualcan` are different CAN drivers....
This example below shows how the data is not updated in the table on windows. ```python import asyncio import time import toga class MyApp(toga.App): def startup(self): source = toga.sources.ListSource( accessors=["name",...
That's correct, this is a great candidate for a rosbag2_storage plugin. This certainly is non-trivial. Decoding live might be cool, because this enables live view of the trace in a...
This item is still a stretch goal, but I would love to see this happen! Things to note / to be done: - Be able to use rustpython in a...
I created a pull request with an initial idea: https://github.com/eProsima/Fast-DDS-python/pull/179/files