Escalate more namespaces e.g. rclcpp::Service (#410)
This commit is contained in:
parent
3426696541
commit
3b06aa3721
1 changed files with 9 additions and 1 deletions
|
@ -150,8 +150,16 @@ namespace rclcpp
|
|||
// For example, this next line escalates type "rclcpp:node::Node" to "rclcpp::Node"
|
||||
using rclcpp::node::Node;
|
||||
using rclcpp::publisher::Publisher;
|
||||
using rclcpp::subscription::SubscriptionBase;
|
||||
using rclcpp::publisher::PublisherBase;
|
||||
using rclcpp::subscription::Subscription;
|
||||
using rclcpp::subscription::SubscriptionBase;
|
||||
using rclcpp::client::Client;
|
||||
using rclcpp::client::ClientBase;
|
||||
using rclcpp::service::Service;
|
||||
using rclcpp::service::ServiceBase;
|
||||
using rclcpp::parameter_client::AsyncParametersClient;
|
||||
using rclcpp::parameter_client::SyncParametersClient;
|
||||
using rclcpp::parameter_service::ParameterService;
|
||||
using rclcpp::rate::GenericRate;
|
||||
using rclcpp::rate::WallRate;
|
||||
using rclcpp::timer::GenericTimer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue