Skip to content

Commit 3c492d7

Browse files
authored
Merge pull request #22 from dimensionalOS/switch-to-lcm-fork
lcm fork
2 parents 0aa72b7 + bc10870 commit 3c492d7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dimos_lcm"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "LCM-Foxglove bridge and message utilities for Dimensional Robotics"
99
authors = [
1010
{name = "Dimensional Team", email = "build@dimensionalOS.com"},
1111
]
1212
readme = "README.md"
1313
requires-python = ">=3.8"
1414
dependencies = [
15-
"lcm",
15+
# Temporary fork of lcm with the lcm-proj/lcm#621 unsubscribe-from-handler
16+
# segfault fix. Still imports as `lcm`. Revert to "lcm" once the fix is
17+
# released upstream. See https://github.com/paul-nechifor/lcm-dimos-fork
18+
"lcm-dimos-fork",
1619
"foxglove-websocket",
1720
"numpy",
1821
]

0 commit comments

Comments
 (0)