arci_ros_hygiene_test/
lib.rs

1// Check if the macro depends on another crate.
2
3use arci_ros::msg;
4
5arci_ros::define_action_client!(SimpleActionClient, msg::move_base_msgs, MoveBase);