Search found 3 matches

by Rose111
25 Oct 2018, 16:02
Forum: General questions
Topic: Reset graph
Replies: 1
Views: 2200

Reset graph

Hello, I want to plot data user defined and reset the graph every 10 seconds. the following code which i used it for that. But I have failed in this mission. t=sim.getSimulationTime() if (t%10 == 0)then sim.resetGraph(graphHandle) end could you help me please?. Best Regards.
by Rose111
21 Sep 2018, 20:00
Forum: General questions
Topic: exchange information
Replies: 0
Views: 11104

exchange information

Hello,
I am using the remote C++ API, and I want to exchange information between epucks. I want from epuck to send its position to another. how can I do it?
by Rose111
14 Sep 2018, 08:54
Forum: General questions
Topic: Real E-puck and v-rep
Replies: 1
Views: 2214

Real E-puck and v-rep

Hello,

I want to write a program using MPLAB X IDE in cpp and I want to load the file .hex to real e-puck, but I want also from this e-puck to send to v-rep on PC the value of his sensors? can I do it? and How?

regards.