Skip to content

Instantly share code, notes, and snippets.

View cardboardcode's full-sized avatar

Gary Bey cardboardcode

View GitHub Profile
@cardboardcode
cardboardcode / README.md
Last active June 14, 2024 23:52
For People In A Hurry: Setting up nav_rest_api_turtlebot for simulated Turtlebot3

For People In A Hurry: Setting up nav_rest_api_turtlebot for simulated Turtlebot3

TLDR:These are a quick list of instructions to quickly install and run nav_rest_api_turtlebot on your local workstation.

Environment 📚

  1. Ubuntu 22.04.4 LTS
  2. ROS 2 Humble
  3. Docker version 26.1.1, build 4cf5afa
@cardboardcode
cardboardcode / README.md
Last active June 3, 2024 03:15
For People In A Hurry: Set up rmf_web on ROS 2 Humble

For People In A Hurry: Set up rmf_web for ROS 2 Humble

TLDR: These are a quick list of instructions to quickly install and run rmf_web on your local workstation.

Environment

  1. Ubuntu 22.04.4 LTS
  2. ROS 2 Humble
docker pull ghcr.io/open-rmf/rmf/rmf_demos:latest
@cardboardcode
cardboardcode / README.md
Last active May 31, 2024 01:40
For People In A Hurry: Install ROS 1 Noetic

For People In A Hurry: Install ROS 1 Noetic on Ubuntu 20.04

TLDR: This is a set of instructions to help set up ROS 1 Noetic on Ubuntu 20.04.

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-get update && sudo apt-get install curl -y
@cardboardcode
cardboardcode / README.md
Last active May 25, 2024 12:18
For People In A Hurry: Setting up ros1_bridge for ROS2 <=> ROS1 Communication [Ubuntu 20.04]

For People In A Hurry: Setting up ros1_bridge in ROS2 [Ubuntu 20.04]

TLDR: This is a set of instructions to help set up necessary ROS2 packages in order to run ros1_bridge.

Why?

ros1_bridge allows nodal communication between ROS1 and ROS2 packages, providing higher flexibility in setting up an overall ROS system.

Dependencies

  1. Ubuntu 20.04 Focal Fossa ( Operating System )
  2. ROS2 Foxy Fitzroy ( ROS2 )
  3. ROS1 Noetic Ninjemys (ROS1)
@cardboardcode
cardboardcode / README.md
Last active September 16, 2022 16:34
For People In A Hurry: Setting up to Detect AprilTag in ROS2

For People In A Hurry: Setting up to Detect AprilTag in ROS2

TLDR: This is a set of instructions to help set up necessary ROS2 packages to start detecting Apriltag.

Dependencies

  1. Ubuntu 20.04 Focal Fossa ( Operating System )
  2. ROS2 Foxy Fitzroy ( ROS )
  3. Apriltag 3.2 ( Library SDK )
  4. python3-rosdep ( Dependency Manager )
  5. Intel Realsense D400 Series Depth Camera ( Physical Camera Hardware )