Debian upstream usage
Hi!
I'm running debian sid, and I would like to use the ROS packages from this debian upstream, at least for basic setup (using messages, action, services...).
The problem is all documentations are referring to ROS standard install...
My first question is: where is the setup.bash script I should source, instead of /opt/ros/<distro>/setup.bash?
Thanks,
I'm not certain, but do you still need to?
setup.bash
exists to updatePATH
,PYTHONPATH
and similar variables. If everything is installed in default FHS locations, that should not be necessary anymore.Btw: you may already have seen this, but just in case: wiki/UpstreamPackages.
Yep, I already read this doc... Ok, if this is only a matter of paths, you're right, it should not be needed.
Thanks!
Well, again, I'm not sure.
Since debian install everything under /usr there is no need for sourcing a setup script - there isn't one. You can just run e.g. "rviz'. Also note that the debian packages are incomplete. Even for the navigation stack important packages are missing.
Ok. I'm not that far, and I won't need such feature right now ;o)