Skip to content

Releases: project-aslan/Aslan

Melodic Release 1.2.0

27 Oct 19:38
Compare
Choose a tag to compare
  • ROS Melodic version of Project Aslan

  • Refactored code: Redesign based on OOP (Object-Oriented Programming) design and following the ROS Guidelines for package structure, C++ Style Guide, Python Style Guide, ROS Patterns and Common Procedures. The motivation behind this was to provide a set of guidelines that can help the contributors of Project Aslan contribute in a neat, well structured software stack. The current version of the stack is fully restructured and concise facilitating debugging, understanding of the functionality and establishing a set of rules, procedures and guidelines in code development

Kinetic Release 1.2.0

27 Oct 19:36
Compare
Choose a tag to compare
  • Refactored code:
    Redesign based on OOP (Object-Oriented Programming) design and following the ROS Guidelines for package structure, C++ Style Guide, Python Style Guide, ROS Patterns and Common Procedures. The motivation behind this was to provide a set of guidelines that can help the contributors of Project Aslan contribute in a neat, well structured software stack. The current version of the stack is fully restructured and concise facilitating debugging, understanding of the functionality and establishing a set of rules, procedures and guidelines in code development
  • Minor bug fixes