-
Notifications
You must be signed in to change notification settings - Fork 17
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
ar_drone_moveit troubles #7
Comments
I am experiencing the same thing. The drone does not move. Could it be because of using tum_ardrone in joystick mode earlier. There seems to be some issue changing to autopilot. I tried to switch to autopilot after initially using joystick mode but drone does not even respond to takeoff command in autopilot mode. |
I have find how execute the path.
I just have a problem with the distance conversion. And I don't know how to change the octomap generation :( |
@kungfrank |
I got a different problem when running this is a description of the problem what I have met[https://answers.ros.org/question/296036/couldnt-see-the-image-and-depth-map-when-running-lsd-slam/] @axelfar @boonflies @kungfrank thank you in advance |
Hi, |
@axelfar @kungfrank I followed these steps you listed as before, all packages were compiled smoothly. However, when typing |
@TengFeiHan0 Please have a look at issue#1 |
@kungfrank thank you for your reply. the question is when typing |
Maybe this one #3 (comment) |
@kungfrank |
Just what I have displayed as before, tracking thread is vulnerable to lose. I have tried several times and can't get a set of good key points. whether it relates to my calibration file? @kungfrank @jim1993 @kaiwu013 |
@TengFeiHan0 |
Hi all,
I have download and edit octomap_server to made my own octomap generation like this :

With three types of voxels(Occupied, free and unknown).
I use Octomap.launch , the same as in ar_drone_moveit folder but in the octomap_server folder.
Now I want to use moveit to planify a path with my drone.

But when I use Demo.launch I have the default octomap generation like this :
Do you know how change the octomap generation by my version?
In a second time when I try to planify a path, I have this error : "No Planning Library Loaded"

And if I click on 'Plan' it failed immediately.
Someone see the cause of this problem?
EDIT: After some updates and packages installation, my problem with the planning library is solved!
I can plan a path and visualize it in RVIZ.
Thx
The text was updated successfully, but these errors were encountered: