Skip to content
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

Open
danqu130 opened this issue Aug 3, 2017 · 9 comments

Comments

@danqu130
Copy link

danqu130 commented Aug 3, 2017

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,

rostopic pub /bebop/camera_control geometry_msgs/Twist "linear:
  x: 0.0
  y: 0.0
  z: 0.0
angular:
  x: 0.0
  y: -10.0
  z: 0.0"

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,

rqt_tf_tree__rostftree - rqt_009

It seems that the connection is interrupted.
How to fix it?

Thanks!

@danqu130
Copy link
Author

danqu130 commented Aug 3, 2017

I have tried indigo-devel and sdk-3-12 two branches of this package, it seems that this problem still exist.

@danqu130 danqu130 changed the title looks like some bugs about moving the virtual camera, include TF looks like some bugs about moving the virtual camera (TF and joint_states) Aug 3, 2017
@Ignacio1994
Copy link

I have the same problem. Would you fix it? Is any other topic where I can get the camera angles?
Thank you.

@itssme
Copy link

itssme commented Oct 20, 2018

I forked the repository and fixed the bug for the beobp2: https://github.com/itssme/bebop_autonomy

@gsilano
Copy link
Contributor

gsilano commented Oct 20, 2018

@itssme, great!! Why you didn't open a pull request? It would be nice to share your results with others.

@itssme
Copy link

itssme commented Oct 20, 2018

@gsilano Because I am not sure if the package would still work with the bebop 1. I only have a bebop2 to test :/

@gsilano
Copy link
Contributor

gsilano commented Oct 20, 2018

@itssme, don't worry. I think the maintainer or contributors have a Bebop 1 to test the code.

@itssme
Copy link

itssme commented Oct 21, 2018

@gsilano Ok, I made the pull request: #178

@LArayane
Copy link

@itssme @gsilano why it is called virtual since there is a camera there!!! I don't get it

@gsilano
Copy link
Contributor

gsilano commented Aug 22, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants