MAPF-Competition / PlanViz

An offline visualization tool for analysing solutions to multi-robot coordination problems.
https://www.leagueofrobotrunners.org/
MIT License
28 stars 13 forks source link

Keep one dev branch #27

Closed shchan13 closed 4 weeks ago

shchan13 commented 2 months ago

Keep either the "taskViz" or "tymViz_dev" branch and rename it as "dev."

dharabor commented 2 months ago

We also need to roll back the changes to main. I think our last stable release is 8d14ad4. That commit needs to become the head of the main branch, everything else goes to dev.

TachikakaMin commented 1 month ago

I have changed taskViz to dev.

For the dev branch, I think it's also important that no one pushes code directly to dev.

  1. We should create/rebase our own branches from dev.
  2. If your branch is ready, rebase it with dev again and resolve all conflicts.
  3. Create a PR to dev and merge it.

@shchan13 @GreatenAnoymous @dharabor @nobodyczcz