6-robot / wpr_simulation

GNU General Public License v3.0
536 stars 75 forks source link

麻烦帮忙看下这个是什么原因[Err] [REST.cc:205] Error in REST request libcurl: (6) Could not resolve host: api.ignitionfuel.org #7

Open diaokaitian opened 3 years ago

diaokaitian commented 3 years ago

[Err] [REST.cc:205] Error in REST request

libcurl: (6) Could not resolve host: api.ignitionfuel.org [ INFO] [1628990940.142122811, 280.544000000]: Setting pose (280.544000): -5.433 -0.385 -0.057 [ INFO] [1628991000.931973968, 333.169000000]: GOAL Reached! [ INFO] [1628991124.994304589, 443.284000000]: GOAL Reached! [ INFO] [1628991226.492178846, 530.983000000]: GOAL Reached! 微信截图_20210815093443

zhangwanjie commented 3 years ago

应该是 https://api.ignitionfuel.org 这个网址无法访问,可以修改成其他地址。 在终端程序里执行: gedit ~/.ignition/fuel/config.yaml 打开这个配置文件,然后将“url: https://api.ignitionfuel.org”修改为“url: https://api.ignitionrobotics.org

diaokaitian commented 3 years ago

多谢解答,我试试