Skip to content

Commit

Permalink
Update Robot_Dog.m
Browse files Browse the repository at this point in the history
remove ip
  • Loading branch information
lyphix authored Jun 7, 2023
1 parent 1e13532 commit 4189bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Robot_Dog.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function Robot_Dog(Robot_Dog_IP,Robot_Dog_Port,Control_Data)
% Send command to robot dog

% Create a UDP object
Robot_Dog_UDP = udpport("LocalHost",'192.168.12.136');
Robot_Dog_UDP = udpport
% Transform single float to uint8
Control_Data_Uint8 = typecast(Control_Data,'uint8');
% Send Command
Expand Down

0 comments on commit 4189bab

Please sign in to comment.