-
ghost updated
1 month ago
-
When trying to run the solution code: https://github.com/JdeRobot/RoboticsAcademy-solutions/blob/master/solutions/global_navigation/basic_Global_Navigation.py
```
root@e14a8c465c4c:/# HAL-Nodes Thre…
-
### System Details:
- OS: Fedora 35
- RADI Version: Latest
## Installation Steps Followed:
`docker pull jderobot/robotics-academy:latest`
## Details of the issue:
After running the command:
…
-
This happens for the basic one and the localized one.
https://github.com/JdeRobot/RoboticsAcademy/assets/124056014/321f9690-2e20-46ac-9a77-a8f413145734
-
I think it would be interesting to see how the console can return the actual error line, it always has a margin of failure and when your program has many lines you can go crazy looking for it.
![im…
-
When clicking in the "play" button to run the exercise, the target that was marked in the GUI is removed (cleared). In previous versions the target stayed in the GUI after clicking "play".
It is ok…
-
We should give more information about what the script does and possible known errors (having to launch the frontend separately...).
-
- [X] Global Navigation
- [X] Obstacle Avoidance
- [x] Basic vacuum cleaner
- [X] Follow Line
- [x] Autoparking
- [x] Follow person
- [x] Localized vacuum cleaner
- [x] Rescue people
- [x] …
-
I just forked and cloned the repo and tried curl -s https://raw.githubusercontent.com/JdeRobot/RoboticsAcademy/master/scripts/run_academy.sh | sudo bash as instructed in the READEME file,
![image](h…
-
When trying to run an acceleration with nvidia GPU acceleration, it shows a black screen
```
docker run --rm -it --gpus all --device /dev/dri -e DRI_NAME=card1 -p 7164:7164 -p 6080:6080 -p 1108:1108…