RoboJackets / software-training-old

RoboJackets Software Training
MIT License
152 stars 191 forks source link

Outdated Source Command for Project 1 "2.10 Run Project". #230

Open ConveyedFlyer98 opened 2 hours ago

ConveyedFlyer98 commented 2 hours ago

Project1-2.10-RJSoftwareTrainingBug.md

ConveyedFlyer98 commented 2 hours ago

Name: Project 1 Bug About: Report a bug in software-training-old/projects/week_1/Instructions.md Title: 'Outdated Source Command for Project 1 "2.10 Run Project".'

Description

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 the training workspace overlay setup file does not work.

Steps To Reproduce

  1. run "$ source ~/training_ws/install/setup.bash" in the linux docker terminal.
  2. To fix this error, run "$ source ./install/setup.bash" instead.

Result: This leads to "bash: /home/ubuntu/training_ws/install/setup.bash: No such file or directory".

Expected behavior

Sources the training workspace overlay setup file.

Screenshots

RJSoftwareTrainingBug