Skip to content

Commit

Permalink
Accidental caps
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Nov 6, 2024
1 parent d349a26 commit 0dbcfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puma_motor_driver/src/multi_puma_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI
MultiPumaNode::MultiPumaNode(const std::string node_name)
:Node(node_name),
active_(false),
Status_count_(0),
status_count_(0),
desired_mode_(clearpath_motor_msgs::msg::PumaStatus::MODE_SPEED)
{
// Parameters
Expand Down

0 comments on commit 0dbcfa4

Please sign in to comment.