Drone control problem by keyboard

Hi,

I was following the course opencv for robotics.
But I can’t control the drone.
I can only do it for unit 3 of the course through a python script.
Is it normal ?
Can I do it using teleop_twist_keyboard ?
Thanks a lot.
BR.

Sebastien

Hello @sebastien.ambellouis,

You can download de following generic teleop program:

git clone https://github.com/ros-teleop/teleop_twist_keyboard

Best,

Thanks.
It is ok for a new project but not for courses that launch their proper simulations.