Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output path for each agent ? #1

Open
miyunluo opened this issue Mar 27, 2020 · 3 comments
Open

Output path for each agent ? #1

miyunluo opened this issue Mar 27, 2020 · 3 comments

Comments

@miyunluo
Copy link

Dear author, is the code able to output the trajectory for each agent given the map and agents' info?

@Jiaoyang-Li
Copy link
Owner

Yes, it is stored in icbs.paths

@miyunluo
Copy link
Author

Thank you very much for replying! Maybe a silly question, but how to generate this icbs.paths file?
./CBSH2 --help does not seem to have an option to save trajectories.

@Jiaoyang-Li
Copy link
Owner

No, icbs.paths is not a file. "paths" is a variable in Class ICSBSearch that stores the paths for all agents. So you need to change the code in the driver.cpp file to output icbs.paths after icbs.runICBSSearch()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants