-
Notifications
You must be signed in to change notification settings - Fork 84
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
Unable to move in XY direction with DroneState message #47
Comments
Thanks for opening your first issue here! Make sure that no other issues on the same topic have already been opened! |
The However, as you can see from the code in the launch file, i.e., the Please, keep in mind that the controller gains (i.e., |
Thanks @gsilano , I'll try that. Bot is cute btw :) |
Hi, I want to follow that problem. |
Hi @sunnyshi0310! The integrated controllers, i.e., the As for your question, I took a look at the scripts in the Now, if you are interested in generating splines starting from a set of waypoints, I think is not that complicated. You just need to modify the I hope I was enough clear. |
Hi, Thanks for your explanation. So you mean we could change the point in the |
You can put this line As I said, the controller is not meant as a trajectory tracking controller. So, it might not work. If you are still interested in publishing various waypoints, this is the fastest solution I can suggest to you. You can follow the structure of the cpp file (i.e., If you want to help with a specific question, I think it would be better to open a new thread. This way, your questions, and my answers may be of help also to other community members. |
Hi
with the dronestate message I'm trying to achieve a point, but since the orientation reference (+ angular_vel + angular_acc) are zero, and only position X-Y (or +linear_vel) is changing, I'm unable to move the vehicle. The linear z movement is working properly.
How can I move the CrazyFlie to an XYZ point, with DroneState message ?
The text was updated successfully, but these errors were encountered: