msg类型为TestMsg.msg
:
std_msgs/Header header
int16[] testdata
则在终端输入以下指令:
ros2 topic pub --rate 1 /topic_name TestMsg "{testdata: [1,0,1]}"
注意以上指令中的空格与否。
msg类型为TestMsg.msg
:
std_msgs/Header header
int16[] testdata
则在终端输入以下指令:
ros2 topic pub --rate 1 /topic_name TestMsg "{testdata: [1,0,1]}"
注意以上指令中的空格与否。