Claude: Lens-Distortions

This commit is contained in:
chk
2026-06-02 11:37:29 +02:00
parent ac81c2e0cb
commit 5ad956be81
91 changed files with 31707 additions and 23702 deletions

View File

@@ -96,11 +96,13 @@ def split_pose(pose_entry):
def main():
USER_HOME = Path.home()
BASE = USER_HOME / "SynologyDrive" / "2026-AppServer-AppRobot" / "appRobotRendering"
BASE = Path(__file__).resolve().parents[2]
BLENDER_EXE = str("C:/Program Files/Blender Foundation/Blender 4.5/blender.exe")
ROBOT_JSON_FILE = str(BASE / "data" / "robot" / "robot.json")
OUTPUT_DIR = str(BASE / "data" / "simulation" / "debug")
BLENDER_EXE = str("C:/Program Files/Blender Foundation/Blender 4.5/blender.exe")
RENDER_PY = str(BASE / "setup" / "generateSets" / "render_robot.py")
RENDER_PNG = str(BASE / "data" / "simulation" / "debug" / "render.png")
OUTPUT_SET = str(BASE / "data" / "simulation")