RoboJackets / software-training-old

RoboJackets Software Training
MIT License
153 stars 191 forks source link

Inconsistent directory references between projects and setup guides. #224

Closed idale0001 closed 2 years ago

idale0001 commented 2 years ago

The first project and I suspect most of the following projects use the name training_ws as the workspace for training. For example

cd training_ws/src/software-training

However most of the setup guides have people creating rj_training_ws instead such as

mkdir -p rj_training_ws/src

These should be consistent because it causes confusion and unnecessary frustration especially with people who are not as familiar with command line