-
Notifications
You must be signed in to change notification settings - Fork 62
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROS 2 Tutorials-Teleoperation keyboard #307
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. |
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. |
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? |
After the crazyflie id was changed as " |
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. |
I tried it, but it did not work. |
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... |
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 |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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:
ros2 launch crazyflie_examples keyboard_velmux_launch.py
terminal output:
second command (on the second terminal):
ros2 run teleop_twist_keyboard telop_twist_keyboard
terminal output:
The text was updated successfully, but these errors were encountered: