Skip to content

APPLD Gazebo simulation environment using Clearpath Warthog in ROS Melodic

Notifications You must be signed in to change notification settings

UTNuclearRobotics/appld_simulation_environment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use the Docker Development Environment

Clone the repository and submodules.

git clone --recurse-submodules -j8 https://github.com/UTNuclearRobotics/optical_comms

Source bash_utils to enable command shortcuts.

. appld_simulation_environment/Docker/bash_utils
rosd-dir appld_simulation_environment/

Build the Docker image.

rosd-build

Run the container and open a shell inside it

rosd-start
rosd-shell

Launch Gazebo Simulation

Inside the Docker container, build the workspace.

cd appld_ws/
catkin_make

Launch Gazebo.

. devel/setup.bash
roslaunch warthog_gazebo appld_gazebo_demo.launch

About

APPLD Gazebo simulation environment using Clearpath Warthog in ROS Melodic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 94.4%
  • Shell 5.6%