1 #ifndef TRANSFORMER_BROADCAST_TYPES_HPP 2 #define TRANSFORMER_BROADCAST_TYPES_HPP 5 #include <base/samples/RigidBodyState.hpp> 24 std::string
const& frame)
25 : task(task), port(port) , frame(frame) {}
28 {
return task == other.
task && port == other.
port && frame == other.
frame; }
40 std::string
const& from_frame, std::string
const& to_frame)
41 : task(task), port(port)
42 , from_frame(from_frame), to_frame(to_frame) {}