Skip to content

Commit

Permalink
fix: fix stashed problem
Browse files Browse the repository at this point in the history
  • Loading branch information
hiikariri committed Jun 17, 2024
1 parent 1ced285 commit 8ff56fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/kansei_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ int main(int argc, char * argv[])
{
auto args = rclcpp::init_and_remove_ros_arguments(argc, argv);

<<<<<<< Updated upstream
std::string port_name = "/dev/ttyUSB1";
=======
std::string port_name = "/dev/serial/by-id/usb-Seeed_Seeed_XIAO_M0_E8D70AB55154305147202020FF050926-if00";
>>>>>>> Stashed changes
std::string path = "";
kansei::fallen::DeterminantType determinant_type;

Expand Down

0 comments on commit 8ff56fe

Please sign in to comment.