generator/mavgen.py: honour MDEF from environment in dynamic generation#617
Conversation
2655822 to
1b93af6
Compare
|
Hi @peterbarker, any chance this could be merged at some point? |
Can you say that you've tested and that this does actually work for you? |
1b93af6 to
498f2a5
Compare
|
Yes, I can confirm that this is working on Ubuntu 22.04 and Python 3.10.7. I installed pymavlink with from pymavlink import mavutil
import os
os.environ["MAVLINK20"] = "1"
os.environ["MDEF"] = "path_to_my_custom_message_definitions"
mavutil.set_dialect("my_custom_dialect") |
Thanks for all of that! I've merged this now. |
Closes #596