This is a ROS2 beginner question
I've tried to use several ROS sources which suggested me to include "std_msgs/Int8MultiArray.h". However, if I do that I will get an error that is
fatal error: std_msgs/Int8MultiArray: No such file or directory
compilation terminated
What is the correct way to use array-like structure in ROS2? If there is a similar hpp header, where should I reference it?
Thank you! Any advice will be greatly appreciated!!!