ROS Keyboard Teleop for Parrot Bebop 1 and 2
Using catkin.
cd /catkin_ws/src
git clone https://github.com/zulsyah/bebop_teleop.git
cd bebop_teleop/src
chmod +x bebop_teleop.py
cd ~/catkin_ws && catkin_make
Run.
rosrun bebop_teleop bebop_teleop.py
With custom values.
rosrun bebop_teleop bebop_teleop.py _speed:=0.9 _turn:=0.8
Reading from the keyboard and Publishing to Bebop Drone!
--------------------------------------------------------
Moving around: Camera control:
u i o t
j k l f g h
m , . b
1 : Take off
2 : Landing
3 : Raise up (+z)
4 : Raise down (-z)
anything else : stop/reset
q/z : increase/decrease max speeds by 10%
w/x : increase/decrease only linear speed by 10%
e/c : increase/decrease only angular speed by 10%
Simultaneously press 'shift' button while operating camera
will set camera to max value : (h = -80/80, v = -50/50)
CTRL-C to quit