Skip to content

agent-system/bebop_tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bebop_tutorials

Prerequisities

Assumed ROS Indigo is already installed on your PC.

Installation

roscd
cd ../src
git clone https://github.com/agent-system/bebop_tutorials
rosdep install --from-paths . --ignore-src -r -n -y
catkin b bebop_tutorials
roscd
source setup.bash

Keyboard Teleop

  1. Check your PC is connected to Bebop Wifi.

  2. Execute commands followings:

roslaunch bebop_tutorials bebop_keyboard_teleop.launch
  1. You can takeoff by pressing t key.
     (#\q (return))
     (#\t
      (send-command "takeoff"))
     (#\n
      (send-command "land"))
     (#\r
      (send-command "reset"))
     (#\i ;; forward
      (send msg :linear :x *speed*))
     (#\k ;; backward
      (send msg :linear :x *speed*))
     (#\j ;; left
      (send msg :linear :y *speed*))
     (#\l ;; right
      (send msg :linear :y *speed*))
     (#\w ;; up
      (send msg :linear :z *speed*))
     (#\s ;; down
      (send msg :linear :z *speed*))
     (#\a ;; ccw
      (send msg :angular :z (deg2rad 3)))
     (#\d ;; cw
      (send msg :angular :z (deg2rad 3)))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published