mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +08:00
Added requested information about generate_microRTPS_bridge.py
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
committed by
Lorenz Meier
parent
131496ce79
commit
c05ea542d9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user