Skip to content

Commit 1b2cf1a

Browse files
authored
Merge pull request #511 - OccupancyGrid, Path types
OccupancyGrid, Path types Former-commit-id: ab29e4b
1 parent 0824f74 commit 1b2cf1a

15 files changed

Lines changed: 2073 additions & 396 deletions

File tree

assets/foxglove_unitree_lcm_dashboard.json

Lines changed: 100 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,42 @@
2121
],
2222
"order": 1,
2323
"size": 30,
24-
"divisions": 30
24+
"divisions": 30,
25+
"color": "#248eff57"
26+
},
27+
"ff758451-8c06-4419-a995-e93c825eb8be": {
28+
"visible": true,
29+
"frameLocked": true,
30+
"label": "Grid",
31+
"instanceId": "ff758451-8c06-4419-a995-e93c825eb8be",
32+
"layerId": "foxglove.Grid",
33+
"frameId": "base_link",
34+
"size": 3,
35+
"divisions": 3,
36+
"lineWidth": 1.5,
37+
"color": "#24fff4ff",
38+
"position": [
39+
0,
40+
0,
41+
0
42+
],
43+
"rotation": [
44+
0,
45+
0,
46+
0
47+
],
48+
"order": 2
2549
}
2650
},
2751
"cameraState": {
28-
"perspective": true,
29-
"distance": 22.16066481982733,
30-
"phi": 34.816360162458444,
31-
"thetaOffset": 110.38709006815255,
52+
"perspective": false,
53+
"distance": 25.847108697365048,
54+
"phi": 32.532756465990374,
55+
"thetaOffset": -179.288640038416,
3256
"targetOffset": [
33-
0.6543165797799305,
34-
-5.069343424147507,
35-
5.603018248159094e-16
57+
1.620731759058286,
58+
-2.9069622235988986,
59+
-0.09942375087215619
3660
],
3761
"target": [
3862
0,
@@ -53,7 +77,10 @@
5377
"scene": {
5478
"enableStats": true,
5579
"ignoreColladaUpAxis": false,
56-
"syncCamera": false
80+
"syncCamera": false,
81+
"transforms": {
82+
"visible": true
83+
}
5784
},
5885
"transforms": {},
5986
"topics": {
@@ -63,12 +90,13 @@
6390
"colorField": "z",
6491
"colorMode": "colormap",
6592
"colorMap": "turbo",
66-
"pointShape": "square",
93+
"pointShape": "circle",
6794
"pointSize": 10,
6895
"explicitAlpha": 1,
69-
"minValue": -0.1,
7096
"decayTime": 0,
71-
"cubeSize": 0.06
97+
"cubeSize": 0.1,
98+
"minValue": -0.3,
99+
"cubeOutline": false
72100
},
73101
"/odom": {
74102
"visible": true,
@@ -83,16 +111,67 @@
83111
"colorMode": "colormap",
84112
"colorMap": "turbo",
85113
"pointSize": 10,
86-
"minValue": -0.1,
87114
"decayTime": 0,
88-
"pointShape": "square",
115+
"pointShape": "cube",
89116
"cubeOutline": false,
90-
"cubeSize": 0.05,
117+
"cubeSize": 0.08,
91118
"gradient": [
92119
"#06011dff",
93120
"#d1e2e2ff"
94121
],
95-
"stixelsEnabled": false
122+
"stixelsEnabled": false,
123+
"explicitAlpha": 1,
124+
"minValue": -0.2
125+
},
126+
"/global_path": {
127+
"visible": true,
128+
"type": "line",
129+
"arrowScale": [
130+
1,
131+
0.15,
132+
0.15
133+
],
134+
"lineWidth": 0.132,
135+
"gradient": [
136+
"#6bff7cff",
137+
"#0081ffff"
138+
]
139+
},
140+
"/global_target": {
141+
"visible": true
142+
},
143+
"/pt": {
144+
"visible": false
145+
},
146+
"/global_costmap": {
147+
"visible": true,
148+
"maxColor": "#8d3939ff",
149+
"frameLocked": false,
150+
"unknownColor": "#80808000",
151+
"colorMode": "custom",
152+
"alpha": 0.517,
153+
"minColor": "#1e00ff00"
154+
},
155+
"/global_gradient": {
156+
"visible": true,
157+
"maxColor": "#690066ff",
158+
"unknownColor": "#30b89a00",
159+
"minColor": "#00000000",
160+
"colorMode": "custom",
161+
"alpha": 0.3662,
162+
"frameLocked": false,
163+
"drawBehind": false
164+
},
165+
"/global_cost_field": {
166+
"visible": false,
167+
"maxColor": "#ff0000ff",
168+
"unknownColor": "#80808000"
169+
},
170+
"/global_passable": {
171+
"visible": false,
172+
"maxColor": "#ffffff00",
173+
"minColor": "#ff0000ff",
174+
"unknownColor": "#80808000"
96175
}
97176
},
98177
"publish": {
@@ -105,7 +184,8 @@
105184
"poseEstimateThetaDeviation": 0.26179939
106185
},
107186
"imageMode": {},
108-
"foxglovePanelTitle": "test"
187+
"foxglovePanelTitle": "test",
188+
"followTf": "world"
109189
},
110190
"Image!3mnp456": {
111191
"cameraState": {
@@ -155,14 +235,6 @@
155235
},
156236
"foxglovePanelTitle": "/video"
157237
},
158-
"RawMessages!os6rgs": {
159-
"diffEnabled": true,
160-
"diffMethod": "previous message",
161-
"diffTopicPath": "/lidar",
162-
"showFullMessageForDiff": false,
163-
"topicPath": "/odom",
164-
"fontSize": 12
165-
},
166238
"Plot!a1gj37": {
167239
"paths": [
168240
{
@@ -206,16 +278,11 @@
206278
"first": "3D!18i6zy7",
207279
"second": {
208280
"first": "Image!3mnp456",
209-
"second": {
210-
"first": "RawMessages!os6rgs",
211-
"second": "Plot!a1gj37",
212-
"direction": "row",
213-
"splitPercentage": 21.133036282622545
214-
},
281+
"second": "Plot!a1gj37",
215282
"direction": "column",
216-
"splitPercentage": 45.83732057416268
283+
"splitPercentage": 28.030303030303028
217284
},
218285
"direction": "row",
219-
"splitPercentage": 61.01509144891709
286+
"splitPercentage": 69.43271928754422
220287
}
221288
}

data/.lfs/lcm_msgs.tar.gz

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:245395d0c3e200fcfcea8de5de217f645362b145b200c81abc3862e0afc1aa7e
3+
size 327201

0 commit comments

Comments
 (0)