Search found 3 matches

Go to advanced search

by flobot
Wed Oct 19, 2016 1:52 am
Forum: How to... ?
Topic: Log / Print input from sensors in Terminal and / or ARGoS simulator
Replies: 4
Views: 9885

Re: Log / Print input from sensors in Terminal and / or ARGoS simulator

Haha I am glad it's a bug and not just me!

I hope you can resolve it, and keep up the great work, this platform is really good!

Cheers,

Florent
by flobot
Mon Oct 17, 2016 3:54 am
Forum: How to... ?
Topic: Log / Print input from sensors in Terminal and / or ARGoS simulator
Replies: 4
Views: 9885

Re: Log / Print input from sensors in Terminal and / or ARGoS simulator

Thank you very much for your answer!

I can get it to work through:

Code: Select all

argos::LOG << stuff I want to print << std::endl;
But I was not able to use LOG.Flush(), could you perhaps provide me with an example?

Thanks again!
by flobot
Wed Oct 12, 2016 10:25 pm
Forum: How to... ?
Topic: Log / Print input from sensors in Terminal and / or ARGoS simulator
Replies: 4
Views: 9885

Log / Print input from sensors in Terminal and / or ARGoS simulator

Hello, I am starting out to use ARGoS and my goal is to create a new method for the footbot controller's control step for the diffusion_10 experiment. I am trying to find a way to read / print / log the input coming from the sensors to no avail. I've tried putting the following within RLOG << "...

Go to advanced search