Skip to content

Commit

Permalink
Add allow_nonzero_velocity_at_trajectory_end parameter to exported ro…
Browse files Browse the repository at this point in the history
…s2_controllers config file (#2751) (#3109)

(cherry picked from commit 281efe8)

Co-authored-by: Sebastian Castro <4603398+sea-bass@users.noreply.github.com>
  • Loading branch information
mergify[bot] and sea-bass authored Nov 16, 2024
1 parent 4cbaa98 commit b094539
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ bool ROS2ControllersConfig::GeneratedControllersConfig::writeYaml(YAML::Emitter&
const ControlInterfaces interfaces = parent_.getControlInterfaces(ci.joints_);
emitter << YAML::Key << "command_interfaces" << YAML::Value << interfaces.command_interfaces;
emitter << YAML::Key << "state_interfaces" << YAML::Value << interfaces.state_interfaces;
emitter << YAML::Key << "allow_nonzero_velocity_at_trajectory_end" << YAML::Value << true;
}
}
emitter << YAML::EndMap;
Expand Down

0 comments on commit b094539

Please sign in to comment.