Michael Görner
Michael Görner
See the individual commits for the details. - mark virtual overrides as override - correctly define `CONNECT_HANDSHAKE` as unsigned - fix bug with erase-remove idiom
For some reason you decided to split off a branch to tag the release 1.0.0. Sadly, as a result `git describe --tag` in the master branch shows 0.3.0 . That...
It's a common approach to build cmake projects in a `build` folder in the project root. It's just that `rosbuild`/`catkin` does not do it, so the changed name never mattered....
as far as I know `catkin clean` is basically a nicer `rm -rf build devel install logs` (reading the folder names from the configuration). However, if the parent workspace does...
The pr targets kinetic, but these patches (which are mandatory for [ros-o](https://github.com/ros-o/ros-o)) are compatible from melodic+, so you will want a new `melodic-devel` or `noetic-devel` branch.
`--quiet` hides the default `git pull` output "Already up to date.", effectively making vcs skip the repo output with `vcs pull -s` Compare before:  After: 
At the moment, standard usage fails for noetic, because there are not docker containers available yet: ``` $ git clone -q --depth=1 https://github.com/ros-planning/moveit_ci.git .moveit_ci $ .moveit_ci/travis.sh Starting Docker image: moveit/moveit:noetic-ci...
As noted here: https://discourse.ros.org/t/move-of-nav2-and-moveit-repositories-at-github/37450/21?u=v4hn
The new dependencies on universal robot package for the `mesh_filter` tutorial [are commented out in the `package.xml`](https://github.com/ros-planning/moveit_tutorials/blob/master/package.xml#L63-L66). As explained in [a comment of the PR that created the new mesh_filter...
To use your messages in other projects, one needs to compile this whole package which has rather complex dependencies. Did you consider moving them into a separate repository or move...