Skip to content

moveit/moveit.ros.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

05554d7 · Mar 25, 2025
Oct 14, 2024
Jan 17, 2025
May 28, 2024
Mar 7, 2025
May 28, 2024
Mar 25, 2025
Nov 27, 2024
Jan 4, 2022
Sep 21, 2015
Feb 4, 2025
Oct 14, 2024
Dec 17, 2024
May 3, 2024
Mar 9, 2021
Sep 9, 2016
Nov 27, 2024
May 3, 2024
Dec 22, 2021
Sep 2, 2024
Oct 18, 2021
Sep 2, 2024
Feb 3, 2023
Oct 14, 2024
May 31, 2023
Sep 16, 2024
Jan 26, 2024
Oct 18, 2021
Dec 21, 2018
Mar 7, 2025

Repository files navigation

The MoveIt Website

Formatting (pre-commit) Build Status

The MoveIt website (https://moveit.ai/) is hosted on Github Pages using Markdown format. Changes to the main branch become immediately available online.

Images

Please compress images before loading them to the repo, we recommend https://tinypng.com/. High-resolution images from professional photographers will kill load times.

YouTube Videos

Please use https://www.youtube-nocookie.com/ instead of https://www.youtube.com/. Explanation here.

Build Locally on Ubuntu

Will install Ruby, and Jekyll, build the website, and server the website on localhost:

./build_locally.sh

If the dependencies are already installed (you've already run the previous command locally):

./build_locally.sh noinstall

If Jekyll is for some reason still running in the background, kill to prevent port conflicts:

pkill -9 -f jekyll

Run Build Tests Locally

Will check all links are valid, etc:

./build_locally.sh check