Skip to content

Commit

Permalink
Remove more
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN committed Jan 17, 2025
1 parent 7b8cc77 commit f59882d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions localization_manager/config/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ sequential_timesteps_until_gps_operation: 5
# 3 - AUTO select between NDT and GNSS without GNSS timeout
# 4 - GNSS only with NDT initialization
# 5 - GNSS only with fixed offset
localization_mode: 5
localization_mode: 4

# Fixed offset (in meters in map frame) to use when GNSS only with fixed offset is being used (Mode 5)
x_offset: 3.0
y_offset: -2.8
x_offset: 2.8
y_offset: -2.1
z_offset: 0.0
6 changes: 2 additions & 4 deletions trajectory_executor/config/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ trajectory_publish_rate: 10.0
# Due to lack of existing plugin discovery mechanism this is the only control plugin
# which will be available to TrajectoryExecutor
# Units: N/a
# default_control_plugin: "pure_pursuit_wrapper_node"
default_control_plugin: "trajectory_follower_wrapper"
default_control_plugin: "pure_pursuit_wrapper_node"

# String: Full path to default control plugin's trajectory input topic
# Units: N/a
#default_control_plugin_topic: "/guidance/plugins/pure_pursuit/plan_trajectory"
default_control_plugin_topic: "/guidance/plugins/trajectory_follower_wrapper/plan_trajectory"
default_control_plugin_topic: "/guidance/plugins/pure_pursuit/plan_trajectory"

0 comments on commit f59882d

Please sign in to comment.