-
I was wondering how you chose the value of 100 ohms for the resistor (R10)?
I am working on a design using the same parts (RP2040 and X322512MSB4SI oscillator). However, I kept the 1K resistor fro…
-
Hello,
we are currently using the ghostdriver to get the simulation executed and try to drive that trajectory as good was we can.
Now I am wondering why some conditions can be triggered by the gho…
-
Hi, is Sumo Simulator compatible with OpenSCENARIO? I would like to know whether OpenScenerio files can be imported into SUMO and be utilized by SUMO. The use case is that we have many test cases esta…
-
**Describe the bug**
When the RoadNetwork > LogicFile points to a file that does not exist, an ungaught exception is thrown.
This results in no result file being generated. The qc-framework thus doe…
-
Seems to be a recurring issue with this driver. I'm sorry if this has been covered before. I'm an amateur when it comes to embedded and it's my first time doing it.
I have a Pi Pico with a Pimoroni…
-
On a pin change this code sample toggles the LED but never outputs "got here".
```python
from machine import Pin, lightsleep
p25 = Pin(25, Pin.OUT)
p0 = Pin(0, Pin.IN, Pin.PULL_UP)
def foo(_):
…
-
Hello, I am testing a cc2538 based board in order to set it to low-power mode. My current consumption is always 26mA. I have tried with lpm_init and QUITE_CONFIG. The consumption once it tries to ente…
-
Hi,
I know that OSC is currently not including V2X, but we did it via mqtt messaging and user defined actions.
I wanted to ask now some questions regarding this V2X topic:
1. Do you have any V2X …
-
It took me a long time to load the big map with esnimi.
I found that the following two places took many time to parse the map.
Spend a lot of time in setlaneosipoints() and setroadmarkosipoints(…
-
Hi,
I'm recording a .dat file using the command
`se.SE_Init(b"example_scenario.xosc", 1, 1, 0, 1)`.
When I later convert this to CSV using dat2csv.py, some channels are missing.
For example,…