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
# wsl Help | |
wsl --help | |
# Check WSL status | |
wsl --status | |
# Check WSL version | |
wsl --version | |
# Update WSL |
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
#!/usr/bin/env python | |
# | |
# Copyright (c) Diligent Robotics, 2018 | |
# Copyright (c) Adam Allevato, 2018 | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions are met: | |
# | |
# * Redistributions of source code must retain the above copyright notice, this |
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
bash /tmp/jsk.rosbuild --from-source indigo | |
cd ~/ros/indigo/src | |
wstool set ros_naoqi/naoqi_driver --git https://github.com/kochigami/naoqi_driver -v try-depth-raw | |
wstool set ros_naoqi/pepper_robot --git https://github.com/furushchev/pepper_robot -v perception | |
wstool set jsk-ros-pkg/jsk_robot --git https://github.com/furushchev/jsk_robot -v pepper-slam | |
wstool up ros_naoqi/naoqi_driver ros_naoqi/pepper_robot jsk-ros-pkg/jsk_robot | |
rosdep install --from-paths . --ignore-src -r -n -y | |
# fcnでエラーが出たとき | |
# sudo apt-get install libleveldb-dev -y | |
# rosdep install --from-paths . --ignore-src -r -n -y |