Stéphane Magnenat
Stéphane Magnenat
Commit 423da89717cfbe9f2234c90ffc8e44fe17275335 implements this approach.
A solution that I see is to make a helper program, that loads the aesl file, and look for which robot it is (based on its name, so that is...
Camera tag added in commit e9e04d8. I also changed the defaults in EnkiViewer to behave like in your screenshot. Camera tag arguments are: - `x` x-position of the camera -...
Switching to dynamic libraries is too much work for the short 1.5 deadline, pushing to 1.6
Aren't we solving the wrong problem? Shouldn't the robots be in different networks? If so, isn't the question to more easily reconfigure the networks? But to be realistic, I guess...
> Even with wifi, one can imagine an exercise where all of the robots in the classroom are in the same network, because they must communicate or because they must...
That said, implementing the selection of a specific robot for VPL standalone using the combined information from zeroconf and scanning the network is planned as discussed; this corresponds to option...
Commit 05d3b36710b0f09557925c0573873fecf8ed4aec updates `common/msg` to C++11 following these rules.
Commit c4c5307 adds the missing files in 05d3b36710b0f09557925c0573873fecf8ed4aec, thank you for reporting the problem!
A large part of this can be done automatically, with supervision, using `clang-tidy`. With `FILENAME` as the cpp file to process, one can preview the changes with: ```clang-tidy -checks='modernize-*' -header-filter='.*'...