Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit e0418fb

Browse files
authored
Merge pull request #11 from ThundeRatz/release/v2.0
Release/v2.0
2 parents d6b07cb + 977eacb commit e0418fb

4 files changed

Lines changed: 122 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 54 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,67 @@
11
# Changelog
22

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).
45

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**
741
- /robotX/vss_robot_left_controller/command
842
- /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
1246

13-
### Problemas conhecidos
47+
- Ball physical properties
48+
- The simulation fails to start sometimes
1449

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)
1751

18-
## v1.0.0 - Iron Cup 2020
52+
### Added
1953

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**
2356
- /robot_X/vss_robot_left_controller/command
2457
- /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```
3063

31-
### Problemas conhecidos
64+
### Known problems
3265

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

CHANGELOG.pt-br.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# Changelog
2+
3+
O formato é baseado no [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4+
e esse projeto segue a convenção [versionamento semântico](https://semver.org/spec/v2.0.0.html).
5+
6+
## [2.0.0] - 2020-10-05 - [Open Camera](https://github.com/ThundeRatz/vss_simulation/releases/tag/v2.0)
7+
8+
### Adicionado
9+
10+
- Licensa de software (MIT)
11+
- Modelo de robô vss genérico
12+
- Plugin de câmero do Gazebo
13+
- Arquivo requirements.txt para ambientes virtuais de python
14+
15+
### Modificado
16+
17+
- Atualização para Gazebo 11 e ROS noetic
18+
- Ambiente de simulação liberado como software livre
19+
20+
### Obsoleto
21+
22+
- Remoção do modelo original do time ThunderVolt
23+
24+
### Problemas conhecidos
25+
26+
- Propriedades físicas da bola
27+
- A simulação falha em iniciar ocasionalmente
28+
29+
## [2.0.0-alpha] - 2020-05-12
30+
31+
### Adicionado
32+
33+
- Simulação de atrito seco e viscoso no movimento das rodas
34+
- Dependência ```effort_controllers```
35+
36+
### Modificado
37+
38+
- Tópicos recebem o valor do **torque em Nm**
39+
- /robotX/vss_robot_left_controller/command
40+
- /robotX/vss_robot_right_controller/command
41+
- Padronização da nomenclatura com o VSSVision
42+
- Simulação do atrito seco e viscoso no movimento das rodas
43+
44+
### Problemas conhecidos
45+
46+
- Propriedades físicas da bola
47+
- A simulação falha em iniciar ocasionalmente
48+
49+
## [1.0.0] - 2020-05-04 - [Iron Cup 2020](https://github.com/ThundeRatz/vss_simulation/releases/tag/v1.0)
50+
51+
### Adicionado
52+
53+
- Projeto mecânico v1.1 - Thalles e Diego
54+
- Controle dos motores pela **velocidade em rad/s**
55+
- /robot_X/vss_robot_left_controller/command
56+
- /robot_X/vss_robot_right_controller/command
57+
- Ambientes de simulação
58+
- Robô único
59+
- Time de 3
60+
- Partida 3x3
61+
- Dependência```velocity_controllers```
62+
63+
### Problemas conhecidos
64+
65+
- Propriedades físicas da bola
66+
- Comportamento dos motores ideal demais - longe da realidade

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ sudo apt install ros-noetic-desktop-full
181181
The project depends on the package velocity_controllers and effort_controllers in the library [ros_controllers](https://github.com/ros-controls/ros_controllers) and the python lybrary [pygame](https://github.com/pygame/pygame). It is possible to install both with ```apt-get```
182182

183183
```bash
184-
sudo apt install ros-noetic-velocity-controllers ros-noetic-effort-controllers python-pygame
184+
sudo apt install ros-noetic-velocity-controllers ros-noetic-effort-controllers python3-pygame
185185
```
186186

187187
Or using ```rosdep```

README.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ sudo apt install ros-noetic-desktop-full
186186
O projeto depende do pacote velocity_controllers e do effort_controllers dentro da biblioteca [ros_controllers](https://github.com/ros-controls/ros_controllers) e da biblioteca python [pygame](https://github.com/pygame/pygame). É possível instalar com ```apt-get```
187187

188188
```bash
189-
sudo apt install ros-noetic-velocity-controllers ros-noetic-effort-controllers python-pygame
189+
sudo apt install ros-noetic-velocity-controllers ros-noetic-effort-controllers python3-pygame
190190
```
191191

192192
Ou usando ```rosdep```

0 commit comments

Comments
 (0)