-
Notifications
You must be signed in to change notification settings - Fork 9
Dev external occupancy map generation #23
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall it looks great to me. Left some comments.
@@ -163,30 +163,120 @@ Below details a typical workflow for collecting data with MobilityGen. | |||
./scripts/launch_sim.sh | |||
``` | |||
|
|||
### Step 2 - Build a scenario | |||
### Step 2 - Load a stage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"scene" seems more commonly used than "stage"?
@@ -0,0 +1,111 @@ | |||
import argparse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why there is a "05" in the file title?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is given because this script is currently listed as an example (number 5). The purpose of the numbering is to provide developers with a rough progression to follow. I find this pattern helpful when I see it in other projects, like NVISII.
Maybe we should instead place this under "scripts", which is unordered, and meant more for direct usage, not modification
Testing