-
Notifications
You must be signed in to change notification settings - Fork 30
Package Versioning
Giuseppe Silano edited this page Dec 26, 2019
·
3 revisions
Make sure all packages within this repo have the same version number, as bloom the release tool will be unable to release the package:
bloom will only operate on an entire repo and everything in the repo must be at the same version. This is because the nature of tagging a repo is global across the repo so it asserts that all packages have the same version. And bloom operates on the repo, hiding the files in the local checkout will not work. from: here.
Package versions convension:
-
0.xx.xx
for ROS kinetic (gazebo7) -
1.xx.xx
for ROS kinetic (gazebo9) -
2.xx.xx
for ROS melodic (gazebo9)
How to add
- Adding a Camera to BebopS
- Adding a Custom wind field to your world
- Adding an IMU to BebopS
- Adding an 1D Laser
How to create
- Creating ROS Plugins for Gazebo
- Gazebo and Gazebo ROS Installation
- Gazebo Topic Naming Conventions
- ROS Interface Plugin
How to install
How to generate
How to set
How to develop
- Include ordering in cpp and header files
- Interfacing BebopS through MATLAB
- Interfacing BebopS with TravisCI
- Package Versioning
- Software Specifications
- Specifying constants and default values
- Working With Meshes in Gazebo
More information