Esempio n. 1
0
    def handle_swarm_command(self, swarmCommand):
        """
        Handles SwarmCommand callback
        """

        msg = Interpreter.GCS2command(swarmCommand)
        self._msender.send_message(msg)
Esempio n. 2
0
    def _send_swarmCommand(self, noe):
        """
        Method for publishing a SwarmCommand ROS message
        """

        Interpreter.GCS2command(noe)