Skip to content

Commit

Permalink
ttyAMA3->ttyAMA1
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Apr 23, 2024
1 parent a2240c4 commit c3bf7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/homemade_controller/src/homemade_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class HomemadeController : public rclcpp::Node
this->declare_parameter("max_angular_acceleration", 1.0);
this->declare_parameter("max_angular_deceleration", 1.0);
this->declare_parameter("update_rate", 50); //Hz
this->declare_parameter("serial_port", "/dev/ttyAMA3");
this->declare_parameter("serial_port", "/dev/ttyAMA1");
this->declare_parameter("serial_baudrate", 115200);


Expand Down

0 comments on commit c3bf7d7

Please sign in to comment.