ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Once everything is configured, you may also use rosinstall with git in creating a *.rosinstall file. If you publish it on the web http:/mysite/mystack.rosinstall user will be able to install the stack easily :

orocos_toolchain_ros.rosinstall: - git: local-name: orocos_toolchain_ros uri: http://git.mech.kuleuven.be/robotics/orocos_toolchain_ros.git

rosinstall [path] http:/mysite/mystack.rosinstall

Once everything is configured, you may also use rosinstall with git in creating a *.rosinstall file. If you publish it on the web http:/mysite/mystack.rosinstall user will be able to install the stack easily easily. Here is the orocos_toolchain_ros example :

orocos_toolchain_ros.rosinstall: - git: local-name: orocos_toolchain_ros uri: http://git.mech.kuleuven.be/robotics/orocos_toolchain_ros.git

rosinstall [path] http:/mysite/mystack.rosinstall