-
Notifications
You must be signed in to change notification settings - Fork 50
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
Can not generate trajectories #3
Comments
Hi, Thanks for pointing it out. I noticed the code is looping over environments rather than random start and goal. I have updated the code either use revised repo or modify the above line in your code and see if it works. |
Hi, I still have some problems on generating trajectories. In
Seems you read a graph_envno.data which contains the start and goal point. However, I can not find where to generate this graph file. Can you help me to fix it? Thank you very much. |
@MzXuan Thank you very much. |
@doctorsrn |
Hi, |
I tried your solution and it creates the following error: error: expected constructor, destructor, or type conversion before ‘(’ token Do you know how to fix it? Or am I doing something wrong? |
I moved line 56 to line 63 and then it compiles fine. I don't know if this is a proper fix. |
I performed your operation, and there was no problem in compiling, but running the rrtstare and viewer executable files, the following situations occurred, can you help solve it? |
I have met the same bug, did you solve it? |
Hi, Thanks for your code.
However, our trajectory generation seems does not work well. We can not see a complete trajectory from the viewer.
The viewer shows trajectory generation procedure as follows,
And the recorded result in the file below.
2018-11-22-viewer.03.ppms.gz
Here is our code to generate trajectories.
Thanks for your help.
The text was updated successfully, but these errors were encountered: