-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0eee1b6
commit ab3fbf4
Showing
3 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
TRIK Runtime 3.1.3: | ||
- добавлена возможность инвертировать энкодеры в конфигурационном файле | ||
- добавлена возможность настраивать допустимый интервал ввода в сервомоторах, что особенно полезно для программирования | ||
сервомотора хвата, которому удобнее передавать процент открытия хвата от 0 до 100 | ||
- исправлены ошибки отображения показаний датчиков в окне тестирования | ||
- конфигурация робота по умолчанию приведена в соответствие с инструкцией по эксплуатации: | ||
- ИК-датчики на портах А1 и А2 | ||
- УЗ-датчики на портах D1 и D2 | ||
- датчики касания на портах A3 и A4 | ||
- датчики освещённости на портах A5 и A6 | ||
- хват на порту S6 | ||
- угловые сервомоторы на портах S1 - S5 | ||
- энкодеры на портах E2 и E4 инвертированы (чтобы оба показывали положительные значения при движении вперёд | ||
стандартной тележки) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,6 @@ | |
|
||
namespace trikKernel { | ||
|
||
const QString version = "3.1.2"; | ||
const QString version = "3.1.3-a2"; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters