Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Commit

Permalink
Get predict_to_current_time ROS param (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
efernandez authored and svwilliams committed Jul 9, 2019
1 parent f7d23ff commit 4b672f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fuse_rl/parameters/odometry_2d_publisher_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ struct Odometry2DPublisherParams : public ParameterBase
void loadFromROS(const ros::NodeHandle& nh) final
{
nh.getParam("publish_tf", publish_tf);
nh.getParam("predict_to_current_time", predict_to_current_time);
nh.getParam("tf_publish_frequency", tf_publish_frequency);

double tf_cache_time_double = tf_cache_time.toSec();
Expand Down

0 comments on commit 4b672f4

Please sign in to comment.