umiklos / pid_controller

This is a ROS2 package for PID_Controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pid_controller package

ROS 2 python package. Static Badge

Packages and build

It is assumed that the workspace is ~/ros2_ws/.

Clone the packages

cd ~/ros2_ws/src
git clone https://github.com/Farraj007/pid_controller

Build ROS 2 packages

cd ~/ros2_ws
colcon build --packages-select pid_controller --symlink-install
Don't forget to source before ROS commands.
source ~/ros2_ws/install/setup.bash
ros2 launch pid_controller launch_example1.launch.py

About

This is a ROS2 package for PID_Controller

License:GNU General Public License v3.0


Languages

Language:Python 100.0%