-
Notifications
You must be signed in to change notification settings - Fork 122
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
looks like some bugs about moving the virtual camera (TF and joint_states) #129
Comments
I have tried indigo-devel and sdk-3-12 two branches of this package, it seems that this problem still exist. |
I have the same problem. Would you fix it? Is any other topic where I can get the camera angles? |
I forked the repository and fixed the bug for the beobp2: https://github.com/itssme/bebop_autonomy |
@itssme, great!! Why you didn't open a pull request? It would be nice to share your results with others. |
@gsilano Because I am not sure if the package would still work with the bebop 1. I only have a bebop2 to test :/ |
@itssme, don't worry. I think the maintainer or contributors have a Bebop 1 to test the code. |
Hi @LArayane , I really don't know. You should ask the authors of the ROS package. However, please, ask your questions in the relevant sections. If there are no issues on this feel free to open a new one, otherwise follow the existing discussions. |
After start the bebop_nodelet.launch, use rqt_tf_tree tool, seems work fine.
use rostopic echo /bebop/joint_states seems get the correct camera Pan&Tilt states.
and I try to move the virtual camera, for example,
The camera view is moving, but use rostopic echo /bebop/joint_states can't get any messages any more, and rqt_tf_tree tools shows bellow,
It seems that the connection is interrupted.
How to fix it?
Thanks!
The text was updated successfully, but these errors were encountered: