A basic PID Longitudinal Controller for ROS2 Foxy and SVL Simulator.
lgsvl-msgs
To deploy this project run
ros2 launch longitudinal_controller Controller.launch.py
Parameter | Type |
---|---|
target_velocity |
float |
kp |
float |
kd |
float |
ki |
float |
frequency |
float |
odometry_topic |
string |
control_data_topic |
string |
Test run of the package with 20 mps target velocity.