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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged tobas_gazebo_system_plugins 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
tobas_gazebo_system_plugins
Changelog for package tobas_gazebo_system_plugins
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)
- Add description
- fix
- 0.0.0 -> 2.16.0
- fix message qos
- Merge branch 'feature/use-geographiclib' into jazzy
- Add geoid unduration
- altitude -> height_msl, ellipsoid_height -> height_wgs84
- geographic関連をクラス化
- GNSS関連の計算をgeographilibに
- .
- コメント改善
- Merge branch 'feature/gcs_layout' into jazzy
- style: use explicit decimal literals
- Merge branch 'feature/english_translation' into jazzy
- English translation
- .
- Contributors: Masayoshi Dohi
2.15.0 (2026-06-29)
- Merge branch 'jazzy-dev' into jazzy
- C由来の関数を排除
- Merge branch 'jazzy-dev' into jazzy
- フィルタの設定の返り値を変更: bool -> void
- RPMフィルタのLPFカットオフを調整可能に
- RPMフィルタのパラメータを調整可能に
- ConfigureImuFilter -> ConfigureImuLowPassFilter
- rename: LowPassFilterP1 -> LowPassFilter
- Merge branch 'feature/impl_mission_planner' into jazzy-dev
- memcpy -> std::memcpy
- Merge branch 'jazzy-dev' into jazzy
- add license
- add license
- Merge branch 'feature/add_namespace' into jazzy-dev
- delete unecessary namespace specifications
- .
- add namespace
- Merge branch 'jazzy-dev' into feature/objetc_avoidance
- add namespace
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/smooth_command_switching' into jazzy-dev
- disable type description services
- .
- NodeOptoinsをC++側で固定 不要な処理を行わないように
- delete unecessary include
- お度目取りメッセージをOdometryからOdometryWithCovarianceStampedに変更
- .
- .
- delete unecessary includes
- .
- refactor
- clear README.md
- Merge pull request #6 from TobasFlightControl/fix/lidar_topic_name fix: specify lidar topic name from sdf
- fix: specify lidar topic name from sdf
- add compile option: -Wswitch-enum
- .
- delete unecessary includes
- refactor
- Merge pull request #5 from TobasFlightControl/feat/lidar_plugin Feat/lidar plugin
- fix: remove imu from the generalization viewe point
- fix: code style
- add: tobas_gazebo_system_plugin README.md
- edit qos
- tobas_constantsをファイル分割
- Merge branch 'release/v2.12' into feature/refine_img_processing
- add: hesai lidar plugin
- Contributors: Masayoshi Dohi, Tetsuka Daiki, ok10171
2.12.1 (2026-02-18 12:13:14 +0900)
2.12.0 (2026-02-18 12:13:14 +0900)
2.11.0 (2026-02-13)
- Merge branch 'jazzy-dev' into jazzy
- add gazebo packages
- Merge branch 'jazzy-dev' into jazzy
- Merge branch 'feature/mission_execution' into jazzy-dev
- modify
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| tobas_gazebo |