git-afsantos / haros

H(igh) A(ssurance) ROS - Static analysis of ROS application code.
MIT License
190 stars 37 forks source link

Issue a warning when rosgraph is missing #67

Closed git-afsantos closed 5 years ago

git-afsantos commented 5 years ago

rosgraph cannot be declared as a pip requirement. Thus, it is best to make it a lazy import, and issue a warning in case it is not available. Additionally, providing a fallback behaviour would be good.