Skip to content

KedarMore/ROS-Inverted-Pendulum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

ROS-Inverted-Pendulum

  • /rosdistro: noetic
  • /rosversion: 1.16.0

Build your ROS Workspace

mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/
catkin_make

put the catkin package 'pendulum_control' in catkin_ws/src/

Source the setup.bash file in all the terminals.

source devel/setup.bash

terminal 1:

catkin_make
rosrun pendulum_control node_pendulum_controller

Monitor Actual Angle here.

terminal 2:

rosrun rviz rviz

Add > MarkerArray

terminal 3:

rosrun pendulum_control node_pendulum_simulator

This command will ask you to input an initial angle (in degrees).

Monitor Motor Torque values here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published