Closed gavanderhoorn closed 3 years ago
As per subject.
FS Lua supports Class(..), which appears to set up a metatable and some other infrastructure/metadata for "class-like usage" of Lua tables.
Class(..)
Instead of using our own homebrew version of this, make use of Class(..).
88c719c and 2c4ee70 split geometry_msgs/TransformStamped out of tf2_ros/TFMessage. Those shouldn't be 'hidden' in the same file.
geometry_msgs/TransformStamped
tf2_ros/TFMessage
As per subject.
FS Lua supports
Class(..)
, which appears to set up a metatable and some other infrastructure/metadata for "class-like usage" of Lua tables.Instead of using our own homebrew version of this, make use of
Class(..)
.