rpg_svo_example icon indicating copy to clipboard operation
rpg_svo_example copied to clipboard

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

Open Beniko95J opened this issue 5 years ago • 1 comments

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!

Beniko95J avatar May 05 '19 12:05 Beniko95J

@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

Wingmore avatar Aug 26 '20 23:08 Wingmore