File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
nav2_minimal_tb3_sim/urdf Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 105
105
<navsat >
106
106
<position_sensing >
107
107
<horizontal >
108
+ <!-- Be carefull setting this.
109
+ Units in degree not in meters https://github.com/gazebosim/sdformat/issues/1572 -->
108
110
<noise type =" gaussian" >
109
111
<mean >0.0</mean >
110
112
<stddev >0.0</stddev >
496
498
<plugin
497
499
filename =" gz-sim-diff-drive-system"
498
500
name =" gz::sim::systems::DiffDrive" >
501
+
502
+ <!-- wheel information -->
499
503
<left_joint >wheel_left_joint</left_joint >
500
504
<right_joint >wheel_right_joint</right_joint >
501
505
<wheel_separation >0.287</wheel_separation >
502
506
<wheel_radius >0.033</wheel_radius >
507
+
508
+ <!-- limits -->
503
509
<max_linear_acceleration >1</max_linear_acceleration >
504
510
<min_linear_acceleration >-1</min_linear_acceleration >
505
511
<max_angular_acceleration >2</max_angular_acceleration >
508
514
<min_linear_velocity >-0.46</min_linear_velocity >
509
515
<max_angular_velocity >1.9</max_angular_velocity >
510
516
<min_angular_velocity >-1.9</min_angular_velocity >
517
+
518
+ <!-- input -->
511
519
<topic >$(arg namespace)/cmd_vel</topic >
520
+
521
+ <!-- output -->
512
522
<odom_topic >$(arg namespace)/odom</odom_topic >
513
523
<tf_topic >$(arg namespace)/tf</tf_topic >
514
524
<frame_id >odom</frame_id >
515
525
<child_frame_id >base_footprint</child_frame_id >
516
526
<odom_publish_frequency >30</odom_publish_frequency >
527
+
517
528
</plugin >
518
529
519
530
<plugin
You can’t perform that action at this time.
0 commit comments