#6: try to build node
This commit is contained in:
parent
f7b1ac43d2
commit
af973fe0ee
16 changed files with 355 additions and 12 deletions
22
rasms_manipulator/.vscode/c_cpp_properties.json
vendored
Normal file
22
rasms_manipulator/.vscode/c_cpp_properties.json
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"browse": {
|
||||
"databaseFilename": "",
|
||||
"limitSymbolsToIncludedHeaders": true
|
||||
},
|
||||
"includePath": [
|
||||
"/home/splinter1984/robas_ws/install/moveit_visual_tools/include/**",
|
||||
"/home/splinter1984/robas_ws/install/rviz_visual_tools/include/**",
|
||||
"/home/splinter1984/plansys_ws/install/ros2_knowledge_graph/include/**",
|
||||
"/home/splinter1984/plansys_ws/install/ros2_knowledge_graph_msgs/include/**",
|
||||
"/opt/ros/foxy/include/**",
|
||||
"/home/splinter1984/robas_ws/src/moveit_visual_tools/include/**",
|
||||
"/home/splinter1984/robas_ws/src/rviz_visual_tools/include/**",
|
||||
"/usr/include/**"
|
||||
],
|
||||
"name": "ROS"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
14
rasms_manipulator/.vscode/settings.json
vendored
Normal file
14
rasms_manipulator/.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"cmake.configureOnOpen": true,
|
||||
"python.autoComplete.extraPaths": [
|
||||
"/home/splinter1984/plansys_ws/install/ros2_knowledge_graph_viewer/lib/python3.8/site-packages",
|
||||
"/home/splinter1984/plansys_ws/install/ros2_knowledge_graph_msgs/lib/python3.8/site-packages",
|
||||
"/opt/ros/foxy/lib/python3.8/site-packages"
|
||||
],
|
||||
"python.analysis.extraPaths": [
|
||||
"/home/splinter1984/plansys_ws/install/ros2_knowledge_graph_viewer/lib/python3.8/site-packages",
|
||||
"/home/splinter1984/plansys_ws/install/ros2_knowledge_graph_msgs/lib/python3.8/site-packages",
|
||||
"/opt/ros/foxy/lib/python3.8/site-packages"
|
||||
],
|
||||
"ros.distro": "foxy"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue