ROS 2 Tutorials-Teleoperation keyboard #311
-
I set up all configs and the related parts. Also, I've not gotten any errors but the cf is not getting the keyboard command for take-off. I added the terminal outputs associated with the related parts below. What could be the reason, thanks. first command:
terminal output:
second command (on the second terminal):
terminal output:
|
Beta Was this translation helpful? Give feedback.
Replies: 8 comments
-
Hi! I can confirm this! it seems that the vel_mux script is not starting up from the launch file so I'll need to check why that is. |
Beta Was this translation helpful? Give feedback.
-
aha found it pretty quickly. You've got to change the crazyflie id here. I did find, that if you take off and land, you can't take off again. So that is a different issue. For now you've got to restart the crazyflie. |
Beta Was this translation helpful? Give feedback.
-
What could be the reason for this issue, I mean after the first take-off and land motion, why cannot send a take-off command? |
Beta Was this translation helpful? Give feedback.
-
After the crazyflie id was changed as " |
Beta Was this translation helpful? Give feedback.
-
The not taking off after a land, it's probably due to the changes in the latest crazyflie firmware so if you have an older release of the firmware it should work fine. |
Beta Was this translation helpful? Give feedback.
-
I tried it, but it did not work. |
Beta Was this translation helpful? Give feedback.
-
ahh oke then you have the latest release. No worries, I'm working on it :) #309 with the current situation, you just have to restart the crazyflie everytime you want it to take off again... |
Beta Was this translation helpful? Give feedback.
-
I'm converting this to a dicussion as this wasn't really an error but a support question. For the later issue there is already an issue made #308 |
Beta Was this translation helpful? Give feedback.
aha found it pretty quickly. You've got to change the crazyflie id here.
crazyswarm2/crazyflie_examples/launch/keyboard_velmux_launch.py
Line 34 in a83684e
I did find, that if you take off and land, you can't take off again. So that is a different issue. For now you've got to restart the crazyflie.