Skip to content

Commit cf84f38

Browse files
a little something
1 parent 9beceef commit cf84f38

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

mean_var_linconstraint_rotated_z.mat

101 KB
Binary file not shown.

run_this_first.m

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
clear all; clc;
2+
3+
4+
%% User interface
5+
UI = [];
6+
UI.simulation = 1;
7+
UI.port = 11311;
8+
9+
%% User eval
10+
if UI.simulation
11+
UI.ros_master_ip = 'localhost';
12+
else
13+
UI.ros_master_ip = '172.31.1.21';
14+
end
15+
16+
UI.masterURI = "http://" + UI.ros_master_ip + ":" + UI.port;
17+
18+
rosinit(UI.masterURI)
19+
20+
21+

0 commit comments

Comments
 (0)