grdwyer / Robot-Assisted-Manufacturing

Apache License 2.0
0 stars 0 forks source link

Reliance on synchronous service calls within toolpath planner setup callback #40

Closed grdwyer closed 2 years ago

grdwyer commented 2 years ago

Setup callback uses multiple service calls for setting up the planning environment. Main issue is modifying the ACM which needs to be synchronous, but also the planning relies on the move_group interface such as getting the current state which are service calls.

Potential solutions

grdwyer commented 2 years ago

went for the btree version and merged in #41