This repository has been archived on 2024-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
rmp220_teleop_backup/.vscode/settings.json

14 lines
746 B
JSON

{
"python.autoComplete.extraPaths": [
"/home/bjorn/Documents/ros-projects/my_ws/install/rmp220_teleop/lib/python3.10/site-packages",
"/home/bjorn/Documents/ros-projects/my_ws/install/segway_msgs/local/lib/python3.10/dist-packages",
"/opt/ros/humble/lib/python3.10/site-packages",
"/opt/ros/humble/local/lib/python3.10/dist-packages"
],
"python.analysis.extraPaths": [
"/home/bjorn/Documents/ros-projects/my_ws/install/rmp220_teleop/lib/python3.10/site-packages",
"/home/bjorn/Documents/ros-projects/my_ws/install/segway_msgs/local/lib/python3.10/dist-packages",
"/opt/ros/humble/lib/python3.10/site-packages",
"/opt/ros/humble/local/lib/python3.10/dist-packages"
]
}