start-jsk / jsk_mbzirc

4 stars 15 forks source link

the path in setup.sh seem to be wrong #9

Closed tongtybj closed 8 years ago

tongtybj commented 8 years ago

@cretaceous-creature

the path written in setup.sh:

port GAZEBO_MODEL_PATH=rospack find jsk_mbzirc_common/../../src/mbzirc/gazebo_model/models:$GAZEBO_MODEL_PATH export GAZEBO_RESOURCE_PATH=rospack find jsk_mbzirc_common/../../src/mbzirc/gazebo_model/world:$GAZEBO_RESOURCE_PATH

seem to be wrong...

the right path should be: port GAZEBO_MODEL_PATH=rospack find jsk_mbzirc_common/../../mbzirc/gazebo_model/models:$GAZEBO_MODEL_PATH export GAZEBO_RESOURCE_PATH=rospack find jsk_mbzirc_common/../../mbzirc/gazebo_model/world:$GAZEBO_RESOURCE_PATH

cretaceous-creature commented 8 years ago

Yeah, here I did not test, and since you want to move the gazebo_model under the jsk_mbzirc_common, just change to the final one..

cretaceous-creature commented 8 years ago

because now my rospack find will go to the install/ path, I will fix that later...