Open ConveyedFlyer98 opened 1 month ago
Outdated command for project 1 (projects/week 1) in RoboJackets software training.
Link to project 1: https://github.com/RoboJackets/software-training-old/blob/main/projects/week_1/Instructions.md
Under "2.10 Run project", the following source command in the training workspace overlay setup file does not work.
Result: This leads to "bash: /home/ubuntu/training_ws/install/setup.bash: No such file or directory".
Sources the training workspace overlay setup file.
thank you for brining it up! Issue addressed, will update when PR pushed
issue arises from outdated directory setup -> long term fix employed by creating path variable to the training_ws
directory in bash
export TRAINING_SPACE="/path/to/directory"
based on what your path is
and then source $TRAINING_SPACE/install/setup.bash
fixed #233
Project1-2.10-RJSoftwareTrainingBug.md