rosinstall upstream
I would like to know if .rosinstall can be used to pull from upstream. In doing so, we can get the latest changes from upstream as opposed to local changes that we create from within our own repository...
Is it possible? If so, what is the syntax?
Edit: @al-dev I feel familiar with wtool and its documentation.
The situation is that currently in my git folder I have an address for an upstream remote and an origin remote. wstool seems to compare the uri in the file to that of the origin master remote branch.
When I use wstool I get an error stating that the address in the file and that of my git repository are different...
Prepare updating https://github.com/RethinkRobotics/ba... (version master) to /home/vmrguser/ros/indigo/baxter_ws/src/baxter_examples Url https://github.com/birlrobotics/baxte... does not match https://github.com/RethinkRobotics/ba... requested.
Feedback is appreciated.