Skip to content

Commit f30dc68

Browse files
Export dependencies and update comments
1 parent 5864456 commit f30dc68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

joint_trajectory_controller/src/joint_trajectory_controller_parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ joint_trajectory_controller:
8686
cmd_timeout must be greater than constraints.goal_time, otherwise ignored.
8787
If zero, timeout is deactivated",
8888
}
89-
controller_plugin : {
89+
controller_plugin: {
9090
type: string,
9191
default_value: "joint_trajectory_controller_plugins::PidTrajectoryPlugin",
9292
description: "Type of the plugin for the trajectory controller",

joint_trajectory_controller_plugins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ ament_export_libraries(
7373
ament_export_targets(
7474
export_${PROJECT_NAME}
7575
)
76-
76+
ament_export_dependencies(${THIS_PACKAGE_INCLUDE_DEPENDS})
7777
ament_package()

0 commit comments

Comments
 (0)