mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 11:20:02 +08:00
updated scout params for scoutv2.0
This commit is contained in:
@@ -19,8 +19,8 @@ struct ScoutParams
|
|||||||
/* Scout Parameters */
|
/* Scout Parameters */
|
||||||
static constexpr double max_steer_angle = 30.0; // in degree
|
static constexpr double max_steer_angle = 30.0; // in degree
|
||||||
|
|
||||||
static constexpr double track = 0.576; // in meter (left & right wheel distance)
|
static constexpr double track = 0.58306; // in meter (left & right wheel distance)
|
||||||
static constexpr double wheelbase = 0.648; // in meter (front & rear wheel distance)
|
static constexpr double wheelbase = 0.498; // in meter (front & rear wheel distance)
|
||||||
static constexpr double wheel_radius = 0.165; // in meter
|
static constexpr double wheel_radius = 0.165; // in meter
|
||||||
|
|
||||||
// from user manual v1.2.8 P18
|
// from user manual v1.2.8 P18
|
||||||
|
|||||||
Reference in New Issue
Block a user