Skip to content

Commit

Permalink
Updating instructions
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 4736f2a commit 0954fc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tutorials/rotation_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ git clone https://github.com/gazebosim/gz-math/ -b gz-math8
cd gz-math/examples
mkdir build
cd build
# linux and macOS
cmake ..
# Linux and macOS
make
# Windows
cd ..
cmake --build build --config Release
make
```

When the code is compiled, you can run two different examples, one which converts from quaternion to euler angles:
Expand Down

0 comments on commit 0954fc8

Please sign in to comment.