mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 19:47:34 +08:00
msg: templates: add 'ids' to the Context documentation
This commit is contained in:
@@ -260,7 +260,8 @@ def get_em_globals(filename_msg, package, includepath, ids, scope):
|
||||
"spec": spec,
|
||||
"topics": topics,
|
||||
"ids": ids,
|
||||
"scope": scope
|
||||
"scope": scope,
|
||||
"package": package
|
||||
}
|
||||
|
||||
return em_globals
|
||||
|
||||
Reference in New Issue
Block a user