Skip to content

Commit

Permalink
Merge pull request #14 from lge-ros2/develop
Browse files Browse the repository at this point in the history
Bug fix for ElevatorSystem Plugin
  • Loading branch information
hyunseok-yang authored Jul 20, 2020
2 parents b606d06 + 65f5618 commit 6fb4693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/DevicePlugins/ElevatorSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected override void OnAwake()

protected override void OnStart()
{
var hashKey = MakeHashKey(modelName, partName);
var hashKey = MakeHashKey(partName);
if (!RegisterServiceDevice(hashKey))
{
Debug.LogError("Failed to register ElevatorSystem service - " + hashKey);
Expand Down

0 comments on commit 6fb4693

Please sign in to comment.