-
Notifications
You must be signed in to change notification settings - Fork 6
Description
In section 6.1 Launch the install_rosai_file_input.sh script to install and build the application. In step 3 this is what I'm experiencing.
setp3.
cd /home/ubuntu/KR260-Robotics-AI-Challenge/files/scripts
source ./install_rosai_file_input.sh
ERROR GENERATED:
File "/usr/lib/python3.10/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
bash: cd: /home/root: No such file or directory
colcon: command not found
The code is open source, and available on GitHub.
I Installed COLCON with the following command
$ sudo apt install python3-colcon-common-extensions
I assume that COLCON did not get installed with ./install_rosai_file_input.sh script?
Now I’m able to run these commands with no COLCON error
cd /home/ubuntu/KR260-Robotics-AI-Challenge/files/scripts
source ./install_rosai_file_input.sh
HOWEVER NOW I’m getting the following error on step 6 (where is steps 4,5?) by running
source install/local_setup.sh
bash: install/local_setup.sh: No such file or directory
Why is the directory or file not found? Where should it be?
I am able to run the demo and the The TurtleSim window will pop up but nothing happens as described?
I might add that I did not execute the code in both Sections 4.2 and 4.3. I'm not sure if this has anything to do with it
Thanks in advance for your help
Steve