SlapDrone

Results 6 issues of SlapDrone

Hi folks, I've had a quick look through the source code and haven't able to find this functionality, so apologies if it exists and I've missed something. What do you...

proposal

- Description: Implements a `.iter()` method for the `AgentExecutor` class. This allows hooking into and intercepting intermediate agent steps. - Issue: #6925 - Dependencies: None - Tag maintainer: @vowelparrot @agola11...

enhancement
area: agent
needs documentation

Hey folks, When I want to configure individual methods of a class, i.e. to write in `config.gin` something like: ```python Foo.bar.x = 10 ``` If i'm not mistaken we need...

### Bug Description Structured outputs (defining `output_cls` in a query engine) is not working. The structured outputs are destroyed by some pydantic model validation code after they are generated by...

bug
triage

Hey folks, I'm getting acquainted with your codebase and to get my feet wet I thought I'd try to reproduce the results of PTv3 on the ScanNet test dataset. I'm...

Hey folks, I was wondering whether one could easily support a per-point search radius (precomputed from optimal neighbourhood in PDAL) for calculating the geometric features. I had a crack at...