LoginSignup
0
0

More than 1 year has passed since last update.

CustomMessage内でCustomMessageを呼び出す

Posted at

CustomMessageとは

ディレクトリ構成

- ws
  - src
    - package
      - msg
        - A.msg
        - B.msg

message

  • B.msg内でA.msgを呼び出す
A.msg
string route
float32 velocity
B.msg
package/A a
time time

補足

  • std_msgs等に定義を追加する必要があるのかと悩んだのがきっかけ
  • 一般的なプログラムと同様に指定すれば呼び出しできる
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0