Skip to content

Hyperloop-VCU/day3_ros_packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These packages are used in day 3 of the ROS workshops.

Build Steps

  1. Make your workspace directory and enter it
mkdir -p colcon_ws/src
cd colcon_ws/
  1. Acquire the source files. Clone this repository using git.
git clone https://github.com/Hyperloop-VCU/day3_ros_packages.git src/
  1. Install the package's dependencies
rosdep install --from-paths src --ignore-src -r -y
  1. Build the package using colcon
colcon build --symlink-install
  1. Source the install source file to tell ROS about your new packages
source install/setup.bash

About

Example ROS packages used in Day 3 of the ROS workshops.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published