Skip to content

Commit

Permalink
Export dependencies and update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 19, 2023
1 parent ae82875 commit d22d5ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ joint_trajectory_controller:
cmd_timeout must be greater than constraints.goal_time, otherwise ignored.
If zero, timeout is deactivated",
}
controller_plugin : {
controller_plugin: {
type: string,
default_value: "joint_trajectory_controller_plugins::PidTrajectoryPlugin",
description: "Type of the plugin for the trajectory controller",
Expand Down
2 changes: 1 addition & 1 deletion joint_trajectory_controller_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ ament_export_libraries(
ament_export_targets(
export_${PROJECT_NAME}
)

ament_export_dependencies(${THIS_PACKAGE_INCLUDE_DEPENDS})
ament_package()

0 comments on commit d22d5ff

Please sign in to comment.