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

Get predict_to_current_time ROS param #17

Merged
merged 1 commit into from
Jul 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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