1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-09 17:40:47 +02:00

Reworded TODO to make it more understandable

This commit is contained in:
Felix Mauch
2019-09-25 07:29:13 +02:00
parent ba98bf8e19
commit cdade35e33

View File

@@ -49,7 +49,7 @@ public:
private:
std::vector<SpeedScalingHandle> sensors_;
// TODO: We should use a better datatype later on
// TODO: We should use a custom message for this
typedef std::shared_ptr<realtime_tools::RealtimePublisher<std_msgs::Float64> > RtPublisherPtr;
std::vector<RtPublisherPtr> realtime_pubs_;
std::vector<ros::Time> last_publish_times_;