Help understanding the notation used on ar-drone tutorial
Hi everyone, for the tutorial link:https://github.com/AutonomyLab/ardrone_autonomy#cameras</a">text, under
Sending Commands to AR-Drone
It shows three highlighted commands which are: ardrone/takeoff
ardrone/land
and ardrone/reset
. These are topics so is the full commands actually: rostopic /ardrone/takeoff
rostopic /ardrone/land
androstopic /ardrone/reset
?
Also, to fly the drone after takeoff, would I do something like: rostopic cmd_vel -linear.x
to move the drone backwards?
I am trying to understand how to read the commands listed, sorry that this is basic.