Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 committed Nov 14, 2024
1 parent a53f6d0 commit 368c171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions control/autoware_trajectory_follower_node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Giving the longitudinal controller information about steer convergence allows it
#### Outputs
- `autoware_control_msgs/Control`: message containing both lateral and longitudinal commands.
- `autoware_control_msgs/ControlHorizon`: message containing both lateral and longitudinal horizon commands. this is NOT published by default. by using this, the performance of vehicle control may be improved, and by turning the default on, it can be used as an experimental topic.
#### Parameter
Expand All @@ -146,6 +147,7 @@ Giving the longitudinal controller information about steer convergence allows it
2. The last received commands are not older than defined by `timeout_thr_sec`.
- `lateral_controller_mode`: `mpc` or `pure_pursuit`
- (currently there is only `PID` for longitudinal controller)
- `enable_control_cmd_horizon_pub`: publish `ControlHorizon` or not (default: false)
## Debugging
Expand Down

0 comments on commit 368c171

Please sign in to comment.