Skip to content

Commit 375b894

Browse files
committed
RMW implementation info
1 parent f44e44c commit 375b894

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Ros2ForUnity/Scripts/ROS2ForUnity.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,9 @@ internal ROS2ForUnity()
309309
Ros2cs.Init();
310310
RegisterCtrlCHandler();
311311

312-
Ros2csLogger.GetInstance().LogInfo("ROS2 version: " + currentRos2Version + ". Build type: " + standalone);
312+
string rmwImpl = Ros2cs.GetRMWImplementation();
313+
314+
Debug.Log("ROS2 version: " + currentRos2Version + ". Build type: " + standalone + ". RMW: " + rmwImpl);
313315

314316
#if UNITY_EDITOR
315317
EditorApplication.playModeStateChanged += this.EditorPlayStateChanged;

0 commit comments

Comments
 (0)