diff --git a/nexus_workcell_editor/Cargo.toml b/nexus_workcell_editor/Cargo.toml index 015ded3..131b2a7 100644 --- a/nexus_workcell_editor/Cargo.toml +++ b/nexus_workcell_editor/Cargo.toml @@ -12,7 +12,7 @@ bevy = "0.12" clap = { version = "4.0.10", features = ["color", "derive", "help", "usage", "suggestions"] } crossbeam-channel = "0.5.8" # TODO(luca) back to main when PR is merged -rmf_workcell_editor = { git = "https://github.com/luca-della-vedova/rmf_workcell", branch = "first_commit" } -rmf_workcell_format = { git = "https://github.com/luca-della-vedova/rmf_workcell", branch = "first_commit" } +rmf_workcell_editor = { git = "https://github.com/open-rmf/rmf_workcell", branch = "first_commit" } +rmf_workcell_format = { git = "https://github.com/open-rmf/rmf_workcell", branch = "first_commit" } rclrs = "0.4.0" nexus_calibration_msgs = "*"