Skip to content

Latest commit

 

History

History
37 lines (35 loc) · 607 Bytes

Bebop2Usage.md

File metadata and controls

37 lines (35 loc) · 607 Bytes

Bebop2Usage.txt

  1. Connect to Bebop 2 Wifi
  2. Start ROScore:
roscore
  1. Start Bebop Node:
roslaunch bebop_driver bebop_node.launch
  1. Use the following commands to do specific tasks:
    Takeoff:
rostopic pub --once /bebop/takeoff std_msgs/Empty

Land:

rostopic pub --once /bebop/land std_msgs/Empty

Movement:

rostopic pub --once /bebop/cmd_vel geometry_msgs/Twist "linear:
  x: 0.0
  y: 0.0
  z: 0.0
angular:
  x: 0.0
  y: 0.0
  z: 0.0" 

Change values of x,y,z as needed.

  1. Disable camera stabilization:
~/bebop_ws/./video_stabil.sh