Chen Mingyang

Results 4 issues of Chen Mingyang

如果无法用里面的命令修改IMU为200Hz, 可以试一试加一句(可能是波特率之前没设置对): mavlink start -d /dev/ttyACM0 -b 921600 mavlink stream -d /dev/ttyACM0 -s ATTITUDE_QUATERNION -r 200 mavlink stream -d /dev/ttyACM0 -s HIGHRES_IMU -r 200

### 相关问题 希望在参数选项中, 加入一个response_fromat = {"type": "json_object"}的选项, 目前我想用chuanhu来测试一下设计的prompt, 图形化界面非常方便, 但好像没有看到让GPT以json格式输出的图形化按键 ### 可能的解决办法 希望在参数选项中, 加入一个response_fromat = {"type": "json_object"}的选项, 完整的python如下, 传入参数时, 再加入一个response_format即可, 目前支持gpt-3.5-turbo-1106 和 gpt-4-1106模型: response = self._client.chat.completions.create( model=self._model, messages=self._memories, temperature=temperature, response_format={"type":...

feature request

- OS: ubuntu 20.04 LTS - Python version: 3.11.9 - Pip version: 24.0 When running `pip install magent2`, the probelm occurs: ``` Collecting magent2 Using cached magent2-0.3.2.tar.gz (4.1 MB) Installing...

## Summary `UnrealCv_API.set_new_obj()` raises a `ValueError` when comparing numpy arrays in the color uniqueness check. ## Environment - Python: 3.10 - unrealcv: (latest pip version) - numpy: (latest) ## Steps...