-
Notifications
You must be signed in to change notification settings - Fork 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
Use of Malloc #3
Comments
Hey @mjs513, thanks for posting this issue (and for the 'easiest to understand implementation' part!) and I'm sorry for the late response. I'm a bit overwhelmed at work right now. What problems are you having right now? How are you trying to compile the code? :) |
Hi Carlos setting up grid Position of the robot: (%d, %d) Updating the certainty grid... ---------------------------------------------------ddddd Updating the polar histogram... Next direction: %d [degrees] You don't by any chance have a routine that you print out the histograms do you? Any suggestions? Thanks |
Hi Carlos
Thanks for your work. Easiest to understand implementation of VFH that I have seen. Now to the question. Prior to your changes I had this almost working on a Teensy 3.1 or Due board. Ran into a couple of issues one of which was I was not sure what the output was suppose to look like and second is there a way of not using malloc in the implementation. I am not a C programmer, learning by trial and error here. So I would appreciate any help you could avoid to give me here with an example output and what I could do with malloc.
thanks
Mike
PS. Can't wait to see what you do with VFH+ and VFH*
The text was updated successfully, but these errors were encountered: