Skip to content

Commit

Permalink
merge with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoussan committed Jul 30, 2024
2 parents 3f74d71 + c4b509c commit ae7a266
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ class DdsRosBridge : public ff_util::FreeFlyerNodelet {
ros::Publisher robot_name_pub_;
ros::ServiceServer srv_set_telem_rate_;

std::map<std::string, ff::RosSubRapidPubPtr> ros_sub_rapid_pubs_;
std::shared_ptr<kn::DdsEntitiesFactorySvc> dds_entities_factory_;
std::map<std::string, ff::RosSubRapidPubPtr> ros_sub_rapid_pubs_;
std::string agent_name_, participant_name_;
std::vector<ff::RapidPubPtr> rapid_pubs_;
std::vector<ff::RapidSubRosPubPtr> rapid_sub_ros_pubs_;
Expand Down

0 comments on commit ae7a266

Please sign in to comment.