ROS2: VCS error while updating source checkout
I successfully installed ROS 2 beta 2 from source following this page. Today I tried to update my local ROS 2 source files. I followed the instructions on this page, but vcs gives me an error for each repo, when I run vcs pull src
. Here comes one of the error messages:
=== src/ament/ament_cmake (git) === You are not currently on a branch. Please specify which branch you want to merge with. See git-pull(1) for details. git pull <remote> <branch>
As I do not have much experience with vcs, I have no idea where this comes from. The "ros2.repos" file has version tags for each repo.