dronecan / pydronecan

python DroneCAN code generation, interface and utilities
MIT License
32 stars 37 forks source link

Allow selecting a subset of the DSDL definitions provided in the package #30

Open adolfogc opened 1 year ago

adolfogc commented 1 year ago

https://github.com/dronecan/pydronecan/blob/00794a1d18137bd4ffa045e44b75035fc874dd80/dronecan/__init__.py#L105

For example, one may want to include just the uavcan namespace and not the others (e.g., ardupilot).

adolfogc commented 1 year ago

For example: https://github.com/dronecan/pydronecan/compare/master...adolfogc:pydronecan:dsdl-load-excludes