We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3316ac commit 0257d9dCopy full SHA for 0257d9d
1 file changed
launch/fixed_route.yaml
@@ -22,7 +22,7 @@ drive:
22
# type: RouteToTrajectoryPlanner
23
# args: [null] #desired speed in m/s. If null, this will keep the route untimed for the trajectory tracker
24
trajectory_tracking:
25
- type: pure_pursuit.PurePursuitTrajectoryTracker
+ type: stanley.StanleyTrajectoryTracker
26
# args: [null]
27
# args: {desired_speed: 2.5} #approximately 5mph
28
print: False
@@ -78,4 +78,4 @@ variants:
78
#visualization: !include "mpl_visualization.yaml"
79
log_ros:
80
log:
81
- ros_topics : !include "../GEMstack/knowledge/defaults/standard_ros_topics.yaml"
+ ros_topics : !include "../GEMstack/knowledge/defaults/standard_ros_topics.yaml"
0 commit comments