Skip to content

Commit

Permalink
Merge pull request #35 from open-navigation/updates
Browse files Browse the repository at this point in the history
adding neobotix video update
  • Loading branch information
SteveMacenski authored May 1, 2024
2 parents 2bc9803 + bb76f44 commit 8ead7d0
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 0 deletions.
Binary file added src/assets/firefly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/karelics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/neobotix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/videos/planning_control.mp4
Binary file not shown.
Binary file modified src/assets/videos/visualization.mp4
Binary file not shown.
21 changes: 21 additions & 0 deletions src/components/logos.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import LG from "assets/LG_Logo.png";
import ElroyAir from "assets/ElroyAir.png";
import AMD from "assets/AMD_Logo.png";
import Bosch from "assets/Bosch-logo.png";
import Neobotix from "assets/neobotix.png";
import Firefly from "assets/firefly.png";
import Karelics from "assets/karelics.png";
const logoInfo = [
{
Expand All @@ -27,6 +30,12 @@ const logoInfo = [
src: LG,
width: 134,
},
{
alt: "Firefly Automatix",
link: "https://fireflyautomatix.com/amp-mowers/",
src: Firefly,
width: 134,
},
{
alt: "Bosch",
link: "https://www.bosch.us/",
Expand All @@ -45,6 +54,18 @@ const logoInfo = [
src: AMD,
width: 134,
},
{
alt: "Neobotix",
link: "https://www.neobotix-robots.com/",
src: Neobotix,
width: 134,
},
{
alt: "Karelics",
link: "https://karelics.fi/",
src: Karelics,
width: 134,
},
];
const logoTitle = "Companies Using Nav2";
---
Expand Down

0 comments on commit 8ead7d0

Please sign in to comment.