tank104

Results 14 issues of tank104

Do you think it would be easy to add wildcard matching to this? Any tips how it might be achieved? Thinking * for any number of characters, and ? For...

When using this control, I am seeing the request but it looks to be missing headers (like content-length) so its getting rejected by my microservice. The setup is: ``` this.uploader...

When calling GetFeedDocumentProcessingReportAsync sometimes the response can be gzipped (if its large enough?). Confirmed getting it for the product feed. It seems you are using WebClient, that doesn't support automatic...

Hi, SubmitFeedAsync doesn't check whether the xmlContentOrFilePath is file path, so XML content always needs to be loaded into memory as a string (and then converted to byte array, so...

Hi, I am trying to figure the approach to emulating a camera using the MAVSDK. Ultimately what I am trying to achieve is when missions run, and there is a...

feature

Hi, Has anyone used any of the Vendor Direct APIs succesfully? I see it implemented but no examples, so just wanted to check that it works for some, before I...

Hi, Firstly thanks for the awesome example - excited to get it working. I am having trouble running the YOLO on the NVidia Jetson. Below is the log output. I...

Changed order of definitions in i2s_stream to be compatible with c++. C++ requires define of struct to match the order. We are getting errors like: components/audio_stream/include/i2s_stream.h:232:1: error: designator order for...

Hi, I have just setup a new environment (Ubuntu 22.04 + ROS2 Humble) and all the messages types are showing classes not topic structure. i.e. px4_msgs::msg::CollisionConstraints instead of px4_msgs/msg/CollisionConstraints I...

Changed order of definitions in i2s_stream to be compatible with c++. C++ requires define of struct to match the order. We are getting errors like: components/audio_stream/include/i2s_stream.h:232:1: error: designator order for...