Skip to content
Snippets Groups Projects
Commit fd252764 authored by Simon Wittl's avatar Simon Wittl
Browse files

module error -> warning for docs

parent 9e1a95b5
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,9 @@ try:
from trajectory_toolbox.util.util_poses import Frame, ScanPoseList, ScanPoseTuple # type: ignore
except ModuleNotFoundError:
raise ModuleNotFoundError("Packages are spedific for the RoboCT of the Deggendorf Institute of Technology. \n" +
"Please Contact: simon.wittl@th-deg.de")
import warnings
warnings.warn("Packages are spedific for the RoboCT of the Deggendorf Institute of Technology. \n" +
"Please Contact: simon.wittl@th-deg.de")
class TurntablePlannerParameter:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment