Skip to content

Commit

Permalink
current_state_monitor.h miss spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
anasarrak committed Mar 15, 2019
1 parent e6c08b9 commit f12ad0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class CurrentStateMonitor
* @return Returns the current state */
robot_state::RobotStatePtr getCurrentState() const;

std::pair<robot_state::RobotStatePtr, rclcpp::Time> getCurnode_rentStateAndTime() const;
std::pair<robot_state::RobotStatePtr, rclcpp::Time> getCurrentStateAndTime() const;

/** @brief Set the state \e upd to the current state maintained by this class. */
void setToCurrentState(robot_state::RobotState& upd) const;
Expand Down

0 comments on commit f12ad0e

Please sign in to comment.