Debug.__init__

Debug.__init__(instruction, debug_parser=None)[source]

Initialize a new debug instruction wrapping another instruction.

Parameters
  • instruction (ROSmsg) – Any instruction inheriting from ROS message.

  • debug_parser (callable) – Function to be used for parsing the feedback. Optional.