-
We should move away from our SQLite file-based solution into a cloud-based
Database solution. This is to avoid potential data destruction
and to also gain access to real data within testing environm…
-
`docs-data-grid-accessibility/DensitySelectorGrid.png` screenshot is flaky: https://app.argos-ci.com/mui/mui-x/builds/15166/64976096
**Search keywords**:
-
Compile with icc/icpc so Intel Inspector will analyze OpenMP regions correctly,
and then verify that there are no deadlocks/data races in my code (or ARGoS).
Also it would just be useful to compile a…
-
A first draft of the UDP server should be designed. We can look into using whatever is built into argos as a start. The server should be able to send a couple different data types.
-
Deep learning studies need access to GPU devices in the data nodes. We have implemented it at the node level for a separate version
https://github.com/AnanyaCN/argos-node/blob/master/vantage6/node/d…
-
There are two problems at hand:
1. Synchronization between the argos simulation time and ros time
- Some modules have their own clocks, which need to all be incremented via argos time
3. Odomet…
-
Hi,
# Function to translate using argostranslate
def trans_argos(text):
url = "https://translate.argosopentech.com/translate"
payload = {
"q": text,
"source": "auto",
…
-
Argos-transalate is unable to translate text in upper case.
See as example:
```
argos-translate --from en --to es "Hello World"
Hola Mundo
argos-translate --from en --to es "HELLO WORLD"
HEL…
-
table output should have:
- latest transmission
- battery voltage range
- passes
- messages
- locations
- Z, B, A, 0, 1, 2, 3
- status (msgs)
- corrupt (msgs)
- behavior / time series (…
-
new column 'tilt' in status fails merge_stacks because gonio doesn't come up with it from DAP
here's what i did to fix it as a hack, but probably something that needs to be fixed actually in a newe…