Last active
June 26, 2017 13:08
-
-
Save kor01/b70dbd12a37e66709b8b99397ed4c517 to your computer and use it in GitHub Desktop.
[ros filesystem] #ros
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rospack find [package_name] | |
rospack find roscpp | |
# goto package directory | |
roscd roscpp | |
# go to log directory | |
roscd log | |
# list dir | |
rosls roscpp_tutorial |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment