Added requested information about generate_microRTPS_bridge.py

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2017-07-31 16:48:51 -07:00
committed by Lorenz Meier
parent 131496ce79
commit c05ea542d9
+5
View File
@@ -32,6 +32,11 @@
#
################################################################################
# This script can generate the client and agent code based on a set of topics
# to sent and set to receive. It uses fastrtpsgen to generate the code from the
# IDL for the topic messages. The PX4 msg definitions are used to create the IDL
# used by fastrtpsgen using templates.
import sys, os, argparse, shutil
import px_generate_uorb_topic_files
import subprocess, glob