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]>
  • Loading branch information
a-maumau and YamatoAndo committed Jun 7, 2024
1 parent b6f59ab commit e028dea
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 @@ -20,7 +20,7 @@ rclcpp_components_register_node(${PROJECT_NAME}
)

rclcpp_components_register_node(gyro_bias_estimator
PLUGIN "GyroBiasEstimator"
PLUGIN "imu_corrector::GyroBiasEstimator"
EXECUTABLE gyro_bias_estimator_node
EXECUTOR SingleThreadedExecutor
)
Expand Down

0 comments on commit e028dea

Please sign in to comment.