Skip to content

Tanishq30052002/Octobotics_Coding_Assignment

 
 

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 72.1%
  • CMake 27.9%