StandardTrajectoryGenerator
Parameters
<dwb plugin>: DWB plugin name defined in the controller_plugin_ids parameter in Controller Server.
<dwb plugin>.sim_time
- Type:
doubleDefault:1.7 -
Time to simulate ahead by (s).
<dwb plugin>.discretize_by_time
- Type:
boolDefault:false -
If
true, forward simulate by time. Iffalse, forward simulate by linear and angular granularity.
<dwb plugin>.time_granularity
- Type:
doubleDefault:0.5 -
Time ahead to project.
<dwb plugin>.linear_granularity
- Type:
doubleDefault:0.5 -
Linear distance forward to project.
<dwb plugin>.angular_granularity
- Type:
doubleDefault:0.025 -
Angular distance to project.
<dwb plugin>.include_last_point
- Type:
boolDefault:true -
Whether to include the last pose in the trajectory.
<dwb plugin>.limit_vel_cmd_in_traj
- Type:
boolDefault:false -
Whether to limit velocity command in trajectory using sampled velocity instead of the commanded velocity.