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

Repeated subplots in plot.py file #4

Open
kevinqyh0827 opened this issue Feb 21, 2024 · 0 comments
Open

Repeated subplots in plot.py file #4

kevinqyh0827 opened this issue Feb 21, 2024 · 0 comments

Comments

@kevinqyh0827
Copy link

Hi, there,

When I was running the example of RRT* star methods, the visualization result has the problem that multiple axes exist at the same time as shown below.
1708550523564

To fix that, a possible solution is:

  1. Locate the plotEnv() function at /utlils/plot/plot.py
  2. Comment line 54 since it creates another subplot.
  3. Change the "ax" from line 57, 66, 75 to "self.ax" to reuse the already existed subplots.
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

1 participant