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)

(cherry picked from commit 281efe8)
  • Loading branch information
sea-bass authored and mergify[bot] committed Nov 16, 2024
1 parent 4cbaa98 commit 0563a72
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 0563a72

Please sign in to comment.