-
Notifications
You must be signed in to change notification settings - Fork 18
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
Can we give navigation goal? #1
Comments
If I remember correctly that's something under development in the dev branch. It depends on mav_trajectory_gen package [1] and can receive the sequence of goals. It also has receding horizon planning. But I have to update the readme with build instructions. |
Check this line for starts. https://github.com/malintha/multi_uav_simulator/blob/dev/src/Quadrotor.cpp#L254 |
Will do that, thank you. |
Use this to publish the desired state goal to each robot as as a geometry_msgs::Point &pt. |
Find here after launching a nearly empty Rviz. It would be great to provide some simple examples for those interested to play with the simulator. Thanks for sharing the code tho! |
@Williamwenda I guess the config/simulation.rviz file has been missed out from the master branch. That populates the Rviz with robot models and other markers. I added that back in with 51810b3, so it should show the drones now. Thanks for pointing that out. |
@malintha Just tried it out. The simulation is pretty cool! Nice work, dude. |
The support for publishing goals and RHP is now tested and needs to be merged to the master. Check: #5. |
Thank you :) |
@iamrajee There are some conflicts needs to be resolved before merging. But feel free to give it a try from the dev branch. I'd be happy hear any inputs (or if anything's broken before merging). :) |
After launching the simulation, how can we give a navigation goal?
The text was updated successfully, but these errors were encountered: