Skip to content

Commit

Permalink
remove models
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jan 17, 2025
1 parent 99730f5 commit 472b660
Show file tree
Hide file tree
Showing 28 changed files with 59 additions and 857 deletions.
12 changes: 5 additions & 7 deletions kos_sim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
"""Defines the KOS Simulator package API."""

import logging

# Configure root logger
logging.basicConfig(
level=logging.DEBUG,
format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
handlers=[logging.StreamHandler()],
)
import colorlogging

colorlogging.configure()

# Get logger for this package
logger = logging.getLogger("kos_sim")

__version__ = "0.0.1"
13 changes: 0 additions & 13 deletions kos_sim/models/gpr/README.md

This file was deleted.

Empty file removed kos_sim/models/gpr/__init__.py
Empty file.
Binary file removed kos_sim/models/gpr/meshes/arm1_top.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/arm1_top_2.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/arm2_shell.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/arm2_shell_2.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/arm3_shell.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/arm3_shell2.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/body1-part.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/foot1.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/foot3.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/hand_shell.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/hand_shell_2.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/leg0_shell.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/leg0_shell_2.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/leg1_shell.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/leg1_shell3.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/leg2_shell.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/leg2_shell_2.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/leg3_shell2.stl
Binary file not shown.
Binary file removed kos_sim/models/gpr/meshes/leg3_shell22.stl
Binary file not shown.
Loading

0 comments on commit 472b660

Please sign in to comment.