Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 45a1857

Browse files
committed
Cleanup
Signed-off-by: Yadunund <[email protected]>
1 parent 402fe31 commit 45a1857

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gazebo_plugins/src/gazebo_ros_ackermann_drive.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,8 @@ void GazeboRosAckermannDrive::Load(gazebo::physics::ModelPtr _model, sdf::Elemen
321321
"linear_velocity_i_range", ignition::math::Vector2d::Zero).first;
322322
impl_->pid_linear_vel_.Init(pid.X(), pid.Y(), pid.Z(), i_range.Y(), i_range.X());
323323

324-
// Get the wheel radius
324+
// Get the kinematic parameters
325325
impl_->wheel_radius_ = _sdf->Get<double>("wheel_radius", 0.3).first;
326-
327-
// Get the wheel separation
328326
impl_->wheel_separation_ = _sdf->Get<double>("track_width", 1.2).first;
329327
impl_->wheel_base_ = _sdf->Get<double>("wheel_base", 2.0).first;
330328

0 commit comments

Comments
 (0)