-
Notifications
You must be signed in to change notification settings - Fork 29
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
Drake path cannot find utlity/yaml_to_obj #265
Comments
Hi @sanskarkatiyar , indeed that
Sorry I can't be of more help that that, we currently not doing any active development on this project. cc @agalbachicar in case you have any comments on the monolane -> multilane migration path. |
I agree with @basicNew , those are good options to integrate A third option would be to do the migration from
Please let us know if there is anything else we can do to guide your migration. |
Thanks a lot, @basicNew and @agalbachicar . Your comments are very helpful. I also prefer the option to migrate the monolane to multilane and would post on this thread regarding the progress and other issues that come in the way. |
I am just starting with drake and terminus, and am having issues with the build process.
I am using Ubuntu 16.04 My directories are setup in the following manner at home:
-git
--drake
--terminus
I built drake as given in the documentation using Bazel (https://drake.mit.edu/from_source.html)
I am facing issues with the path of the Drake installation.
The variable is set manually
DRAKE_DISTRO=/home/sanskar/git/drake
Upon calling the command for OsmCityBuilder, I get the following:
The issue with the path here is that there is no directory called drake inside bazel_bin.
EDIT: Fixed the rndf_vis by building it. And tried modifying the path for the binary of yaml_to_obj through the city_generation_process.py file to get the absolute path where the binary exists. I get the following error now:
I am just getting started so any help would be appreciated.
The text was updated successfully, but these errors were encountered: