Skip to content

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Salazar Hidalgo committed Sep 24, 2020
1 parent 5e6267c commit f730430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ roslaunch bebop_gps_example bebop_gps_example.launch
It is important to note that GPS data will be available after Bebop's take off.

### bebop_control_inputs
This package subscribes to the ```/bebop/cmd_vel``` topic and converts the twist data whose range for all fields are ```[-1..1]``` into control variables to populate a ```mav_msgs::RollPitchYawrateThrust``` message. s
This package subscribes to the ```/bebop/cmd_vel``` topic and converts the twist data whose range for all fields are ```[-1..1]``` into control variables to populate a ```mav_msgs::RollPitchYawrateThrust``` message. According to the [piloting](https://bebop-autonomy.readthedocs.io/en/latest/piloting.html#piloting) section in the [bebop_autonomy](https://bebop-autonomy.readthedocs.io/en/latest/#bebop-autonomy-ros-driver-for-parrot-bebop-drone-quadrocopter-1-0-2-0) official site, the *roll* and *pitch* angles depend on the ```max_tilt_angle``` parameter, the *yaw rate* depends on the ```max_rot_speed``` parameter, and the *vertical speed* depends on the ```max_vert_speed``` parameter.


[piloting](https://bebop-autonomy.readthedocs.io/en/latest/piloting.html#piloting)

<p align="center"><img src="https://i.imgur.com/yY6nKXf.png" width="400" /></p>

Expand Down

0 comments on commit f730430

Please sign in to comment.