Closed incebellipipo closed 4 years ago
This message definition creates problems with several generators i.e. gennodejs. For reference: https://wiki.ros.org/msg#Constants
Correct definition must look like following:
string RICK=morty
This is the problem that this message definition creates in js:
// Constants for message MasterState.Constants = { STATE_NEW: ''new'', STATE_REMOVED: ''removed'', STATE_CHANGED: ''changed'', }
There are way too many quotes
This message definition creates problems with several generators i.e. gennodejs. For reference: https://wiki.ros.org/msg#Constants
Correct definition must look like following:
This is the problem that this message definition creates in js:
There are way too many quotes