Skip to content

Commit

Permalink
Merge pull request ros-industrial-consortium#6 from charlescc9/save_l…
Browse files Browse the repository at this point in the history
…oad_stats

added return true
  • Loading branch information
aaronplusone authored Aug 15, 2019
2 parents 7cbea53 + 37e5131 commit a99cc1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packml_ros/src/packml_ros.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,5 +312,7 @@ bool PackmlRos::loadStats(packml_msgs::LoadStats::Request &req, packml_msgs::Loa
{
packml_sm::PackmlStatsSnapshot snapshot = populateStatsSnapshot(req.stats);
sm_->loadStats(snapshot);

return true;
}
} // namespace kitsune_robot

0 comments on commit a99cc1d

Please sign in to comment.