uci-uav-forge / uavf

UAV Forge's ODCL repository.
MIT License
1 stars 1 forks source link

ROS Planner Service #42

Open rland93 opened 2 years ago

rland93 commented 2 years ago

How do we compute mission plans?

Even though we are starting with a "static" (i.e., unchanging) mission plan, this could change when we introduce dynamic obstacle avoidance.

In order to make the planner a little bit more extensible, I think we should have planner as a ROS service. Clients can request a new plan and have one computed.

Managing state might be a little bit difficult. I think gnc will probably end up being the node that manages the state on the ground.

Goal for this issue: