AutonomyLab / bebop_autonomy

ROS driver for Parrot Bebop Drones 1.0 & 2.0
http://wiki.ros.org/bebop_autonomy
BSD 3-Clause "New" or "Revised" License
152 stars 121 forks source link

Problems with Running the Driver as Nodelet [SOLVED] #151

Open cesarhcq opened 6 years ago

cesarhcq commented 6 years ago

Hello everyone! I'm obtaining an error when i try to run the Driver as Nodelet. I am trying this because i need to run the camera in the same Launch file. When i try to run the Driver as Node, it works fine. However as Nodelet the camera try to show the streaming, but after few seconds is not possible to see anything. I don't know if this error is caused by firmware or some procedure that i am doing it wrong. Someone could help me?

Thanks a lot!

Voidminded commented 6 years ago

Hi @cesarhcq

I'm afraid I can't understand your question, could you provide more information ?

BTW these might help:

This launch file if for launching the driver as Nodelet: bebop_nodelet.launch

And if you want to use your own launch file to add more Nodelets to use the same Nodelet Manager, here an example that runs image_view as well: bebop_nodelet_iv.launch