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

How to use 3D LiDAR in ego-swarm in practical applications? #35

Open
hcws opened this issue Aug 10, 2024 · 0 comments
Open

How to use 3D LiDAR in ego-swarm in practical applications? #35

hcws opened this issue Aug 10, 2024 · 0 comments

Comments

@hcws
Copy link

hcws commented Aug 10, 2024

thanks for your work!

1、Currently, I have found that in the Gazebo virtual environment, when simulating multiple aircraft, only the first aircraft can be planned. The issue lies in this line of code:
if (planner_manager_->pp_.drone_id <= 0 || (planner_manager_->pp_.drone_id >= 1 && have_recv_pre_agent_))

2、I change planner_manager_->pp_.drone_id <= 0 to planner_manager_->pp_.drone_id <=3 All three drones can avoid obstacles,I don't know how to use the right method to solve it.

3、 ego-swarm uses liDAR in practice without using drone_detect.launch and poscmd_2_odom
And local_sensing_node, I just use bridge_udp.launch to make sure that each plane can broadcast its own trajectory to each other,I'm not sure that's OK?

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

1 participant