RethinkRobotics-opensource / gennodejs

ROS JavaScript message definition and serialization generators
Apache License 2.0
7 stars 21 forks source link

Constants, Msg objects #1

Closed chris-smith closed 8 years ago

chris-smith commented 8 years ago

Adds constants to generated message files. You can now create instances of message objects that have default values. Users can optionally serialize these or json.

IanTheEngineer commented 8 years ago

:shipit: Nice addition with the Constants!