Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_control_system at Robotics Stack Exchange
Package Summary
| Version | 2.16.2 |
| License | GPL-3.0-or-later |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/TobasFlightControl/tobas.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-22 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Masayoshi Dohi
Authors
Changelog for package tobas_control_system
2.16.2 (2026-09-22)
- revert version
- update CHANGELOG.rst
- modify: Bump version to 2.16.2
- Contributors: Masayoshi Dohi
2.16.1 (2026-09-18)
- v2.16.1
- Contributors: Masayoshi Dohi
2.16.0 (2026-07-29)
- Merge branch 'feature/prepare-for-apt-release' into jazzy
- fix
- Add description
- magic_enum.hpp -> magic_enum/magic_enum.hpp
- magic_enumとcxxoptsのサブモジュールを削除
- 0.0.0 -> 2.16.0
- Merge branch 'feature/use-geographiclib' into jazzy
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- モード1仕様に変更
- modify
- 色変更
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- .
- HPositionBarWidget -> ProgressBar
- fix
- .
- よく使う色を定義
- edit RC input viewer
- status_viewer -> health_viewer
- .
- アーム状態をバナーで表示
- .
- ステータスを文字で表示
- make group
- Merge branch 'feature/english_translation' into jazzy
- English translation
- modify: catmull_rom
- Merge branch 'feature/spline_waypoint' into jazzy
- .
- CatmullRomPathを共通化
- スプラインを折れ線としてマップ上に表示
- スプライン中間だったらtolerance系を無効化
- ミッションプランナーにStop At Waypointフィールドを追加
- pause -> stop_at_waypoint
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- GNSS衛生数をGCSに表示
- 高度をテキストで表示
- .
- .
- wip: show altitude
- modify: プロポのリンクが切れたらRCビューアをリセット
- Merge branch 'feature/scp-progress' into jazzy-dev
- .
- クリック以外のリスト要素選択にも対応
- C由来の関数を排除
- C由来の関数を排除
- Add mission example
- Merge branch 'jazzy-dev' into jazzy
- .
- modify: 前置インクリメントを使用
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- .
- 新しいウェイポイントは最後の点の少し東に配置
- modify: ダブルクリックでコマンドを確定
- .
- 海抜高度で指定可能に
- 表示上のコマンド番号を1-indexedに
- change layout
- リストに行番号を表示
- 最後に実行中だったミッション番号を返す
- ミッションの実行可能性をチェック
- ミッションの読み込み機能を実装
- .
- NaNならばデフォルト値を使う
- fix
- ミッション保存機能を実装
- .
- tobas_mission_msgs/action/ExecuteMissionの型変更に対応
- QOverload -> qOverload
- .
- Merge branch 'jazzy-dev' into jazzy
- modify: RCLCPP_DEBUG -> qDebug()
- Merge branch 'feature/add_custom_health_check' into jazzy-dev
- add: user-defined health statsu
- add license
- add license
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
| Name |
|---|
| qtpositioning5-dev |