Skip to content

Commit

Permalink
changed pin to actual tirette pin
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed May 8, 2024
1 parent 156168f commit bac14cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ezbot_command_module/include/tirette.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TiretteNode : public rclcpp::Node

private:

int gpioTirette = 11;
int gpioTirette = 22;
rclcpp::Publisher<std_msgs::msg::Bool>::SharedPtr tirette_pub_;
rclcpp::TimerBase::SharedPtr timer_;
bool init_gpiod(void);
Expand Down

0 comments on commit bac14cf

Please sign in to comment.