Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.68 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.68 KB

Octobotics Coding Assignment

This Github repository provides a base inverted pendulum simulation to be used as-is for the purposes of this assignment

Dependencies

pip install pygame
sudo apt-get install python3-catkin-tools

Usage

  • clone the repository
git clone git@github.com:octobotics/Octobotics_Coding_Assignment.git
  • navigate to the repository directory
cd Octobotics_Coding_Assignment
  • build the project
catkin build
  • source the workspace
source devel/setup.bash
  • launch the simulation using roslaunch
roslaunch inverted_pendulum_sim inverted_pendulum_sim.launch

Published Topics

Subscribed Topics

Services