Skip to content

Commit eef43e4

Browse files
committed
Fixed linked and settings file
1 parent 8b91c5c commit eef43e4

File tree

3 files changed

+5
-84
lines changed

3 files changed

+5
-84
lines changed

.vscode/settings.json

Lines changed: 1 addition & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -6,86 +6,7 @@
66
"*.srdf": "xml",
77
"*.rviz": "yaml",
88
"*.config": "xml",
9-
"*.sdf": "xml",
10-
"any": "cpp",
11-
"array": "cpp",
12-
"atomic": "cpp",
13-
"bit": "cpp",
14-
"*.tcc": "cpp",
15-
"bitset": "cpp",
16-
"cctype": "cpp",
17-
"charconv": "cpp",
18-
"chrono": "cpp",
19-
"clocale": "cpp",
20-
"cmath": "cpp",
21-
"codecvt": "cpp",
22-
"compare": "cpp",
23-
"complex": "cpp",
24-
"concepts": "cpp",
25-
"condition_variable": "cpp",
26-
"csignal": "cpp",
27-
"cstdarg": "cpp",
28-
"cstddef": "cpp",
29-
"cstdint": "cpp",
30-
"cstdio": "cpp",
31-
"cstdlib": "cpp",
32-
"cstring": "cpp",
33-
"ctime": "cpp",
34-
"cwchar": "cpp",
35-
"cwctype": "cpp",
36-
"deque": "cpp",
37-
"forward_list": "cpp",
38-
"list": "cpp",
39-
"map": "cpp",
40-
"set": "cpp",
41-
"string": "cpp",
42-
"unordered_map": "cpp",
43-
"unordered_set": "cpp",
44-
"vector": "cpp",
45-
"exception": "cpp",
46-
"algorithm": "cpp",
47-
"functional": "cpp",
48-
"iterator": "cpp",
49-
"memory": "cpp",
50-
"memory_resource": "cpp",
51-
"numeric": "cpp",
52-
"optional": "cpp",
53-
"random": "cpp",
54-
"ratio": "cpp",
55-
"regex": "cpp",
56-
"string_view": "cpp",
57-
"system_error": "cpp",
58-
"tuple": "cpp",
59-
"type_traits": "cpp",
60-
"utility": "cpp",
61-
"hash_map": "cpp",
62-
"format": "cpp",
63-
"fstream": "cpp",
64-
"future": "cpp",
65-
"initializer_list": "cpp",
66-
"iomanip": "cpp",
67-
"iosfwd": "cpp",
68-
"iostream": "cpp",
69-
"istream": "cpp",
70-
"limits": "cpp",
71-
"mutex": "cpp",
72-
"new": "cpp",
73-
"numbers": "cpp",
74-
"ostream": "cpp",
75-
"ranges": "cpp",
76-
"semaphore": "cpp",
77-
"shared_mutex": "cpp",
78-
"span": "cpp",
79-
"sstream": "cpp",
80-
"stdexcept": "cpp",
81-
"stop_token": "cpp",
82-
"streambuf": "cpp",
83-
"thread": "cpp",
84-
"cinttypes": "cpp",
85-
"typeindex": "cpp",
86-
"typeinfo": "cpp",
87-
"valarray": "cpp",
88-
"variant": "cpp"
9+
"*.sdf": "xml"
8910
},
9011
"terminal.integrated.defaultProfile.linux": "bash",
9112
"terminal.integrated.profiles.linux": {

libwaterlinked/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<maintainer email="evanp922@gmail.com">Evan Palmer</maintainer>
1010
<license>MIT</license>
1111

12-
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/libwaterlinked.git</url>
13-
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/libwaterlinked/issues</url>
12+
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/waterlinked_dvl.git</url>
13+
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/waterlinked_dvl/issues</url>
1414

1515
<author>Evan Palmer</author>
1616

waterlinked_dvl_driver/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<maintainer email="evanp922@gmail.com">Evan Palmer</maintainer>
1010
<license>MIT</license>
1111

12-
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/libwaterlinked.git</url>
13-
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/libwaterlinked/issues</url>
12+
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/waterlinked_dvl.git</url>
13+
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/waterlinked_dvl/issues</url>
1414

1515
<buildtool_depend>ament_cmake</buildtool_depend>
1616

0 commit comments

Comments
 (0)