rpg_svo_example
rpg_svo_example copied to clipboard
Cannot get "Extending: [env] /home/<user>/svo_install_ws/install:/opt/ros/<ros version>"
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 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