Skip to content

Hyperloop-VCU/example-ros-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example ROS package for use in the HyperLabs 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/example-ros-package.git src/example-ros-package
  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 package, to be used in the ros workshops.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages