tropappar

Results 9 comments of tropappar

I still experience this problem, even though I installed the GitHub version of Mesa using`$ pip install -e git+https://github.com/projectmesa/mesa#egg=mesa`

The problem is not about the data collector. Like @manentai explained, the problem is that the dataframe retrieved with `run_data = batch_run.get_model_vars_dataframe()` is messed up: The column headers corresponding to...

Yes, it works. But it does not solve the original problem. In fact, it gives a dictionary, so there are no headings for the prameters/keys. Thereby this solution simply avoids...

Thanks for your feedback. Currently, I can live with this. I would assume the problem comes from the fact that the `variable_params` is a dictionary which is by definition not...

I need to know which behavior is currently running. I planned to subscribe to the topic in question but it seems only to be available if the GUI is running....

Works also in Klagenfurt, Austria. Thanks for the app! Just what I needed: simple and working.

Is it possible to specify the namespace in which the flexbe controller should be running? I am not so much interested in the GUI app but rather the onboard behavior...

This pull request allows to run the behavior engine in a sub-namespace, hence allowing multiple instances to run simultaneously. https://github.com/team-vigir/flexbe_behavior_engine/pull/155

> It looks like it's because you didn't define SubTree, I tried to use your second way and still got the error, can you provide the /path/to/my_tree.xml? Obviously this is...