Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-git committed Dec 28, 2024
1 parent 22a31b7 commit ca4e3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions krecviz/urdf_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def log(self) -> None:
rr.log(
entity_path=entity_path_val,
entity=entity_val,
timeless=timeless_val,
static=timeless_val,
)

# Now log joints
Expand Down Expand Up @@ -438,7 +438,7 @@ def log_trimesh(entity_path: str, mesh: trimesh.Trimesh) -> None:
rr.log(
entity_path=entity_path,
entity=mesh3d_entity,
timeless=timeless_val,
static=timeless_val,
)


Expand Down

0 comments on commit ca4e3ce

Please sign in to comment.