Improve example to receive arguments
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Summary
Provide arguments for selecting which kind of visualization or export is wanted:
`--viz` (default:"" options: (plotly)
`--export` (default:"" options: (mcap)
https://github.com/maliput/maliput_sim/blob/9ea953bd9034fea3a6a74515cb58689b6c6155a8/examples/rail_car_agent.py#L86-L92
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with examples/rail_car_agent.py at the linked lines 86-92 and inspect how the example currently chooses visualization or export behavior. Add support for the --viz and --export arguments with the stated defaults and options, then verify that each selection produces the requested behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- plotly, python
- Domain
- cli, data-visualization
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100