From 4736f2abb5db952d77b85f3c725cf1a6f9374f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Thu, 12 Sep 2024 09:53:16 +0200 Subject: [PATCH] Fix executable name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández Cordero --- tutorials/rotation_example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/rotation_example.md b/tutorials/rotation_example.md index 363f5e1c..89159dd2 100644 --- a/tutorials/rotation_example.md +++ b/tutorials/rotation_example.md @@ -75,7 +75,7 @@ to Rotation matrix # Linux and macOS ./quaternion_from_euler 0 0 1.57 # Windows -.\build\Release\quaternion_to_euler.exe 0 0 1.57 +.\build\Release\quaternion_from_euler.exe 0 0 1.57 Converting Euler angles: roll 0.000000 radians pitch 0.000000 radians