bhaktatejas922

Results 18 comments of bhaktatejas922

@srikar242 how many fps did you get? Trying to see what I should aim for on mine

Hey, total beginner to this stuff. Could someone explain a few things to me? How do I use the output of this script and enter it into earth-reverse-engineering? I have...

Sorry I forgot to mention the language. I am using C. I'll look into the tests. Your response was very helpful, thank you!

Hi Hadatko, Thanks for the advice, got the tests to work. Is there a way you know of to send a statically allocated struct? I saw your response here: https://github.com/EmbeddedRPC/erpc/issues/23...

Not exactly. I need to send a statically allocated struct (not an array), and I tried to do so with some modifications to the test_struct test. I tried to use...

The checkString function in test_struct_server_impl.cpp calls erpc_free twice, and if you comment them out, you get the memory leak error `int32_t checkString(const primate *p)` `{` `int b = strcmp(p->species, "Ape");`...

Any plans to have an implementation for statically allocated on server side? Embedded systems would have a good use for this.

I have a similar issue. When doing this I get a blank assertion error as well ``` `outcome_1, predictors_1 = patsy.dmatrices("Q('%received 18+') ~ n_killed_capita_2016", aggregate_2016_df) mod_1 = sm.OLS(outcome_1, predictors_1) res_1...

anyone know how to get this to work with an Agent? got it to work as a standalone chain but still get `lib/python3.9/site-packages/langchain/chains/base.py", line 133, in _chain_type raise NotImplementedError("Saving not...

yeah I still cant get any sort of memory to work with initialize_agent