Skip to content

Commit b23aadf

Browse files
committed
Remove CARLA from the live demo descriptions and add links to the LF playground and demos.
1 parent 84b17cb commit b23aadf

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

src/pages/events/cpsweek-2026-tutorial.tsx

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import styles from "./event-page.module.css";
88
interface ScheduleItem {
99
session: string;
1010
duration: string;
11-
description?: string;
11+
description?: React.ReactNode;
1212
leads?: string;
1313
}
1414

@@ -23,8 +23,22 @@ const scheduleItems: ScheduleItem[] = [
2323
{
2424
session: "Live Demos",
2525
duration: "45 minutes",
26-
description:
27-
"CPS-focused example applications built with LF, including distributed (federated) execution, physics simulation integration, and embodied AI agents using robotic platforms. Autonomous vehicle/platoon coordination simulation using the CARLA simulator integration.",
26+
description: (
27+
<>
28+
CPS-focused example applications built with LF, including distributed
29+
(federated) execution, physics simulation integration, and embodied AI
30+
agents using robotic platforms. Demos will leverage example programs
31+
from the{" "}
32+
<Link href="https://github.com/lf-lang/playground-lingua-franca">
33+
LF Playground
34+
</Link>{" "}
35+
and{" "}
36+
<Link href="https://github.com/lf-lang/lf-demos">LF Demos</Link>{" "}
37+
repositories such as the vehicle simulation integrated with the
38+
physics-based simulation engine,{" "}
39+
<Link href="https://mujoco.org/">MuJoCo</Link>.
40+
</>
41+
),
2842
leads: "Organizers",
2943
},
3044
{

0 commit comments

Comments
 (0)