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

Status of Godel Project? #244

Open
melvinma opened this issue Sep 13, 2018 · 4 comments
Open

Status of Godel Project? #244

melvinma opened this issue Sep 13, 2018 · 4 comments

Comments

@melvinma
Copy link

It appears that this project has been inactive for half a year now. Could someone summarize what is going on? Milestone 4 achieved and no further plan? Anything else a new comer needs to know? Thanks.

@melvinma
Copy link
Author

melvinma commented Sep 15, 2018

This is how I was able to successfully compile this code. I have NOT thoroughly test the codes yet.

original:
     git: {local-name: descartes, uri: 'https://github.com/Jmeyer1292/descartes.git', version: godel_refactor_omp}
new:
     git: {local-name: descartes, uri: 'https://github.com/ros-industrial-consortium/descartes.git', version: kinetic_devel}
  • need to change at least two files because of Descartes change in the new source -
file: descartes/descartes_planner/include/descartes_planner/ladder_graph_dag_search.h
         original:  double run();
         new:       double run(const std::vector<double>& seed_weights = {});
file: descartes/descartes_planner/src/ladder_graph_dag_search.cpp
         replace funtion run() to run(const std::vector<double>& seed_weights) 
         from    https://github.com/Jmeyer1292/descartes/blob/godel_refactor_omp/descartes_planner/src/ladder_graph_dag_search.cpp

@robinsonmm
Copy link

Thanks for your inquiry. Godel is still of interest and we are working scope and interested parties for M5. We are also pointing other parties to this repository for additional leverage, so hopefully something will happen on that front. Unfortunately we cannot be very deterministic on timing, but rest assured, things are happening!

@wilcobonestroo
Copy link

We are also interested in the status of this project. Based on the activity in the repo, it looks like there aren't people working on this any more. Based on the messages above from @melvinma , we were able to build the project. We might want to use it in a ROS training. However, we would like to use ROS Melodic for that. Are there plans to port the project to Melodic?

@gavanderhoorn
Copy link
Member

I'm not aware of any direct plans to port it to Melodic as of today.

However, several forks seem to include the necessary changes already.

If you're after seeing what changes would be necessary, comparing those forks with this repository would seem sufficient.

If you're wondering whether godel will see future development (ie; is not a 'dead project'), that I can't say at this point in time.

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

4 participants