uzh-rpg / rpg_svo_example

Example node to use the SVO Installation.
268 stars 103 forks source link

Cannot get "Extending: [env] /home/<user>/svo_install_ws/install:/opt/ros/<ros version>" #58

Open Beniko95J opened 5 years ago

Beniko95J commented 5 years ago

I totally followed the installation instructions, but I can only get

Extending: [cached] /opt/ros/melodic

I found that when I source one setup.zsh file, the previous sourced .zsh file will be overwritten and I can never get them both listed in this "Extending" list.

I am not familiar with how catkin works. Does anyone have some ideas?

Thanks!

Wingmore commented 4 years ago

@Beniko95J Did you ever manage to fix it? I just found out I have the same problem too

Edit: nvm, had to source both ros and svo_install_ws (also added --extend which wasn't in the install doc): source /opt/ros/<your ros version>/setup.bash source ~/svo_install_ws/install/setup.bash --extend