You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: work around permission issue # https://github.com/actions/checkout/issues/760#issuecomment-1097501613
56
+
run: |
57
+
set -x
58
+
export USER=$(whoami)
59
+
sudo chown -R $USER $GITHUB_WORKSPACE
60
+
git config --global --add safe.directory $GITHUB_WORKSPACE || echo "OK" # Show 'could not lock config file /github/home/.gitconfig: Permission denied', but it is ok
Copy file name to clipboardexpand all lines: detect_cans_in_fridge_201202/README.md
+1-5
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,11 @@ If you want to execute on real robot, see On real robot.
30
30
31
31
#### Installation
32
32
33
-
**NOTE**`indigo` distribution is assumed. Please replace it if you want to use on other distribution.
34
-
35
33
**NOTE** Assumed that catkin workspace has been installed on your environment. If you don't yet have catkin workspace, please follow [the instruction](http://wiki.ros.org/catkin/Tutorials/create_a_workspace).
36
34
37
35
**NOTE** In simulation mode, the fridge front spot is referenced from `models/room73b2-scene.l` in [euslisp](http://github.com/euslisp/EusLisp) package. So, Please make sure to build [euslisp](http://github.com/euslisp/EusLisp) package.
0 commit comments