-
I am experiencing some interesting behavior when using SmacPlanner Hybrid. I am not quite sure whether this is a common mistake/behavior maybe caused by incorrect usage, or whether it is a known limit…
-
Hello,
After install Fields2Cover (Ubuntu 20.04), and import fields2cover successfully. I tried to run this project with
` pytest tests/python/`, I can see a small window come out but disappear…
-
When running VeriNet on the dubins_rejoin instances of VNN-Comp 2022 using
`benchmark(result_path, benchmark_path, instances_csv_path, input_shape=(8,), transpose_fc_weights=False)`, I get the follow…
-
I tried to run VeriNet on the `dubins_rejoin` instances of this year's VNN-Comp using
`benchmark(result_path, benchmark_path, instances_csv_path, input_shape=(8,), transpose_fc_weights=False)`, but t…
-
Hi, Tutorial C++ snippets are having run-time errors, I have attached the output of all the examples and unit tests.
Please help us.
boson@boson:~/Fields2Cover/build/tutorials$ ` ./1_basic_types_…
-
I am currently experimenting with OMPL and as such I am a new user. Thank you very much to all who have made such a wonderful library available to users.
I am using RRT to plan paths with Dubins cu…
-
# ARマーカーを用いた配線の移動
#15 (ARマーカーのプロトタイプ作成)
## 本issueのゴール
**ARマーカーの認識を利用した,配線を適切な位置へ移動するアルゴリズムの検討・実装**
以下ex.)
* ARマーカーの認識を利用して現在の座標から目標点へのベクトルを生成する
## 行うこと
* 通信モジュールの位置をもとにした配線モジュールの目標空間の定義?
* 配線の座標か…
-
## System
Operating System: Ubuntu 20.04.5 LTS
Kernel: Linux 5.15.0-56-generic
Architecture: x86-64
## Error msg:
```
sudo make install;
[sudo] password for boson:
[ 16%] Built target ste…
-
Follow the lecture to compute the Dubins path and distance
-
# Discussion
In relation to autowarefoundation/autoware_ai#396, we need to create the design overview of planning.
According to @dejanpan , we can start this by defining inputs/outputs and logics…