Skip to content

Releases: codamrobotics/ROS-Docker

v0.2.1-alpha

11 Feb 13:27
f922d2b

Choose a tag to compare

v0.2.1-alpha Pre-release
Pre-release

POSIX compliancy checks added:

  • Updated shell scripts to conform to POSIX Bash
  • Added Posix.yml workflow that uses Shellcheck to check for Posix compliancy
  • Updated README for Posix test badge

v0.2.0-alpha

11 Feb 01:54
669a17a

Choose a tag to compare

v0.2.0-alpha Pre-release
Pre-release

extended & cleaned up API

API change: -R -> -b for --rebuild, -i or --install added for setting keybindings in bashrc/zshrc, split Build checks from OS checks

  • API change: -R -> -b for --rebuild
  • API change: added -i, --install for setting 'ros' alias in bashrc / zshrc, updated README.md
  • Added DRYRUN catch for --install
  • Split Linux dryrun checks and full-build tests, Linux.yml <=> Build.yml + reflected in README.md
  • Added basic options tests for Linux/MacOS

v0.1.0-alpha

10 Feb 20:49
7bff1a4

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release

v0.1.0-alpha

All basic functionality as described in the README is tested thoroughly on Linux/OSx and ready for use as CI or development tool.

  • can auto build ROS Docker images. both with preinstalled rosdeps or clean builds
  • usable as development and CI tool: changes in container persist on host, easily chain commands to automate building and testing
  • compatible with Github Actions to use as CI. basic example yaml are provided