How to use the quasimodo.quasimodo_optimization.scripts.rosbag_player.RosbagPlayerServer function in quasimodo

To help you get started, we’ve selected a few quasimodo examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github strands-project / strands_3d_mapping / quasimodo / quasimodo_optimization / scripts / rosbag_player.py View on Github external
rate.sleep()

        elif goal.command == "stop":
            #stop to record the topics
            rospy.loginfo('now the topic playing should stop')
            rospy.loginfo(self.p.pid)
            os.killpg(os.getpgid(self.p.pid), signal.SIGINT)

            rospy.loginfo("I'm done")

        else:
            rospy.loginfo('goal.command is not valid')

if __name__ == '__main__':
    rospy.init_node('rosbag_player')
    RosbagPlayerServer(rospy.get_name())
    rospy.spin()

quasimodo

AMQP and MQTT over WebSocket Queue Clients

GPL-2.0
Latest version published 3 months ago

Package Health Score

54 / 100
Full package analysis

Similar packages