Skip to content

Commit 80f2681

Browse files
Lyna TranLyna Tran
authored andcommitted
Marketing changes: Home page (ordering of robots + thumbnail changes), Husky A300 User Manual (Added Unboxing Video Guide)
1 parent d965923 commit 80f2681

File tree

5 files changed

+46
-39
lines changed

5 files changed

+46
-39
lines changed

docs_robots/outdoor_robots/husky/a300/user_manual_husky.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,16 @@ $W$ is the effective track of the robot, 0.562 m.
13121312

13131313
## Unboxing
13141314

1315+
<iframe
1316+
width="560"
1317+
height="315"
1318+
src="https://www.youtube.com/embed/S7tZKQamS0U?si=Nr17hx37GPaNPHcw"
1319+
title="YouTube video player"
1320+
frameborder="0"
1321+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin"
1322+
allowfullscreen>
1323+
</iframe>
1324+
13151325
<ComponentUnboxingTheHuskyA300 />
13161326

13171327
---

src/data/features.tsx

Lines changed: 36 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from "react";
22
import Translate, { translate } from "@docusaurus/Translate";
3-
43
export type FeatureItem = {
54
title: string;
65
image: {
@@ -10,20 +9,19 @@ export type FeatureItem = {
109
};
1110
text: JSX.Element;
1211
};
13-
1412
const FEATURES: FeatureItem[] = [
1513
{
1614
title: translate({
17-
message: "JACKAL",
18-
id: "homepage_jackal",
15+
message: "WARTHOG",
16+
id: "homepage_warthog",
1917
}),
2018
image: {
21-
src: "/img/website_images/jackal_thumbnail.png",
19+
src: "/img/website_images/warthog_thumbnail.png",
2220
width: 250,
2321
height: 150,
24-
hyperlink: "/docs_robots/outdoor_robots/jackal/user_manual_jackal",
22+
hyperlink: "/docs_robots/outdoor_robots/warthog/user_manual_warthog",
2523
},
26-
text: <Translate id="homepage_jackal">Small Outdoor Platform</Translate>,
24+
text: <Translate id="homepage_warthog">Large Outdoor Platform</Translate>,
2725
},
2826
{
2927
title: translate({
@@ -40,82 +38,81 @@ const FEATURES: FeatureItem[] = [
4038
},
4139
{
4240
title: translate({
43-
message: "HUSKY A200 OBSERVER",
44-
id: "homepage_husky_a200_observer",
41+
message: "HUSKY A300 AMP",
42+
id: "homepage_husky_a300_amp",
4543
}),
4644
image: {
47-
src: "/img/website_images/husky_a200_observer_thumbnail.png",
45+
src: "/img/website_images/husky_a300_amp_thumbnail.png",
4846
width: 114,
4947
height: 150,
50-
hyperlink: "/docs_robots/legacy/ros1_robots/solutions/husky_a200_observer/user_manual_husky_a200_observer",
48+
hyperlink: "/docs_robots/solutions/husky_a300_amp/",
5149
},
52-
text: <Translate id="homepage_husky_a200_observer">Medium Outdoor Solution</Translate>,
50+
text: <Translate id="homepage_husky_a300_amp">Medium Outdoor Solution</Translate>,
5351
},
5452
{
5553
title: translate({
56-
message: "WARTHOG",
57-
id: "homepage_warthog",
54+
message: "JACKAL",
55+
id: "homepage_jackal",
5856
}),
5957
image: {
60-
src: "/img/website_images/warthog_thumbnail.png",
58+
src: "/img/website_images/jackal_thumbnail.png",
6159
width: 250,
6260
height: 150,
63-
hyperlink: "/docs_robots/outdoor_robots/warthog/user_manual_warthog",
61+
hyperlink: "/docs_robots/outdoor_robots/jackal/user_manual_jackal",
6462
},
65-
text: <Translate id="homepage_warthog">Large Outdoor Platform</Translate>,
63+
text: <Translate id="homepage_jackal">Small Outdoor Platform</Translate>,
6664
},
6765
{
6866
title: translate({
69-
message: "TURTLEBOT 4",
70-
id: "homepage_turtlebot",
67+
message: "RIDGEBACK",
68+
id: "homepage_ridgeback",
7169
}),
7270
image: {
73-
src: "/img/website_images/turtlebot_thumbnail.png",
71+
src: "/img/website_images/ridgeback_thumbnail.png",
7472
width: 250,
7573
height: 150,
76-
hyperlink: "/docs_robots/learning_platforms/turtlebot4",
74+
hyperlink: "/docs_robots/indoor_robots/ridgeback/user_manual_ridgeback",
7775
},
78-
text: <Translate id="homepage_turtlebot">Classroom Indoor Differential Platform</Translate>,
76+
text: <Translate id="homepage_ridgeback">Large Indoor Omnidirectional Platform</Translate>,
7977
},
8078
{
8179
title: translate({
82-
message: "DINGO",
83-
id: "homepage_dingo",
80+
message: "BOXER",
81+
id: "homepage_boxer",
8482
}),
8583
image: {
86-
src: "/img/website_images/dingo_thumbnail.png",
84+
src: "/img/website_images/boxer_thumbnail.png",
8785
width: 250,
8886
height: 150,
89-
hyperlink: "/docs_robots/indoor_robots/dingo/user_manual_dingo",
87+
hyperlink: "/docs_robots/indoor_robots/boxer/user_manual_boxer",
9088
},
91-
text: <Translate id="homepage_dingo">Small Indoor Platform, Differential And Omnidirectional Configurations</Translate>,
89+
text: <Translate id="homepage_boxer">Medium Indoor Differential Platform</Translate>,
9290
},
9391
{
9492
title: translate({
95-
message: "BOXER",
96-
id: "homepage_boxer",
93+
message: "DINGO",
94+
id: "homepage_dingo",
9795
}),
9896
image: {
99-
src: "/img/website_images/boxer_thumbnail.png",
97+
src: "/img/website_images/dingo_thumbnail.png",
10098
width: 250,
10199
height: 150,
102-
hyperlink: "/docs_robots/indoor_robots/boxer/user_manual_boxer",
100+
hyperlink: "/docs_robots/indoor_robots/dingo/user_manual_dingo",
103101
},
104-
text: <Translate id="homepage_boxer">Medium Indoor Differential Platform</Translate>,
102+
text: <Translate id="homepage_dingo">Small Indoor Platform, Differential And Omnidirectional Configurations</Translate>,
105103
},
106104
{
107105
title: translate({
108-
message: "RIDGEBACK",
109-
id: "homepage_ridgeback",
106+
message: "TURTLEBOT 4",
107+
id: "homepage_turtlebot",
110108
}),
111109
image: {
112-
src: "/img/website_images/ridgeback_thumbnail.png",
110+
src: "/img/website_images/turtlebot_thumbnail.png",
113111
width: 250,
114112
height: 150,
115-
hyperlink: "/docs_robots/indoor_robots/ridgeback/user_manual_ridgeback",
113+
hyperlink: "/docs_robots/learning_platforms/turtlebot4",
116114
},
117-
text: <Translate id="homepage_ridgeback">Large Indoor Omnidirectional Platform</Translate>,
115+
text: <Translate id="homepage_turtlebot">Classroom Indoor Differential Platform</Translate>,
118116
},
119117
];
120-
121-
export default FEATURES;
118+
export default FEATURES;
-26.1 KB
Loading
651 KB
Loading
516 KB
Loading

0 commit comments

Comments
 (0)