update
This commit is contained in:
@@ -29,7 +29,7 @@ namespace loc_base
|
||||
* @param nh A Node handle
|
||||
* @param tf A poiter tranform listen
|
||||
*/
|
||||
void initialize(ros::NodeHandle nh, TFListenerPtr tf) override;
|
||||
void initialize(ros::NodeHandle nh, std::shared_ptr<tf2_ros::Buffer> tf) override;
|
||||
|
||||
/**
|
||||
* @brief Loading a Activate Map File name
|
||||
@@ -147,7 +147,7 @@ namespace loc_base
|
||||
ros::NodeHandle nh_;
|
||||
ros::NodeHandle private_nh_;
|
||||
ros::Publisher init_pub_;
|
||||
static TFListenerPtr tf_;
|
||||
static std::shared_ptr<tf2_ros::Buffer> tf_;
|
||||
|
||||
XmlRpc::XmlRpcValue plugins_;
|
||||
// std::map<std::string, std::string> map_file_vt_;
|
||||
|
||||
Reference in New Issue
Block a user