Samuel Laferriere

Results 96 comments of Samuel Laferriere

Thanks man :) Reverse engineering the mission pads sounds quite hard and time-consuming for me as well since I've never done this. I might try to use apriltags instead...

Experiencing the same issue on Ubuntu 20.04 with python3.

I think I found a solution for this. You just need to add a call to `wait_for_connection`: ``` drone.connect() drone.wait_for_connection(10.0) drone.start_video() ``` Alternatively, you can add the call to `wait_for_connection`...

I think I found a solution for this. You just need to add a call to `wait_for_connection`: ``` drone.connect() drone.wait_for_connection(10.0) drone.start_video() ``` Alternatively, you can add the call to `wait_for_connection`...

I'm getting ``` brew install kevinswiber/postmanctl/postmanctl ==> Tapping kevinswiber/postmanctl Cloning into '/opt/homebrew/Library/Taps/kevinswiber/homebrew-postmanctl'... remote: Enumerating objects: 42, done. remote: Counting objects: 100% (42/42), done. remote: Compressing objects: 100% (29/29), done. remote:...

Are there plans to support this anytime soon? Took me a while to figure out what was happening, and seems like our only option is to revert to more gas-expensive...

> > Are there plans to support this anytime soon? Took me a while to figure out what was happening, and seems like our only option is to revert to...

https://github.com/ethereum/solidity/issues/14442 just got merged. The Solidity change is specifically enabling custom errors to use with the common `require(bool, err)` syntax. It's a widely used syntax because it's quite concise, but...

@fedecastelli mentionned this solution already in his question, but you didn't answer his related question "I could use the createdAtTimestamp_gt parameter inside the where clause but it may happen I'll...

Also running into this issue. Any hint as to what is happening and how to stop it? It returns a failing postgresql statement, so probably has to do with that...