yujinrobot / yujin_tools

Tools and utilities for development, typically with ROS build environments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install rosdeps needs setup.bash

stonier opened this issue · comments

Doesn't work without it, so currently we have to do:

> yujin_make --cmake-only
> . ./devel/setup.bash
# and then...
> yujin_make --install-rosdeps

If you don't do like this, it wont find source dependencies in underlays (e.g. our annotation store).

This works - must be some other reason that it failed. Start a new ticket if I come across this again with new data.