I am new to ROS. I tried to make a custom message that has the attributes of an IoT sensor. I followed every step in the tutorials (i.e, making a msg sub-directory, creating and editing the file and updating dependencies) when I run the following command,
$ rosmsg show iot_sensor
[ros_essentials_cpp/iot_sensor]:
int32 id
string name
float32 temp
float32 hum
which means that the message has been registered. however, I can't seem to import the custom message in pyhcarm.
enter image description here
any help is appreciated! :D