tm132

Results 8 comments of tm132

> > > Can someone trigger CI on this again. There's no reason this should be failing on Ubuntu 20.04. The CI on 20.04 failed due to docker rate limit,...

Most likely, yes. This PR is from a notional (proof of concept) DIS implementation from an IRAD last year. For now, I can either delete the PR if you're trying...

Nothing yet. In general, this adds parameter that allows the caller to send a token to the entity generation code, which then associates that token with whatever entity it generates...

I have rebased this branch off master.

`motion_multiplier_` is defined as an `int` in the header file, so stoi would be correct in this context. However, we have this in the same file: ``` motion_multiplier_ = 1;...

While I think there are some good QoL updates here (the updates to the invocation options), there is something fundamentally wrong with how this seems to attempt to plot data...

I decided to go ahead and remove the one-line fix for the `index out of bounds` error I was getting. The only thing remaining in the PR are the QoL...

The main proto files are located here: `scrimmage/src/proto/scrimmage/proto` During the build process, (going with `scrimmage/build/` as the example build directory), the `Frame.pb.h` et al get generated from those proto files,...