Skip to content

Commit

Permalink
Update sensing/imu_corrector/CMakeLists.txt
Browse files Browse the repository at this point in the history
add namespace

Co-authored-by: Yamato Ando <[email protected]>
Signed-off-by: a-maumau <[email protected]>
  • Loading branch information
a-maumau and YamatoAndo committed Jun 7, 2024
1 parent fb3f139 commit b6f59ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensing/imu_corrector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ament_auto_add_library(gyro_bias_estimator SHARED
)

rclcpp_components_register_node(${PROJECT_NAME}
PLUGIN "ImuCorrector"
PLUGIN "imu_corrector::ImuCorrector"
EXECUTABLE ${PROJECT_NAME}_node
EXECUTOR SingleThreadedExecutor
)
Expand Down

0 comments on commit b6f59ab

Please sign in to comment.