-
Notifications
You must be signed in to change notification settings - Fork 324
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
Document yaw arguments of cmdPosition() and cmdVelocityWorld() #258
Comments
You are totally right about the For the yaw arguments, I'm sure you are right but I would like to double check first and add code comments for the appropriate functions/structs - somehow there was wrong/missing info in the code that caused the documentation error. Pull requests would be great! Please make separate commits for each change (or separate PRs). For small and "uncontroversial" changes in the future, feel free to create a PR directly without discussing in an issue first. |
Longer-term (perhaps early next year), the goal is to merge the two repositories. In my opinion, there is very little use of crazyflie_ros and I almost always use the crazyswarm instead (even when flying a single CF). However, crazyflie_ros still has additional features that we didn't port yet and is a bit easier to debug because it does not use multithreading. +1 for fixing the docs! |
Thanks for the clarification about Shall I make a PR for the yaw arguments or will you fix this yourself after testing @jpreiss ? Concerning the tutorial about creating a new streaming setpoint mode: Maybe it is better if someone with a deeper knowledge of the cpp code fixes that part. |
While trying to get familiar with the crazyswarm project, I noticed a few things that seem wrong/not updated/inexistent in the docs. I am glad to create pull requests to fix this, but I wanted to double check with @whoenig and @jpreiss first.
Python Scripting API
yaw
argument ofpycrazyswarm.crazyflie.Crazyflie.cmdPosition()
seems to be in degrees and not in radians.yawRate
argument ofpycrazyswarm.crazyflie.Crazyflie.cmdVelocityWorld()
seems to be positive in clockwise direction which does not match with the coordinate system of the CF in my opinion.Tutorials - Creating a new streaming setpoint mode
src/crazyswarm/src/crazyswarm_server.cpp
. I only figured this out by comparingsrc/crazyflie_ros/crazyflie_driver/src/crazyflie_server.cpp
withsrc/crazyswarm/src/crazyswarm_server.cpp
but I have not a full understanding of what needs to be implemented where. In my opinion this should be explained in the docs.ROS Topics and Services
I think it could be helpful to have a list of available topics and services (+ their arguments). For example it took me some time to realize that the
duration
argument of/land
was in nano seconds. Maybe this is obvious to someone who is more familiar with ROS though.If desired, I can continue to update this list whenever I find something that might be wrong in the docs. Let me know what you think.
The text was updated successfully, but these errors were encountered: