|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## v2.0.0-alpha |
| 3 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 4 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
4 | 5 |
|
5 | | -- Quebra de compatibilidade com a v1.0.0 |
6 | | -- Tópicos recebem o valor do **torque em Nm** |
| 6 | +Para a versão em PT-BR 🇧🇷 desse documento, veja [aqui](./CHANGELOG.pt-br.md) |
| 7 | + |
| 8 | +## [2.0.0] - 2020-10-05 - [Open Camera](https://github.com/ThundeRatz/vss_simulation/releases/tag/v2.0) |
| 9 | + |
| 10 | +### Added |
| 11 | + |
| 12 | +- Software license (MIT) |
| 13 | +- Generic vss robot model |
| 14 | +- Gazebo camera plugin |
| 15 | +- File requirements.txt for python virtual environments |
| 16 | + |
| 17 | +### Changed |
| 18 | + |
| 19 | +- Upgrade to Gazebo 11 and ROS noetic |
| 20 | +- Simulation environmet released as free software |
| 21 | + |
| 22 | +### Deprecated |
| 23 | + |
| 24 | +- Remove original model of ThunderVolt team |
| 25 | + |
| 26 | +### Known problems |
| 27 | + |
| 28 | +- Ball physical properties |
| 29 | +- The simulation fails to start sometimes |
| 30 | + |
| 31 | +## [2.0.0-alpha] - 2020-05-12 |
| 32 | + |
| 33 | +### Added |
| 34 | + |
| 35 | +- Simulation of dry and viscous friction in wheels movement |
| 36 | +- Dependency ```effort_controllers``` |
| 37 | + |
| 38 | +### Changed |
| 39 | + |
| 40 | +- Topics receive the command of **torque in Nm** |
7 | 41 | - /robotX/vss_robot_left_controller/command |
8 | 42 | - /robotX/vss_robot_right_controller/command |
9 | | -- Padronização da nomenclatura com o VSSVision |
10 | | -- Simulação do atrito seco e viscoso no movimento das rodas |
11 | | -- Adição do ```effort_controllers``` como dependência |
| 43 | +- Name standardization with VSSVision |
| 44 | + |
| 45 | +### Known problems |
12 | 46 |
|
13 | | -### Problemas conhecidos |
| 47 | +- Ball physical properties |
| 48 | +- The simulation fails to start sometimes |
14 | 49 |
|
15 | | -- Propriedades físicas da bola |
16 | | -- A simulação falha em iniciar ocasionalmente |
| 50 | +## [1.0.0] - 2020-05-04 - [Iron Cup 2020](https://github.com/ThundeRatz/vss_simulation/releases/tag/v1.0) |
17 | 51 |
|
18 | | -## v1.0.0 - Iron Cup 2020 |
| 52 | +### Added |
19 | 53 |
|
20 | | -- Primeira versão funcional |
21 | | -- Projeto mecânico v1.1 - Thalles e Diego |
22 | | -- Controle dos motores pela **velocidade em rad/s** |
| 54 | +- Mechanical project v1.1 - Thalles e Diego |
| 55 | +- Motors control with **velocity in rad/s** |
23 | 56 | - /robot_X/vss_robot_left_controller/command |
24 | 57 | - /robot_X/vss_robot_right_controller/command |
25 | | -- Ambientes de simulação |
26 | | - - Robô único |
27 | | - - Time de 3 |
28 | | - - Partida 3x3 |
29 | | -- Adição do ```velocity_controllers``` como dependência |
| 58 | +- Simulation environments |
| 59 | + - Single robot |
| 60 | + - Team of 3 |
| 61 | + - Match 3x3 |
| 62 | +- Dependency ```velocity_controllers``` |
30 | 63 |
|
31 | | -### Problemas conhecidos |
| 64 | +### Known problems |
32 | 65 |
|
33 | | -- Propriedades físicas da bola |
34 | | -- Comportamento dos motores ideal demais - longe da realidade |
| 66 | +- Ball physical properties |
| 67 | +- Motors behavior too ideal - far from reality |
0 commit comments