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/
Thanks,
Asked by fma on 2017-12-04 04:40:14 UTC
Comments
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.Asked by gvdhoorn on 2017-12-04 05:55:45 UTC
Btw: you may already have seen this, but just in case: wiki/UpstreamPackages.
Asked by gvdhoorn on 2017-12-04 05:56:21 UTC
Yep, I already read this doc... Ok, if this is only a matter of paths, you're right, it should not be needed.
Thanks!
Asked by fma on 2017-12-04 06:16:32 UTC
Well, again, I'm not sure.
Asked by gvdhoorn on 2017-12-04 06:18:47 UTC
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.
Asked by Humpelstilzchen on 2017-12-04 07:10:21 UTC
Ok. I'm not that far, and I won't need such feature right now ;o)
Asked by fma on 2017-12-04 07:33:37 UTC