-
Notifications
You must be signed in to change notification settings - Fork 542
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
Run instructions and input data #3
Comments
Hey Steena, you should be able to launch it using |
Thanks, Karl! It does not seem to like the
I eliminated the XML comment line, but it still complains. Have you had this happen? Thanks! |
Hey Steena, no this does not really ring a bell. I'd suggest that you start up the nodes in separate terminals then, the launch file is really for convenience only. |
Hey Karl, Thanks! I am having some issues with the DNS on the server, and hence getting ROS to work. I will try this out shortly. Do you have an estimate of the execution time of the algorithm after the collision look up table is built? Thanks in advance. |
Hello, do you use the png diagram under ROS with size restrictions? An error occurs when I use a 500 * 500 pixel image and cellsize 0.2CM |
@Forrest-Z please take a look at this file/line path_planner/include/constants.h Line 77 in 43e78d5
|
thank you. now I can run the program in 0.2m grid cell , but I got another problem:
|
@Forrest-Z take a look here: https://github.com/karlkurzer/path_planner/blob/master/src/node3d.cpp#L13 I never made the action space adaptive given the grid size, so that could be the issue, if you got a nice fix, feel free to push it :-) |
How are these values calculated in https://github.com/karlkurzer/path_planner/blob/master/src/node3d.cpp#L13 ? |
It's a forward simulation of the vehicle driving on a circle with the maximum turning radius and a desired change in angle (heading: theta) as well as the trivial case of no turning at all. |
You could create a path by specifying a start and an end pose, after that add the respective topics being published to Rviz. I hope that helps. |
@cirpue49 In case you still stuck with it, you can find the instruction in the master branch now. |
@karlkurzer I forgot to add another dependency, which is the map-server(http://wiki.ros.org/map_server). Can you add it in the README.md? |
@toby4548 thanks again, and done ;-) |
@karlkurzer You are welcome. Thank you for your amazing work. I hope more people will benefit from it 👍 |
@Forrest-Z Hi, buddy, have you successfully changed the cellsize to 0.2m? I tried to change the path_planner/include/constants.h file to Thank you. |
Dear @karlkurzer first of all nice job, i'd like to know if anyone have resolved the issue of cellSize? thanks |
Hi everyone, does anyone have resolved the issue of cellSize |
Hi @karlkurzer ,I have a questions about bbSize. path_planner/include/constants.h Line 118 in 3d9ec01
|
This is the bounding box of the vehicle the plus 4 is a safety term ensuring that the entire vehicle is covered for all headings. |
can you explain how to caculate the value of dx[] ,dy[] in node3D |
If there's any additional information or testing required to help diagnose or fix the problem, I, along with many others in the community, would be more than willing to contribute. This feature is crucial for several of our projects, and a timely resolution would be immensely beneficial. Thank you for your continuous support and dedication to improving this tool. Looking forward to any updates or suggestions on how we can assist in this matter |
Hi Karl,
Do you have a set of instructions to run the hybrid astar? What data does it operate on? Do you have performance numbers (run time) for the algorithm?
Thanks in advance!
The text was updated successfully, but these errors were encountered: