Skip to content

Commit

Permalink
Fix executable name
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Sep 12, 2024
1 parent 3850b3b commit 4736f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/rotation_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4736f2a

Please sign in to comment.