Browse Source

Merge pull request #23 from hello-robot/bugfix/unsourced_rospack

Rospack fails to find Stretch packages unless setup is sourced
pull/26/head
Binit Shah 3 years ago
committed by GitHub
parent
commit
41d20111ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      stretch_calibration/nodes/update_with_most_recent_calibration.sh

+ 1
- 0
stretch_calibration/nodes/update_with_most_recent_calibration.sh View File

@ -1,4 +1,5 @@
#!/bin/bash
source $HOME/catkin_ws/devel/setup.bash
echo "Attempt to update the calibration files using the most recently performed calibration."

Loading…
Cancel
Save