Newbie programmer
https://gist.github.com/kurogane1031
Pinned Loading
-
GIT Tips for myself
GIT Tips for myself 1Caution: This is not revert, and only do this for personal commits
2### Steps
31. `git log`
42. get the hash
53. `git reset --hard <hash>
-
Misc
Misc 1## Switching between `EN` and `JP` layout
23Download `Gnome Tweak Tool`
4```
5sudo apt install gnome-tweak-tool
-
CMake rants
CMake rants 1# Installing neovim
2Error `libtool: command not found`
34Solve it by `sudo apt install libtool-bin`
5 -
ROS
ROS 1# Compile commands
2Example if one try to use python `3.6.5` located in `pyenv` environment
3```
4./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release -DSETUPTOOLS_DEB_LAYOUT=OFF -DPYTHON_EXECUTABLE=/home/user/.pyenv/versions/3.6.5/bin/python3.6m -DPYTHON_INCLUDE_DIR=/home/user/.pyenv/versions/3.6.5/include/python3.6m -DPYTHON_LIBRARY=/home/user/.pyenv/versions/3.6.5/lib/libpython3.6m.so
5```
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.