Skip to content

Metafity/Octobotics_Coding_Assignment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.2%
  • CMake 3.8%