-
When trying to submit a challenge, I get the following stacktrace after pushing the repository:
`dts : Traceback (most recent call last):
: File "/usr/lib/python2.7/site-packages/dt_shell/…
-
For commands, it is useful to add dependencies in duckietown-shell for PyPi packages so that they are installed via pip.
However this implies that there should be a "minimum version" of duckietown-…
-
(a) it's not installed - which it should be
(b) when it is installed and run it crashes:
```
root@couguar:/home/software# rviz
[ INFO] [1538772857.891672267]: rviz version 1.12.16
[ INFO] [153877…
-
[This is my buildscript](https://github.com/acejump/AceJump/blob/master/build.gradle.kts). When I running `./gradlew test` on [this project](https://github.com/acejump/AceJump), I receive the followin…
-
### Context
I was trying step 10.4. I successfully did the intrinsic calibration, I was able to download the calibration file. When I tried to do in the same run the extrinsic calibration I got the…
-
It is convenient to be able to access each other's duckiebots.
Especially now that there is no privileged information on the robot.
We should add this default key to the robot rather than creating…
-
Hello,
I am facing an issue of even running the sample training command
`python3 pytorch_rl/main.py --no-vis --env-name Duckietown-small_loop-v0 --algo a2c --lr 0.0002 --max-grad-norm 0.5 --nu…
-
When I run docker-compose -f docker-compose-lf.yml up
I get this error about a million times:
lanefollow_1 [0m [ERROR] [1541453542.657670]: bad callback:
�lanefollow_1 �[0m Traceback (most recen…
-
Trying to run `1 - poses tutorial` notebook fails in the first cell with `ImportError: No module named 'geometry'`.
I followed the instructions for the tutorial. The installation is in a Ubuntu VM …
-
https://github.com/duckietown/duckietown-shell/blob/5c10e1538f43ca62bad8bf3a24aca10c6d3541b0/lib/dt_shell/version_check.py#L36
This call to `curl` does not appear to have a timeout specified. I was…