Adding Comments in a msg format file
I am a bit confused because at all the sample codes that I have seen on ROS wiki, I have seen that the comments are displayed above the code:
#Standard metadata for higher-level flow data types
#sequence ID: consecutively increasing ID
uint32 seq
#Frame this data is associated with
string frame_id
Can I place comments infront of the code like:
uint32 seq #sequence ID: consecutively increasing ID #Standard metadata
string frame_id #Frame this data is associated with
Also if you are fine with both, which one is considered a good programming practice