Skip to content

Commit 8b48b19

Browse files
Export dependencies and update comments
1 parent 3e78665 commit 8b48b19

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
@@ -91,7 +91,7 @@ joint_trajectory_controller:
9191
cmd_timeout must be greater than constraints.goal_time, otherwise ignored.
9292
If zero, timeout is deactivated",
9393
}
94-
controller_plugin : {
94+
controller_plugin: {
9595
type: string,
9696
default_value: "joint_trajectory_controller_plugins::PidTrajectoryPlugin",
9797
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)