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

Can we give navigation goal? #1

Closed
iamrajee opened this issue Dec 8, 2021 · 10 comments
Closed

Can we give navigation goal? #1

iamrajee opened this issue Dec 8, 2021 · 10 comments

Comments

@iamrajee
Copy link

iamrajee commented Dec 8, 2021

After launching the simulation, how can we give a navigation goal?

@malintha
Copy link
Owner

malintha commented Dec 8, 2021

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.
[1] https://github.com/ethz-asl/mav_trajectory_generation

@malintha
Copy link
Owner

malintha commented Dec 8, 2021

Check this line for starts. https://github.com/malintha/multi_uav_simulator/blob/dev/src/Quadrotor.cpp#L254
The replanning horizon is set to 0.25s to react to rapid changes, you can change it to the trajectory length if you don't need replanning.

@iamrajee
Copy link
Author

iamrajee commented Dec 8, 2021

Check this line for starts. https://github.com/malintha/multi_uav_simulator/blob/dev/src/Quadrotor.cpp#L254

Will do that, thank you.

@malintha
Copy link
Owner

malintha commented Dec 8, 2021

Use this to publish the desired state goal to each robot as as a geometry_msgs::Point &pt.
https://github.com/malintha/multi_uav_simulator/blob/dev/src/Quadrotor.cpp#L73

@Williamwenda
Copy link

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!

@malintha
Copy link
Owner

malintha commented Jan 22, 2022

@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.
And thanks for the great suggestion! I will open a new thread for that.

@Williamwenda
Copy link

@malintha Just tried it out. The simulation is pretty cool! Nice work, dude.

@malintha
Copy link
Owner

The support for publishing goals and RHP is now tested and needs to be merged to the master. Check: #5.

@iamrajee
Copy link
Author

iamrajee commented Feb 12, 2022

The support for publishing goals and RHP is now tested on the dev branch and needs to be merged to the master. Check: #5.

Thank you :)

@malintha
Copy link
Owner

malintha commented Feb 12, 2022

@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). :)

@malintha malintha pinned this issue Feb 12, 2022
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

3 participants