add calculation of rotation x and y values

This commit is contained in:
Sem van der Hoeven
2023-05-24 17:01:45 +02:00
parent ea7ae0f6d1
commit c7f764726f
5 changed files with 124 additions and 9 deletions

16
.vscode/settings.json vendored
View File

@@ -60,7 +60,21 @@
"typeindex": "cpp",
"typeinfo": "cpp",
"utility": "cpp",
"variant": "cpp"
"variant": "cpp",
"*.srv": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"strstream": "cpp",
"bitset": "cpp",
"complex": "cpp",
"forward_list": "cpp",
"algorithm": "cpp",
"iterator": "cpp",
"memory_resource": "cpp",
"random": "cpp",
"fstream": "cpp",
"cfenv": "cpp",
"cinttypes": "cpp"
},
"python.autoComplete.extraPaths": [
"/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages",