Skip to content

Instantly share code, notes, and snippets.

@awesomebytes
Created July 2, 2019 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awesomebytes/8038326b0aae66704843965136c81a28 to your computer and use it in GitHub Desktop.
Save awesomebytes/8038326b0aae66704843965136c81a28 to your computer and use it in GitHub Desktop.
apps:
- name: X
type: special
- name: Stand
type: special
- name: Rest
type: special
- name: Rosbag map
type: script
script: cd /home/nao; rosbag record /pepper/camera/front/image_raw /pepper/camera/front/camera_info /pepper/camera/depth/image_raw /pepper/camera/depth/camera_info /pepper/camera/depth_scaled/image_raw /pepper/camera/depth_scaled/camera_info /tf /pepper_odom /pepper/laser_scan /pepper/imu/base -o robocup2019_preliminar
# stop: echo 'example stop command'
- name: kill rtabmap
type: script
script: ps aux | grep '/home/nao/ros_ws/devel/lib/rtabmap_ros/rtabmap' | grep -v grep | awk '{print $2}' | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment