Skip to content

Instantly share code, notes, and snippets.

@furushchev
Created September 15, 2016 08:24
Show Gist options
  • Save furushchev/14108b42ace2ee90c8258444cf2b1372 to your computer and use it in GitHub Desktop.
Save furushchev/14108b42ace2ee90c8258444cf2b1372 to your computer and use it in GitHub Desktop.
how to slam with pepper
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
catkin b jsk_pepper_startup
source ~/ros/indigo/devel/setup.bash
rosrun roseus generate-all-msg-srv.sh -a
# execute
roslaunch jsk_pepper_startup jsk_pepper_startup.launch launch_twitter:=false network_interface:=wlan0
roslaunch jsk_pepper_startup pepper_slam.launch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment