rosmsg show beginner_tutorials/Num can‘t work
In the tutorial Creating a ROS msg and srv ,in the 2.2 chapter, when I input the
rosmsg show beginner_tutorials/Num
I can't see:
int64 num
And when I input the
rosmsg show Num
I can't see
[beginner_tutorials/Num]:
int64 num
either.
What's the problem?