Files
5g_drone_ROS2/.vscode/settings.json
2023-04-17 14:56:09 +02:00

17 lines
641 B
JSON

{
"ros.distro": "humble",
"files.associations": {
"chrono": "cpp"
},
"python.autoComplete.extraPaths": [
"/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages",
"/opt/ros/humble/lib/python3.10/site-packages",
"/opt/ros/humble/local/lib/python3.10/dist-packages"
],
"python.analysis.extraPaths": [
"/home/ubuntu/ros2_ws/install/px4_msgs/lib/python3.8/site-packages",
"/opt/ros/humble/lib/python3.10/site-packages",
"/opt/ros/humble/local/lib/python3.10/dist-packages"
],
"cmake.sourceDirectory": "${workspaceFolder}/src/beacon_positioning"
}