toppers / hakoniwa-core-cpp-client

5 stars 3 forks source link

実験用の箱庭アセットを作成する(アセット間の通信はしない) #61

Closed tmori closed 2 months ago

tmori commented 2 months ago

アセットの種類

以下の2種類で検証する

  1. UnityアセットとPythonのロボット制御プログラム
  2. スケーラビリティ検証用のお手軽アセット(ビジーループするやつ)

アセット処理は処理終了を持たなければならない。 処理終了は、箱庭PDUデータで通知する。

tmori commented 2 months ago

PDUデータ

Bool型: https://github.com/toppers/hakoniwa-ros2pdu/blob/main/pdu/types/std_msgs/pdu_cpptype_Bool.hpp

tmori commented 2 months ago

Unity連携のサンプル

tmori commented 2 months ago

うーん、PDUはやめよう。 フラグファイルを使うことに決めた。

tmori commented 2 months ago

箱庭アセットは、Pythonでいいだろう。

tmori commented 2 months ago

できた!

https://github.com/toppers/hakoniwa-core-cpp-client/tree/measure/examples/measure