Hi Haifei,
This is a little bit of a chicken-and-egg problem. The easiest way to resolve it is to add to your .bashrc (or the configuration file for whatever shell you are using) something like:
export CMAKE_PREFIX_PATH=<urdf_install_dir>/lib/urdfdom/cmake:$CMAKE_PREFIX_PATH
export CMAKE_PREFIX_PATH=<urdf_install_dir>/lib/urdfdom_headers/cmake:$CMAKE_PREFIX_PATH
export CMAKE_PREFIX_PATH=<urdf_install_dir>/lib/console_bridge/cmake:$CMAKE_PREFIX_PATH
export CMAKE_PREFIX_PATH=<urdf_install_dir>/CMake:$CMAKE_PREFIX_PATH
where <urdf_install_dir> is the path to the directory in which you want the URDF dependencies installed (whatever you set for URDF_INSTALL_DIR in buildURDF.sh.
--Radu
--
You received this message because you are subscribed to the Google Groups "ProjectChrono" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
projectchron...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/projectchrono/d905021c-d12f-4818-a619-a51d5661e286n%40googlegroups.com.