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 Dec 10, 2023
1 parent 89d63b6 commit 2bdc162
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 @@ -86,7 +86,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 2bdc162

Please sign in to comment.