Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msgs ublox_serialization

ROS Distro
humble

Package Summary

Tags No category tags.
Version 2.3.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version ros2
Last Updated 2024-12-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

2.3.0 (2022-04-13)

  • Revamp the building of the driver for modern ROS 2 practices.
  • Fix parameter declaration types. (#146)
  • Add the types to declared parameters. (#141)
  • Add UDP support (#140)
  • add Ublox ZED_F9P config (#131)
  • Fix warnings in launch.
  • [FEAT]: add launch and config directories to 'intall' package to avoid wrong launch location (#125)
  • Fix wrong variable name in launch (#120)
  • Contributors: CHAIWIT PHONKHEN, Chao Qu, Chris Lalancette, Daisuke Nishimatsu, Davidson Daniel Rojas Cediel, Kevin Hallenbeck

2.0.0 (2020-10-13)

  • Initial ROS 2 port to Dashing
  • Create publishers based on ROS parameters (#1)
  • Make sure to reset for survey-in mode.
  • Make sure to depend on tf2 properly.
  • Make sure to have package.xml depend on ament_cmake_ros
  • Fix getting RTCM ids and rates.
  • Increase the timeout for NavPVT messages during Survey-In config.
  • Configure the base more accurately.
  • Update rover configuration.
  • Create ROS 2 launch files.
  • Finish porting configs to ROS 2.
  • Fix heading output to comply with REP-103
  • Make ublox_gps composable.
  • Fixes pointed out by clang-tidy.
  • Rename rawDataStreamPa member variable to raw_data_stream_pa
  • Fix a bug for reads of zero size.
  • Re-enable logging in the AsyncWorker.
  • Switch a couple more catch blocks to const.
  • Remove -ggdb3 flag from CMakeLists.txt.
  • Fix a few bugs pointed out by valgrind.
  • Pass the logger down to the Gps level.
  • Minor cleanup in the gps code.
  • More fixes for declaring parameters.
  • Declare more parameters.
  • Declare more parameters correctly.
  • More fixes so that we get the correct rates.
  • More fixes around the codebase.
  • Mark constants as such.
  • Remove declareRosBoolean.
  • Update configuration files for ROS 2.
  • Port ublox_gps to ROS 2.
  • Start ROS 2 port by COLCON_IGNORE everything.
  • Split the main out into its own file.
  • Move spinning out of the constructor.
  • Cleanup includes in node.{hpp,cpp}.
  • Move HpPosRecProduct class to its own files.
  • Move HpgRefProduct class to its own files.
  • Move UbloxFirmware9 class to its own files.
  • Move UbloxFirmware8 class to its own files.
  • Move UbloxFirmware7 to its own files.
  • Move UbloxFirmware7Plus class to its own header file.
  • Move UbloxFirmware6 class to its own files.
  • Move UbloxFirmware class to its own files.
  • Move RawDataProduct class into its own files.
  • Move HpgRovProduct class to its own files.
  • Move AdrUdrProduct class into its own files.
  • Move TimProduct class into its own file.
  • Make the node handle a member variable of UbloxNode.
  • Remove the last uses of the global variable.
  • Pass the nodehandle into more methods.
  • Start passing the node into functions.
  • Declare a few more booleans.
  • Declare a lot more parameters.
  • Finish removing the "enable" map.
  • Move some more boolean parameters to declarations.
  • Declare more parameters.
  • Convert a few more parameters over to being declared.
  • Declare the config_on_startup flag.
  • Make dat/set a declared parameter.
  • Make sure to declare the sbas parameter.
  • Add in ROS2-like declare and get parameters.
  • Replace templated publish call with lambdas.
  • Make fix_status_service a member variable of UbloxFirmware.
  • Move fixFromString and modelFromString into node.cpp
  • Make gps a member variable of UbloxNode.
  • Add namespaces to component_interface and fts_product.hpp
  • Minor code improvements.
  • Move FixDiagnostic class to its own file.
  • Move UbloxTopicDiagnostic to its own file.
  • Make gnss a member variable of UbloxNode.
  • Move kNavSvInfoSubscribeRate into the base class that uses it.
  • Remove kSubscribeRate.
  • Move the kDefaultMeasRate to the class that needs it.
  • Remove kROSQueueSize constant.
  • Make rtcms a member variable of UbloxNode.

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msgs ublox_serialization

ROS Distro
jazzy

Package Summary

Tags No category tags.
Version 2.3.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version ros2
Last Updated 2024-12-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

2.3.0 (2022-04-13)

  • Revamp the building of the driver for modern ROS 2 practices.
  • Fix parameter declaration types. (#146)
  • Add the types to declared parameters. (#141)
  • Add UDP support (#140)
  • add Ublox ZED_F9P config (#131)
  • Fix warnings in launch.
  • [FEAT]: add launch and config directories to 'intall' package to avoid wrong launch location (#125)
  • Fix wrong variable name in launch (#120)
  • Contributors: CHAIWIT PHONKHEN, Chao Qu, Chris Lalancette, Daisuke Nishimatsu, Davidson Daniel Rojas Cediel, Kevin Hallenbeck

2.0.0 (2020-10-13)

  • Initial ROS 2 port to Dashing
  • Create publishers based on ROS parameters (#1)
  • Make sure to reset for survey-in mode.
  • Make sure to depend on tf2 properly.
  • Make sure to have package.xml depend on ament_cmake_ros
  • Fix getting RTCM ids and rates.
  • Increase the timeout for NavPVT messages during Survey-In config.
  • Configure the base more accurately.
  • Update rover configuration.
  • Create ROS 2 launch files.
  • Finish porting configs to ROS 2.
  • Fix heading output to comply with REP-103
  • Make ublox_gps composable.
  • Fixes pointed out by clang-tidy.
  • Rename rawDataStreamPa member variable to raw_data_stream_pa
  • Fix a bug for reads of zero size.
  • Re-enable logging in the AsyncWorker.
  • Switch a couple more catch blocks to const.
  • Remove -ggdb3 flag from CMakeLists.txt.
  • Fix a few bugs pointed out by valgrind.
  • Pass the logger down to the Gps level.
  • Minor cleanup in the gps code.
  • More fixes for declaring parameters.
  • Declare more parameters.
  • Declare more parameters correctly.
  • More fixes so that we get the correct rates.
  • More fixes around the codebase.
  • Mark constants as such.
  • Remove declareRosBoolean.
  • Update configuration files for ROS 2.
  • Port ublox_gps to ROS 2.
  • Start ROS 2 port by COLCON_IGNORE everything.
  • Split the main out into its own file.
  • Move spinning out of the constructor.
  • Cleanup includes in node.{hpp,cpp}.
  • Move HpPosRecProduct class to its own files.
  • Move HpgRefProduct class to its own files.
  • Move UbloxFirmware9 class to its own files.
  • Move UbloxFirmware8 class to its own files.
  • Move UbloxFirmware7 to its own files.
  • Move UbloxFirmware7Plus class to its own header file.
  • Move UbloxFirmware6 class to its own files.
  • Move UbloxFirmware class to its own files.
  • Move RawDataProduct class into its own files.
  • Move HpgRovProduct class to its own files.
  • Move AdrUdrProduct class into its own files.
  • Move TimProduct class into its own file.
  • Make the node handle a member variable of UbloxNode.
  • Remove the last uses of the global variable.
  • Pass the nodehandle into more methods.
  • Start passing the node into functions.
  • Declare a few more booleans.
  • Declare a lot more parameters.
  • Finish removing the "enable" map.
  • Move some more boolean parameters to declarations.
  • Declare more parameters.
  • Convert a few more parameters over to being declared.
  • Declare the config_on_startup flag.
  • Make dat/set a declared parameter.
  • Make sure to declare the sbas parameter.
  • Add in ROS2-like declare and get parameters.
  • Replace templated publish call with lambdas.
  • Make fix_status_service a member variable of UbloxFirmware.
  • Move fixFromString and modelFromString into node.cpp
  • Make gps a member variable of UbloxNode.
  • Add namespaces to component_interface and fts_product.hpp
  • Minor code improvements.
  • Move FixDiagnostic class to its own file.
  • Move UbloxTopicDiagnostic to its own file.
  • Make gnss a member variable of UbloxNode.
  • Move kNavSvInfoSubscribeRate into the base class that uses it.
  • Remove kSubscribeRate.
  • Move the kDefaultMeasRate to the class that needs it.
  • Remove kROSQueueSize constant.
  • Make rtcms a member variable of UbloxNode.

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msgs ublox_serialization

ROS Distro
kilted

Package Summary

Tags No category tags.
Version 2.3.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version ros2
Last Updated 2024-12-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

2.3.0 (2022-04-13)

  • Revamp the building of the driver for modern ROS 2 practices.
  • Fix parameter declaration types. (#146)
  • Add the types to declared parameters. (#141)
  • Add UDP support (#140)
  • add Ublox ZED_F9P config (#131)
  • Fix warnings in launch.
  • [FEAT]: add launch and config directories to 'intall' package to avoid wrong launch location (#125)
  • Fix wrong variable name in launch (#120)
  • Contributors: CHAIWIT PHONKHEN, Chao Qu, Chris Lalancette, Daisuke Nishimatsu, Davidson Daniel Rojas Cediel, Kevin Hallenbeck

2.0.0 (2020-10-13)

  • Initial ROS 2 port to Dashing
  • Create publishers based on ROS parameters (#1)
  • Make sure to reset for survey-in mode.
  • Make sure to depend on tf2 properly.
  • Make sure to have package.xml depend on ament_cmake_ros
  • Fix getting RTCM ids and rates.
  • Increase the timeout for NavPVT messages during Survey-In config.
  • Configure the base more accurately.
  • Update rover configuration.
  • Create ROS 2 launch files.
  • Finish porting configs to ROS 2.
  • Fix heading output to comply with REP-103
  • Make ublox_gps composable.
  • Fixes pointed out by clang-tidy.
  • Rename rawDataStreamPa member variable to raw_data_stream_pa
  • Fix a bug for reads of zero size.
  • Re-enable logging in the AsyncWorker.
  • Switch a couple more catch blocks to const.
  • Remove -ggdb3 flag from CMakeLists.txt.
  • Fix a few bugs pointed out by valgrind.
  • Pass the logger down to the Gps level.
  • Minor cleanup in the gps code.
  • More fixes for declaring parameters.
  • Declare more parameters.
  • Declare more parameters correctly.
  • More fixes so that we get the correct rates.
  • More fixes around the codebase.
  • Mark constants as such.
  • Remove declareRosBoolean.
  • Update configuration files for ROS 2.
  • Port ublox_gps to ROS 2.
  • Start ROS 2 port by COLCON_IGNORE everything.
  • Split the main out into its own file.
  • Move spinning out of the constructor.
  • Cleanup includes in node.{hpp,cpp}.
  • Move HpPosRecProduct class to its own files.
  • Move HpgRefProduct class to its own files.
  • Move UbloxFirmware9 class to its own files.
  • Move UbloxFirmware8 class to its own files.
  • Move UbloxFirmware7 to its own files.
  • Move UbloxFirmware7Plus class to its own header file.
  • Move UbloxFirmware6 class to its own files.
  • Move UbloxFirmware class to its own files.
  • Move RawDataProduct class into its own files.
  • Move HpgRovProduct class to its own files.
  • Move AdrUdrProduct class into its own files.
  • Move TimProduct class into its own file.
  • Make the node handle a member variable of UbloxNode.
  • Remove the last uses of the global variable.
  • Pass the nodehandle into more methods.
  • Start passing the node into functions.
  • Declare a few more booleans.
  • Declare a lot more parameters.
  • Finish removing the "enable" map.
  • Move some more boolean parameters to declarations.
  • Declare more parameters.
  • Convert a few more parameters over to being declared.
  • Declare the config_on_startup flag.
  • Make dat/set a declared parameter.
  • Make sure to declare the sbas parameter.
  • Add in ROS2-like declare and get parameters.
  • Replace templated publish call with lambdas.
  • Make fix_status_service a member variable of UbloxFirmware.
  • Move fixFromString and modelFromString into node.cpp
  • Make gps a member variable of UbloxNode.
  • Add namespaces to component_interface and fts_product.hpp
  • Minor code improvements.
  • Move FixDiagnostic class to its own file.
  • Move UbloxTopicDiagnostic to its own file.
  • Make gnss a member variable of UbloxNode.
  • Move kNavSvInfoSubscribeRate into the base class that uses it.
  • Remove kSubscribeRate.
  • Move the kDefaultMeasRate to the class that needs it.
  • Remove kROSQueueSize constant.
  • Make rtcms a member variable of UbloxNode.

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msgs ublox_serialization

ROS Distro
rolling

Package Summary

Tags No category tags.
Version 2.3.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version ros2
Last Updated 2024-12-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

2.3.0 (2022-04-13)

  • Revamp the building of the driver for modern ROS 2 practices.
  • Fix parameter declaration types. (#146)
  • Add the types to declared parameters. (#141)
  • Add UDP support (#140)
  • add Ublox ZED_F9P config (#131)
  • Fix warnings in launch.
  • [FEAT]: add launch and config directories to 'intall' package to avoid wrong launch location (#125)
  • Fix wrong variable name in launch (#120)
  • Contributors: CHAIWIT PHONKHEN, Chao Qu, Chris Lalancette, Daisuke Nishimatsu, Davidson Daniel Rojas Cediel, Kevin Hallenbeck

2.0.0 (2020-10-13)

  • Initial ROS 2 port to Dashing
  • Create publishers based on ROS parameters (#1)
  • Make sure to reset for survey-in mode.
  • Make sure to depend on tf2 properly.
  • Make sure to have package.xml depend on ament_cmake_ros
  • Fix getting RTCM ids and rates.
  • Increase the timeout for NavPVT messages during Survey-In config.
  • Configure the base more accurately.
  • Update rover configuration.
  • Create ROS 2 launch files.
  • Finish porting configs to ROS 2.
  • Fix heading output to comply with REP-103
  • Make ublox_gps composable.
  • Fixes pointed out by clang-tidy.
  • Rename rawDataStreamPa member variable to raw_data_stream_pa
  • Fix a bug for reads of zero size.
  • Re-enable logging in the AsyncWorker.
  • Switch a couple more catch blocks to const.
  • Remove -ggdb3 flag from CMakeLists.txt.
  • Fix a few bugs pointed out by valgrind.
  • Pass the logger down to the Gps level.
  • Minor cleanup in the gps code.
  • More fixes for declaring parameters.
  • Declare more parameters.
  • Declare more parameters correctly.
  • More fixes so that we get the correct rates.
  • More fixes around the codebase.
  • Mark constants as such.
  • Remove declareRosBoolean.
  • Update configuration files for ROS 2.
  • Port ublox_gps to ROS 2.
  • Start ROS 2 port by COLCON_IGNORE everything.
  • Split the main out into its own file.
  • Move spinning out of the constructor.
  • Cleanup includes in node.{hpp,cpp}.
  • Move HpPosRecProduct class to its own files.
  • Move HpgRefProduct class to its own files.
  • Move UbloxFirmware9 class to its own files.
  • Move UbloxFirmware8 class to its own files.
  • Move UbloxFirmware7 to its own files.
  • Move UbloxFirmware7Plus class to its own header file.
  • Move UbloxFirmware6 class to its own files.
  • Move UbloxFirmware class to its own files.
  • Move RawDataProduct class into its own files.
  • Move HpgRovProduct class to its own files.
  • Move AdrUdrProduct class into its own files.
  • Move TimProduct class into its own file.
  • Make the node handle a member variable of UbloxNode.
  • Remove the last uses of the global variable.
  • Pass the nodehandle into more methods.
  • Start passing the node into functions.
  • Declare a few more booleans.
  • Declare a lot more parameters.
  • Finish removing the "enable" map.
  • Move some more boolean parameters to declarations.
  • Declare more parameters.
  • Convert a few more parameters over to being declared.
  • Declare the config_on_startup flag.
  • Make dat/set a declared parameter.
  • Make sure to declare the sbas parameter.
  • Add in ROS2-like declare and get parameters.
  • Replace templated publish call with lambdas.
  • Make fix_status_service a member variable of UbloxFirmware.
  • Move fixFromString and modelFromString into node.cpp
  • Make gps a member variable of UbloxNode.
  • Add namespaces to component_interface and fts_product.hpp
  • Minor code improvements.
  • Move FixDiagnostic class to its own file.
  • Move UbloxTopicDiagnostic to its own file.
  • Make gnss a member variable of UbloxNode.
  • Move kNavSvInfoSubscribeRate into the base class that uses it.
  • Remove kSubscribeRate.
  • Move the kDefaultMeasRate to the class that needs it.
  • Remove kROSQueueSize constant.
  • Make rtcms a member variable of UbloxNode.

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

No version for distro ardent showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msgs ublox_serialization

ROS Distro
humble

Package Summary

Tags No category tags.
Version 2.3.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version ros2
Last Updated 2024-12-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

2.3.0 (2022-04-13)

  • Revamp the building of the driver for modern ROS 2 practices.
  • Fix parameter declaration types. (#146)
  • Add the types to declared parameters. (#141)
  • Add UDP support (#140)
  • add Ublox ZED_F9P config (#131)
  • Fix warnings in launch.
  • [FEAT]: add launch and config directories to 'intall' package to avoid wrong launch location (#125)
  • Fix wrong variable name in launch (#120)
  • Contributors: CHAIWIT PHONKHEN, Chao Qu, Chris Lalancette, Daisuke Nishimatsu, Davidson Daniel Rojas Cediel, Kevin Hallenbeck

2.0.0 (2020-10-13)

  • Initial ROS 2 port to Dashing
  • Create publishers based on ROS parameters (#1)
  • Make sure to reset for survey-in mode.
  • Make sure to depend on tf2 properly.
  • Make sure to have package.xml depend on ament_cmake_ros
  • Fix getting RTCM ids and rates.
  • Increase the timeout for NavPVT messages during Survey-In config.
  • Configure the base more accurately.
  • Update rover configuration.
  • Create ROS 2 launch files.
  • Finish porting configs to ROS 2.
  • Fix heading output to comply with REP-103
  • Make ublox_gps composable.
  • Fixes pointed out by clang-tidy.
  • Rename rawDataStreamPa member variable to raw_data_stream_pa
  • Fix a bug for reads of zero size.
  • Re-enable logging in the AsyncWorker.
  • Switch a couple more catch blocks to const.
  • Remove -ggdb3 flag from CMakeLists.txt.
  • Fix a few bugs pointed out by valgrind.
  • Pass the logger down to the Gps level.
  • Minor cleanup in the gps code.
  • More fixes for declaring parameters.
  • Declare more parameters.
  • Declare more parameters correctly.
  • More fixes so that we get the correct rates.
  • More fixes around the codebase.
  • Mark constants as such.
  • Remove declareRosBoolean.
  • Update configuration files for ROS 2.
  • Port ublox_gps to ROS 2.
  • Start ROS 2 port by COLCON_IGNORE everything.
  • Split the main out into its own file.
  • Move spinning out of the constructor.
  • Cleanup includes in node.{hpp,cpp}.
  • Move HpPosRecProduct class to its own files.
  • Move HpgRefProduct class to its own files.
  • Move UbloxFirmware9 class to its own files.
  • Move UbloxFirmware8 class to its own files.
  • Move UbloxFirmware7 to its own files.
  • Move UbloxFirmware7Plus class to its own header file.
  • Move UbloxFirmware6 class to its own files.
  • Move UbloxFirmware class to its own files.
  • Move RawDataProduct class into its own files.
  • Move HpgRovProduct class to its own files.
  • Move AdrUdrProduct class into its own files.
  • Move TimProduct class into its own file.
  • Make the node handle a member variable of UbloxNode.
  • Remove the last uses of the global variable.
  • Pass the nodehandle into more methods.
  • Start passing the node into functions.
  • Declare a few more booleans.
  • Declare a lot more parameters.
  • Finish removing the "enable" map.
  • Move some more boolean parameters to declarations.
  • Declare more parameters.
  • Convert a few more parameters over to being declared.
  • Declare the config_on_startup flag.
  • Make dat/set a declared parameter.
  • Make sure to declare the sbas parameter.
  • Add in ROS2-like declare and get parameters.
  • Replace templated publish call with lambdas.
  • Make fix_status_service a member variable of UbloxFirmware.
  • Move fixFromString and modelFromString into node.cpp
  • Make gps a member variable of UbloxNode.
  • Add namespaces to component_interface and fts_product.hpp
  • Minor code improvements.
  • Move FixDiagnostic class to its own file.
  • Move UbloxTopicDiagnostic to its own file.
  • Make gnss a member variable of UbloxNode.
  • Move kNavSvInfoSubscribeRate into the base class that uses it.
  • Remove kSubscribeRate.
  • Move the kDefaultMeasRate to the class that needs it.
  • Remove kROSQueueSize constant.
  • Make rtcms a member variable of UbloxNode.

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

No version for distro bouncy showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msgs ublox_serialization

ROS Distro
humble

Package Summary

Tags No category tags.
Version 2.3.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version ros2
Last Updated 2024-12-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

2.3.0 (2022-04-13)

  • Revamp the building of the driver for modern ROS 2 practices.
  • Fix parameter declaration types. (#146)
  • Add the types to declared parameters. (#141)
  • Add UDP support (#140)
  • add Ublox ZED_F9P config (#131)
  • Fix warnings in launch.
  • [FEAT]: add launch and config directories to 'intall' package to avoid wrong launch location (#125)
  • Fix wrong variable name in launch (#120)
  • Contributors: CHAIWIT PHONKHEN, Chao Qu, Chris Lalancette, Daisuke Nishimatsu, Davidson Daniel Rojas Cediel, Kevin Hallenbeck

2.0.0 (2020-10-13)

  • Initial ROS 2 port to Dashing
  • Create publishers based on ROS parameters (#1)
  • Make sure to reset for survey-in mode.
  • Make sure to depend on tf2 properly.
  • Make sure to have package.xml depend on ament_cmake_ros
  • Fix getting RTCM ids and rates.
  • Increase the timeout for NavPVT messages during Survey-In config.
  • Configure the base more accurately.
  • Update rover configuration.
  • Create ROS 2 launch files.
  • Finish porting configs to ROS 2.
  • Fix heading output to comply with REP-103
  • Make ublox_gps composable.
  • Fixes pointed out by clang-tidy.
  • Rename rawDataStreamPa member variable to raw_data_stream_pa
  • Fix a bug for reads of zero size.
  • Re-enable logging in the AsyncWorker.
  • Switch a couple more catch blocks to const.
  • Remove -ggdb3 flag from CMakeLists.txt.
  • Fix a few bugs pointed out by valgrind.
  • Pass the logger down to the Gps level.
  • Minor cleanup in the gps code.
  • More fixes for declaring parameters.
  • Declare more parameters.
  • Declare more parameters correctly.
  • More fixes so that we get the correct rates.
  • More fixes around the codebase.
  • Mark constants as such.
  • Remove declareRosBoolean.
  • Update configuration files for ROS 2.
  • Port ublox_gps to ROS 2.
  • Start ROS 2 port by COLCON_IGNORE everything.
  • Split the main out into its own file.
  • Move spinning out of the constructor.
  • Cleanup includes in node.{hpp,cpp}.
  • Move HpPosRecProduct class to its own files.
  • Move HpgRefProduct class to its own files.
  • Move UbloxFirmware9 class to its own files.
  • Move UbloxFirmware8 class to its own files.
  • Move UbloxFirmware7 to its own files.
  • Move UbloxFirmware7Plus class to its own header file.
  • Move UbloxFirmware6 class to its own files.
  • Move UbloxFirmware class to its own files.
  • Move RawDataProduct class into its own files.
  • Move HpgRovProduct class to its own files.
  • Move AdrUdrProduct class into its own files.
  • Move TimProduct class into its own file.
  • Make the node handle a member variable of UbloxNode.
  • Remove the last uses of the global variable.
  • Pass the nodehandle into more methods.
  • Start passing the node into functions.
  • Declare a few more booleans.
  • Declare a lot more parameters.
  • Finish removing the "enable" map.
  • Move some more boolean parameters to declarations.
  • Declare more parameters.
  • Convert a few more parameters over to being declared.
  • Declare the config_on_startup flag.
  • Make dat/set a declared parameter.
  • Make sure to declare the sbas parameter.
  • Add in ROS2-like declare and get parameters.
  • Replace templated publish call with lambdas.
  • Make fix_status_service a member variable of UbloxFirmware.
  • Move fixFromString and modelFromString into node.cpp
  • Make gps a member variable of UbloxNode.
  • Add namespaces to component_interface and fts_product.hpp
  • Minor code improvements.
  • Move FixDiagnostic class to its own file.
  • Move UbloxTopicDiagnostic to its own file.
  • Make gnss a member variable of UbloxNode.
  • Move kNavSvInfoSubscribeRate into the base class that uses it.
  • Remove kSubscribeRate.
  • Move the kDefaultMeasRate to the class that needs it.
  • Remove kROSQueueSize constant.
  • Make rtcms a member variable of UbloxNode.

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

No version for distro crystal showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msgs ublox_serialization

ROS Distro
humble

Package Summary

Tags No category tags.
Version 2.3.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version ros2
Last Updated 2024-12-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

2.3.0 (2022-04-13)

  • Revamp the building of the driver for modern ROS 2 practices.
  • Fix parameter declaration types. (#146)
  • Add the types to declared parameters. (#141)
  • Add UDP support (#140)
  • add Ublox ZED_F9P config (#131)
  • Fix warnings in launch.
  • [FEAT]: add launch and config directories to 'intall' package to avoid wrong launch location (#125)
  • Fix wrong variable name in launch (#120)
  • Contributors: CHAIWIT PHONKHEN, Chao Qu, Chris Lalancette, Daisuke Nishimatsu, Davidson Daniel Rojas Cediel, Kevin Hallenbeck

2.0.0 (2020-10-13)

  • Initial ROS 2 port to Dashing
  • Create publishers based on ROS parameters (#1)
  • Make sure to reset for survey-in mode.
  • Make sure to depend on tf2 properly.
  • Make sure to have package.xml depend on ament_cmake_ros
  • Fix getting RTCM ids and rates.
  • Increase the timeout for NavPVT messages during Survey-In config.
  • Configure the base more accurately.
  • Update rover configuration.
  • Create ROS 2 launch files.
  • Finish porting configs to ROS 2.
  • Fix heading output to comply with REP-103
  • Make ublox_gps composable.
  • Fixes pointed out by clang-tidy.
  • Rename rawDataStreamPa member variable to raw_data_stream_pa
  • Fix a bug for reads of zero size.
  • Re-enable logging in the AsyncWorker.
  • Switch a couple more catch blocks to const.
  • Remove -ggdb3 flag from CMakeLists.txt.
  • Fix a few bugs pointed out by valgrind.
  • Pass the logger down to the Gps level.
  • Minor cleanup in the gps code.
  • More fixes for declaring parameters.
  • Declare more parameters.
  • Declare more parameters correctly.
  • More fixes so that we get the correct rates.
  • More fixes around the codebase.
  • Mark constants as such.
  • Remove declareRosBoolean.
  • Update configuration files for ROS 2.
  • Port ublox_gps to ROS 2.
  • Start ROS 2 port by COLCON_IGNORE everything.
  • Split the main out into its own file.
  • Move spinning out of the constructor.
  • Cleanup includes in node.{hpp,cpp}.
  • Move HpPosRecProduct class to its own files.
  • Move HpgRefProduct class to its own files.
  • Move UbloxFirmware9 class to its own files.
  • Move UbloxFirmware8 class to its own files.
  • Move UbloxFirmware7 to its own files.
  • Move UbloxFirmware7Plus class to its own header file.
  • Move UbloxFirmware6 class to its own files.
  • Move UbloxFirmware class to its own files.
  • Move RawDataProduct class into its own files.
  • Move HpgRovProduct class to its own files.
  • Move AdrUdrProduct class into its own files.
  • Move TimProduct class into its own file.
  • Make the node handle a member variable of UbloxNode.
  • Remove the last uses of the global variable.
  • Pass the nodehandle into more methods.
  • Start passing the node into functions.
  • Declare a few more booleans.
  • Declare a lot more parameters.
  • Finish removing the "enable" map.
  • Move some more boolean parameters to declarations.
  • Declare more parameters.
  • Convert a few more parameters over to being declared.
  • Declare the config_on_startup flag.
  • Make dat/set a declared parameter.
  • Make sure to declare the sbas parameter.
  • Add in ROS2-like declare and get parameters.
  • Replace templated publish call with lambdas.
  • Make fix_status_service a member variable of UbloxFirmware.
  • Move fixFromString and modelFromString into node.cpp
  • Make gps a member variable of UbloxNode.
  • Add namespaces to component_interface and fts_product.hpp
  • Minor code improvements.
  • Move FixDiagnostic class to its own file.
  • Move UbloxTopicDiagnostic to its own file.
  • Make gnss a member variable of UbloxNode.
  • Move kNavSvInfoSubscribeRate into the base class that uses it.
  • Remove kSubscribeRate.
  • Move the kDefaultMeasRate to the class that needs it.
  • Remove kROSQueueSize constant.
  • Make rtcms a member variable of UbloxNode.

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

No version for distro eloquent showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msgs ublox_serialization

ROS Distro
humble

Package Summary

Tags No category tags.
Version 2.3.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version ros2
Last Updated 2024-12-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

2.3.0 (2022-04-13)

  • Revamp the building of the driver for modern ROS 2 practices.
  • Fix parameter declaration types. (#146)
  • Add the types to declared parameters. (#141)
  • Add UDP support (#140)
  • add Ublox ZED_F9P config (#131)
  • Fix warnings in launch.
  • [FEAT]: add launch and config directories to 'intall' package to avoid wrong launch location (#125)
  • Fix wrong variable name in launch (#120)
  • Contributors: CHAIWIT PHONKHEN, Chao Qu, Chris Lalancette, Daisuke Nishimatsu, Davidson Daniel Rojas Cediel, Kevin Hallenbeck

2.0.0 (2020-10-13)

  • Initial ROS 2 port to Dashing
  • Create publishers based on ROS parameters (#1)
  • Make sure to reset for survey-in mode.
  • Make sure to depend on tf2 properly.
  • Make sure to have package.xml depend on ament_cmake_ros
  • Fix getting RTCM ids and rates.
  • Increase the timeout for NavPVT messages during Survey-In config.
  • Configure the base more accurately.
  • Update rover configuration.
  • Create ROS 2 launch files.
  • Finish porting configs to ROS 2.
  • Fix heading output to comply with REP-103
  • Make ublox_gps composable.
  • Fixes pointed out by clang-tidy.
  • Rename rawDataStreamPa member variable to raw_data_stream_pa
  • Fix a bug for reads of zero size.
  • Re-enable logging in the AsyncWorker.
  • Switch a couple more catch blocks to const.
  • Remove -ggdb3 flag from CMakeLists.txt.
  • Fix a few bugs pointed out by valgrind.
  • Pass the logger down to the Gps level.
  • Minor cleanup in the gps code.
  • More fixes for declaring parameters.
  • Declare more parameters.
  • Declare more parameters correctly.
  • More fixes so that we get the correct rates.
  • More fixes around the codebase.
  • Mark constants as such.
  • Remove declareRosBoolean.
  • Update configuration files for ROS 2.
  • Port ublox_gps to ROS 2.
  • Start ROS 2 port by COLCON_IGNORE everything.
  • Split the main out into its own file.
  • Move spinning out of the constructor.
  • Cleanup includes in node.{hpp,cpp}.
  • Move HpPosRecProduct class to its own files.
  • Move HpgRefProduct class to its own files.
  • Move UbloxFirmware9 class to its own files.
  • Move UbloxFirmware8 class to its own files.
  • Move UbloxFirmware7 to its own files.
  • Move UbloxFirmware7Plus class to its own header file.
  • Move UbloxFirmware6 class to its own files.
  • Move UbloxFirmware class to its own files.
  • Move RawDataProduct class into its own files.
  • Move HpgRovProduct class to its own files.
  • Move AdrUdrProduct class into its own files.
  • Move TimProduct class into its own file.
  • Make the node handle a member variable of UbloxNode.
  • Remove the last uses of the global variable.
  • Pass the nodehandle into more methods.
  • Start passing the node into functions.
  • Declare a few more booleans.
  • Declare a lot more parameters.
  • Finish removing the "enable" map.
  • Move some more boolean parameters to declarations.
  • Declare more parameters.
  • Convert a few more parameters over to being declared.
  • Declare the config_on_startup flag.
  • Make dat/set a declared parameter.
  • Make sure to declare the sbas parameter.
  • Add in ROS2-like declare and get parameters.
  • Replace templated publish call with lambdas.
  • Make fix_status_service a member variable of UbloxFirmware.
  • Move fixFromString and modelFromString into node.cpp
  • Make gps a member variable of UbloxNode.
  • Add namespaces to component_interface and fts_product.hpp
  • Minor code improvements.
  • Move FixDiagnostic class to its own file.
  • Move UbloxTopicDiagnostic to its own file.
  • Make gnss a member variable of UbloxNode.
  • Move kNavSvInfoSubscribeRate into the base class that uses it.
  • Remove kSubscribeRate.
  • Move the kDefaultMeasRate to the class that needs it.
  • Remove kROSQueueSize constant.
  • Make rtcms a member variable of UbloxNode.

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

No version for distro dashing showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msgs ublox_serialization

ROS Distro
humble

Package Summary

Tags No category tags.
Version 2.3.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version ros2
Last Updated 2024-12-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

2.3.0 (2022-04-13)

  • Revamp the building of the driver for modern ROS 2 practices.
  • Fix parameter declaration types. (#146)
  • Add the types to declared parameters. (#141)
  • Add UDP support (#140)
  • add Ublox ZED_F9P config (#131)
  • Fix warnings in launch.
  • [FEAT]: add launch and config directories to 'intall' package to avoid wrong launch location (#125)
  • Fix wrong variable name in launch (#120)
  • Contributors: CHAIWIT PHONKHEN, Chao Qu, Chris Lalancette, Daisuke Nishimatsu, Davidson Daniel Rojas Cediel, Kevin Hallenbeck

2.0.0 (2020-10-13)

  • Initial ROS 2 port to Dashing
  • Create publishers based on ROS parameters (#1)
  • Make sure to reset for survey-in mode.
  • Make sure to depend on tf2 properly.
  • Make sure to have package.xml depend on ament_cmake_ros
  • Fix getting RTCM ids and rates.
  • Increase the timeout for NavPVT messages during Survey-In config.
  • Configure the base more accurately.
  • Update rover configuration.
  • Create ROS 2 launch files.
  • Finish porting configs to ROS 2.
  • Fix heading output to comply with REP-103
  • Make ublox_gps composable.
  • Fixes pointed out by clang-tidy.
  • Rename rawDataStreamPa member variable to raw_data_stream_pa
  • Fix a bug for reads of zero size.
  • Re-enable logging in the AsyncWorker.
  • Switch a couple more catch blocks to const.
  • Remove -ggdb3 flag from CMakeLists.txt.
  • Fix a few bugs pointed out by valgrind.
  • Pass the logger down to the Gps level.
  • Minor cleanup in the gps code.
  • More fixes for declaring parameters.
  • Declare more parameters.
  • Declare more parameters correctly.
  • More fixes so that we get the correct rates.
  • More fixes around the codebase.
  • Mark constants as such.
  • Remove declareRosBoolean.
  • Update configuration files for ROS 2.
  • Port ublox_gps to ROS 2.
  • Start ROS 2 port by COLCON_IGNORE everything.
  • Split the main out into its own file.
  • Move spinning out of the constructor.
  • Cleanup includes in node.{hpp,cpp}.
  • Move HpPosRecProduct class to its own files.
  • Move HpgRefProduct class to its own files.
  • Move UbloxFirmware9 class to its own files.
  • Move UbloxFirmware8 class to its own files.
  • Move UbloxFirmware7 to its own files.
  • Move UbloxFirmware7Plus class to its own header file.
  • Move UbloxFirmware6 class to its own files.
  • Move UbloxFirmware class to its own files.
  • Move RawDataProduct class into its own files.
  • Move HpgRovProduct class to its own files.
  • Move AdrUdrProduct class into its own files.
  • Move TimProduct class into its own file.
  • Make the node handle a member variable of UbloxNode.
  • Remove the last uses of the global variable.
  • Pass the nodehandle into more methods.
  • Start passing the node into functions.
  • Declare a few more booleans.
  • Declare a lot more parameters.
  • Finish removing the "enable" map.
  • Move some more boolean parameters to declarations.
  • Declare more parameters.
  • Convert a few more parameters over to being declared.
  • Declare the config_on_startup flag.
  • Make dat/set a declared parameter.
  • Make sure to declare the sbas parameter.
  • Add in ROS2-like declare and get parameters.
  • Replace templated publish call with lambdas.
  • Make fix_status_service a member variable of UbloxFirmware.
  • Move fixFromString and modelFromString into node.cpp
  • Make gps a member variable of UbloxNode.
  • Add namespaces to component_interface and fts_product.hpp
  • Minor code improvements.
  • Move FixDiagnostic class to its own file.
  • Move UbloxTopicDiagnostic to its own file.
  • Make gnss a member variable of UbloxNode.
  • Move kNavSvInfoSubscribeRate into the base class that uses it.
  • Remove kSubscribeRate.
  • Move the kDefaultMeasRate to the class that needs it.
  • Remove kROSQueueSize constant.
  • Make rtcms a member variable of UbloxNode.

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msgs ublox_serialization

ROS Distro
galactic

Package Summary

Tags No category tags.
Version 2.2.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version galactic-devel
Last Updated 2022-04-13
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

2.2.0 (2022-04-13)

  • Fix parameter declaration types. (#146)
  • Add the types to declared parameters. (#141)
  • Add UDP support (#140)
  • add Ublox ZED_F9P config (#131)
  • Fix warnings in launch.
  • [FEAT]: add launch and config directories to 'intall' package to avoid wrong launch location (#125)
  • Fix wrong variable name in launch (#120)
  • Contributors: CHAIWIT PHONKHEN, Chao Qu, Chris Lalancette, Daisuke Nishimatsu, Davidson Daniel Rojas Cediel, Kevin Hallenbeck

2.0.0 (2020-10-13)

  • Initial ROS 2 port to Dashing
  • Create publishers based on ROS parameters (#1)
  • Make sure to reset for survey-in mode.
  • Make sure to depend on tf2 properly.
  • Make sure to have package.xml depend on ament_cmake_ros
  • Fix getting RTCM ids and rates.
  • Increase the timeout for NavPVT messages during Survey-In config.
  • Configure the base more accurately.
  • Update rover configuration.
  • Create ROS 2 launch files.
  • Finish porting configs to ROS 2.
  • Fix heading output to comply with REP-103
  • Make ublox_gps composable.
  • Fixes pointed out by clang-tidy.
  • Rename rawDataStreamPa member variable to raw_data_stream_pa
  • Fix a bug for reads of zero size.
  • Re-enable logging in the AsyncWorker.
  • Switch a couple more catch blocks to const.
  • Remove -ggdb3 flag from CMakeLists.txt.
  • Fix a few bugs pointed out by valgrind.
  • Pass the logger down to the Gps level.
  • Minor cleanup in the gps code.
  • More fixes for declaring parameters.
  • Declare more parameters.
  • Declare more parameters correctly.
  • More fixes so that we get the correct rates.
  • More fixes around the codebase.
  • Mark constants as such.
  • Remove declareRosBoolean.
  • Update configuration files for ROS 2.
  • Port ublox_gps to ROS 2.
  • Start ROS 2 port by COLCON_IGNORE everything.
  • Split the main out into its own file.
  • Move spinning out of the constructor.
  • Cleanup includes in node.{hpp,cpp}.
  • Move HpPosRecProduct class to its own files.
  • Move HpgRefProduct class to its own files.
  • Move UbloxFirmware9 class to its own files.
  • Move UbloxFirmware8 class to its own files.
  • Move UbloxFirmware7 to its own files.
  • Move UbloxFirmware7Plus class to its own header file.
  • Move UbloxFirmware6 class to its own files.
  • Move UbloxFirmware class to its own files.
  • Move RawDataProduct class into its own files.
  • Move HpgRovProduct class to its own files.
  • Move AdrUdrProduct class into its own files.
  • Move TimProduct class into its own file.
  • Make the node handle a member variable of UbloxNode.
  • Remove the last uses of the global variable.
  • Pass the nodehandle into more methods.
  • Start passing the node into functions.
  • Declare a few more booleans.
  • Declare a lot more parameters.
  • Finish removing the "enable" map.
  • Move some more boolean parameters to declarations.
  • Declare more parameters.
  • Convert a few more parameters over to being declared.
  • Declare the config_on_startup flag.
  • Make dat/set a declared parameter.
  • Make sure to declare the sbas parameter.
  • Add in ROS2-like declare and get parameters.
  • Replace templated publish call with lambdas.
  • Make fix_status_service a member variable of UbloxFirmware.
  • Move fixFromString and modelFromString into node.cpp
  • Make gps a member variable of UbloxNode.
  • Add namespaces to component_interface and fts_product.hpp
  • Minor code improvements.
  • Move FixDiagnostic class to its own file.
  • Move UbloxTopicDiagnostic to its own file.
  • Make gnss a member variable of UbloxNode.
  • Move kNavSvInfoSubscribeRate into the base class that uses it.
  • Remove kSubscribeRate.
  • Move the kDefaultMeasRate to the class that needs it.
  • Remove kROSQueueSize constant.
  • Make rtcms a member variable of UbloxNode.
  • Switch to a structure for RTCMs.

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msgs ublox_serialization

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version foxy-devel
Last Updated 2022-04-13
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

2.1.0 (2022-04-13)

  • Add UDP support (#140)
  • add Ublox ZED_F9P config (#131)
  • Fix warnings in launch.
  • [FEAT]: add launch and config directories to 'intall' package to avoid wrong launch location (#125)
  • Fix wrong variable name in launch (#120)
  • Contributors: CHAIWIT PHONKHEN, Chao Qu, Chris Lalancette, Daisuke Nishimatsu, Davidson Daniel Rojas Cediel, Kevin Hallenbeck

2.0.0 (2020-10-13)

  • Initial ROS 2 port to Dashing
  • Create publishers based on ROS parameters (#1)
  • Make sure to reset for survey-in mode.
  • Make sure to depend on tf2 properly.
  • Make sure to have package.xml depend on ament_cmake_ros
  • Fix getting RTCM ids and rates.
  • Increase the timeout for NavPVT messages during Survey-In config.
  • Configure the base more accurately.
  • Update rover configuration.
  • Create ROS 2 launch files.
  • Finish porting configs to ROS 2.
  • Fix heading output to comply with REP-103
  • Make ublox_gps composable.
  • Fixes pointed out by clang-tidy.
  • Rename rawDataStreamPa member variable to raw_data_stream_pa
  • Fix a bug for reads of zero size.
  • Re-enable logging in the AsyncWorker.
  • Switch a couple more catch blocks to const.
  • Remove -ggdb3 flag from CMakeLists.txt.
  • Fix a few bugs pointed out by valgrind.
  • Pass the logger down to the Gps level.
  • Minor cleanup in the gps code.
  • More fixes for declaring parameters.
  • Declare more parameters.
  • Declare more parameters correctly.
  • More fixes so that we get the correct rates.
  • More fixes around the codebase.
  • Mark constants as such.
  • Remove declareRosBoolean.
  • Update configuration files for ROS 2.
  • Port ublox_gps to ROS 2.
  • Start ROS 2 port by COLCON_IGNORE everything.
  • Split the main out into its own file.
  • Move spinning out of the constructor.
  • Cleanup includes in node.{hpp,cpp}.
  • Move HpPosRecProduct class to its own files.
  • Move HpgRefProduct class to its own files.
  • Move UbloxFirmware9 class to its own files.
  • Move UbloxFirmware8 class to its own files.
  • Move UbloxFirmware7 to its own files.
  • Move UbloxFirmware7Plus class to its own header file.
  • Move UbloxFirmware6 class to its own files.
  • Move UbloxFirmware class to its own files.
  • Move RawDataProduct class into its own files.
  • Move HpgRovProduct class to its own files.
  • Move AdrUdrProduct class into its own files.
  • Move TimProduct class into its own file.
  • Make the node handle a member variable of UbloxNode.
  • Remove the last uses of the global variable.
  • Pass the nodehandle into more methods.
  • Start passing the node into functions.
  • Declare a few more booleans.
  • Declare a lot more parameters.
  • Finish removing the "enable" map.
  • Move some more boolean parameters to declarations.
  • Declare more parameters.
  • Convert a few more parameters over to being declared.
  • Declare the config_on_startup flag.
  • Make dat/set a declared parameter.
  • Make sure to declare the sbas parameter.
  • Add in ROS2-like declare and get parameters.
  • Replace templated publish call with lambdas.
  • Make fix_status_service a member variable of UbloxFirmware.
  • Move fixFromString and modelFromString into node.cpp
  • Make gps a member variable of UbloxNode.
  • Add namespaces to component_interface and fts_product.hpp
  • Minor code improvements.
  • Move FixDiagnostic class to its own file.
  • Move UbloxTopicDiagnostic to its own file.
  • Make gnss a member variable of UbloxNode.
  • Move kNavSvInfoSubscribeRate into the base class that uses it.
  • Remove kSubscribeRate.
  • Move the kDefaultMeasRate to the class that needs it.
  • Remove kROSQueueSize constant.
  • Make rtcms a member variable of UbloxNode.
  • Switch to a structure for RTCMs.
  • Make freq_diag a member variable of UbloxNode.
  • Make updater a member variable of UbloxNode.
  • Make frame_id a member variable.
  • Make config_on_startup_flag a member variable.

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msgs ublox_serialization

ROS Distro
iron

Package Summary

Tags No category tags.
Version 2.3.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version ros2
Last Updated 2024-12-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

2.3.0 (2022-04-13)

  • Revamp the building of the driver for modern ROS 2 practices.
  • Fix parameter declaration types. (#146)
  • Add the types to declared parameters. (#141)
  • Add UDP support (#140)
  • add Ublox ZED_F9P config (#131)
  • Fix warnings in launch.
  • [FEAT]: add launch and config directories to 'intall' package to avoid wrong launch location (#125)
  • Fix wrong variable name in launch (#120)
  • Contributors: CHAIWIT PHONKHEN, Chao Qu, Chris Lalancette, Daisuke Nishimatsu, Davidson Daniel Rojas Cediel, Kevin Hallenbeck

2.0.0 (2020-10-13)

  • Initial ROS 2 port to Dashing
  • Create publishers based on ROS parameters (#1)
  • Make sure to reset for survey-in mode.
  • Make sure to depend on tf2 properly.
  • Make sure to have package.xml depend on ament_cmake_ros
  • Fix getting RTCM ids and rates.
  • Increase the timeout for NavPVT messages during Survey-In config.
  • Configure the base more accurately.
  • Update rover configuration.
  • Create ROS 2 launch files.
  • Finish porting configs to ROS 2.
  • Fix heading output to comply with REP-103
  • Make ublox_gps composable.
  • Fixes pointed out by clang-tidy.
  • Rename rawDataStreamPa member variable to raw_data_stream_pa
  • Fix a bug for reads of zero size.
  • Re-enable logging in the AsyncWorker.
  • Switch a couple more catch blocks to const.
  • Remove -ggdb3 flag from CMakeLists.txt.
  • Fix a few bugs pointed out by valgrind.
  • Pass the logger down to the Gps level.
  • Minor cleanup in the gps code.
  • More fixes for declaring parameters.
  • Declare more parameters.
  • Declare more parameters correctly.
  • More fixes so that we get the correct rates.
  • More fixes around the codebase.
  • Mark constants as such.
  • Remove declareRosBoolean.
  • Update configuration files for ROS 2.
  • Port ublox_gps to ROS 2.
  • Start ROS 2 port by COLCON_IGNORE everything.
  • Split the main out into its own file.
  • Move spinning out of the constructor.
  • Cleanup includes in node.{hpp,cpp}.
  • Move HpPosRecProduct class to its own files.
  • Move HpgRefProduct class to its own files.
  • Move UbloxFirmware9 class to its own files.
  • Move UbloxFirmware8 class to its own files.
  • Move UbloxFirmware7 to its own files.
  • Move UbloxFirmware7Plus class to its own header file.
  • Move UbloxFirmware6 class to its own files.
  • Move UbloxFirmware class to its own files.
  • Move RawDataProduct class into its own files.
  • Move HpgRovProduct class to its own files.
  • Move AdrUdrProduct class into its own files.
  • Move TimProduct class into its own file.
  • Make the node handle a member variable of UbloxNode.
  • Remove the last uses of the global variable.
  • Pass the nodehandle into more methods.
  • Start passing the node into functions.
  • Declare a few more booleans.
  • Declare a lot more parameters.
  • Finish removing the "enable" map.
  • Move some more boolean parameters to declarations.
  • Declare more parameters.
  • Convert a few more parameters over to being declared.
  • Declare the config_on_startup flag.
  • Make dat/set a declared parameter.
  • Make sure to declare the sbas parameter.
  • Add in ROS2-like declare and get parameters.
  • Replace templated publish call with lambdas.
  • Make fix_status_service a member variable of UbloxFirmware.
  • Move fixFromString and modelFromString into node.cpp
  • Make gps a member variable of UbloxNode.
  • Add namespaces to component_interface and fts_product.hpp
  • Minor code improvements.
  • Move FixDiagnostic class to its own file.
  • Move UbloxTopicDiagnostic to its own file.
  • Make gnss a member variable of UbloxNode.
  • Move kNavSvInfoSubscribeRate into the base class that uses it.
  • Remove kSubscribeRate.
  • Move the kDefaultMeasRate to the class that needs it.
  • Remove kROSQueueSize constant.
  • Make rtcms a member variable of UbloxNode.

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

No version for distro lunar showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msgs ublox_serialization

ROS Distro
humble

Package Summary

Tags No category tags.
Version 2.3.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version ros2
Last Updated 2024-12-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

2.3.0 (2022-04-13)

  • Revamp the building of the driver for modern ROS 2 practices.
  • Fix parameter declaration types. (#146)
  • Add the types to declared parameters. (#141)
  • Add UDP support (#140)
  • add Ublox ZED_F9P config (#131)
  • Fix warnings in launch.
  • [FEAT]: add launch and config directories to 'intall' package to avoid wrong launch location (#125)
  • Fix wrong variable name in launch (#120)
  • Contributors: CHAIWIT PHONKHEN, Chao Qu, Chris Lalancette, Daisuke Nishimatsu, Davidson Daniel Rojas Cediel, Kevin Hallenbeck

2.0.0 (2020-10-13)

  • Initial ROS 2 port to Dashing
  • Create publishers based on ROS parameters (#1)
  • Make sure to reset for survey-in mode.
  • Make sure to depend on tf2 properly.
  • Make sure to have package.xml depend on ament_cmake_ros
  • Fix getting RTCM ids and rates.
  • Increase the timeout for NavPVT messages during Survey-In config.
  • Configure the base more accurately.
  • Update rover configuration.
  • Create ROS 2 launch files.
  • Finish porting configs to ROS 2.
  • Fix heading output to comply with REP-103
  • Make ublox_gps composable.
  • Fixes pointed out by clang-tidy.
  • Rename rawDataStreamPa member variable to raw_data_stream_pa
  • Fix a bug for reads of zero size.
  • Re-enable logging in the AsyncWorker.
  • Switch a couple more catch blocks to const.
  • Remove -ggdb3 flag from CMakeLists.txt.
  • Fix a few bugs pointed out by valgrind.
  • Pass the logger down to the Gps level.
  • Minor cleanup in the gps code.
  • More fixes for declaring parameters.
  • Declare more parameters.
  • Declare more parameters correctly.
  • More fixes so that we get the correct rates.
  • More fixes around the codebase.
  • Mark constants as such.
  • Remove declareRosBoolean.
  • Update configuration files for ROS 2.
  • Port ublox_gps to ROS 2.
  • Start ROS 2 port by COLCON_IGNORE everything.
  • Split the main out into its own file.
  • Move spinning out of the constructor.
  • Cleanup includes in node.{hpp,cpp}.
  • Move HpPosRecProduct class to its own files.
  • Move HpgRefProduct class to its own files.
  • Move UbloxFirmware9 class to its own files.
  • Move UbloxFirmware8 class to its own files.
  • Move UbloxFirmware7 to its own files.
  • Move UbloxFirmware7Plus class to its own header file.
  • Move UbloxFirmware6 class to its own files.
  • Move UbloxFirmware class to its own files.
  • Move RawDataProduct class into its own files.
  • Move HpgRovProduct class to its own files.
  • Move AdrUdrProduct class into its own files.
  • Move TimProduct class into its own file.
  • Make the node handle a member variable of UbloxNode.
  • Remove the last uses of the global variable.
  • Pass the nodehandle into more methods.
  • Start passing the node into functions.
  • Declare a few more booleans.
  • Declare a lot more parameters.
  • Finish removing the "enable" map.
  • Move some more boolean parameters to declarations.
  • Declare more parameters.
  • Convert a few more parameters over to being declared.
  • Declare the config_on_startup flag.
  • Make dat/set a declared parameter.
  • Make sure to declare the sbas parameter.
  • Add in ROS2-like declare and get parameters.
  • Replace templated publish call with lambdas.
  • Make fix_status_service a member variable of UbloxFirmware.
  • Move fixFromString and modelFromString into node.cpp
  • Make gps a member variable of UbloxNode.
  • Add namespaces to component_interface and fts_product.hpp
  • Minor code improvements.
  • Move FixDiagnostic class to its own file.
  • Move UbloxTopicDiagnostic to its own file.
  • Make gnss a member variable of UbloxNode.
  • Move kNavSvInfoSubscribeRate into the base class that uses it.
  • Remove kSubscribeRate.
  • Move the kDefaultMeasRate to the class that needs it.
  • Remove kROSQueueSize constant.
  • Make rtcms a member variable of UbloxNode.

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msg_filters ublox_msgs ublox_serialization

ROS Distro
jade

Package Summary

Tags No category tags.
Version 1.5.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version master
Last Updated 2022-12-07
Dev Status MAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

1.5.0 (2021-10-15)

  • Add rtcm_msgs dependency
  • Add RTK support via rtcm
  • GPS coordinate precision corrected for high accuracy.
  • Diagonstics for Differential GNSS updated.
  • Add a new parameter to set the search path for the param_file_name. Add a default to the node_name parameter.
  • Add zed-f9p configuration
  • Contributors: Balamurugan Kandan, Chris Iverach-Brereton, Igor

1.4.1 (2020-06-04)

  • fix signs in sensor_msgs::Imu output
  • Contributors: Raphael Riebl

1.4.0 (2020-05-28)

  • Bump CMake minimum version to 3.0.2
  • Move variables from .h to .cpp to solve linking issues
  • added support for protocol version >= 18
  • Contributors: Firat Kasmis, Gonçalo Pereira

1.3.1 (2020-03-12)

  • Fix unit in covariance calculation
  • Contributors: Ferry Schoenmakers

1.3.0 (2020-01-10)

  • Fix heading output to comply with REP-103 When not reporting valid heading, overwrite covariance with big number (0 otherwise)
  • CfgNAV5: add dynamic model bike
  • Contributors: Ferry Schoenmakers, Raphael Riebl

1.2.0 (2019-11-19)

  • Add support for ZED-F9P new RELPOSNED message and provide heading output Fix whitespacing... Add RELPOSNED9 message to compile

  • Fix for corrupted diagnostics messages Before the diagnostic structs were copied, but the pointers in FrequencyStatusParams still pointed to the old/freed objects.

  • Show TMODE3 diagnostics OK if disabled Since there is no default for TMODE3 this is a deliberate choice

  • added simple (remote) logger node for raw data stream logging

  • updated raw data stream logging

    + moved all global/node functions to new class RawDataStreamPa (raw_data_pa .h/.c)

    + changed messagetype to uint8-multiarray (string can not handle non-characters)

  • fix #52

  • FIX: overflow bug when the nano field of the NavPVT message (which is signed and can be negative) is assigned to the nsec value of a ros time stamp (which is unsigned)

  • deactivated config checks for base parts, if config_on_startup is false

  • Added flag [config_on_startup]{.title-ref} to deactivate configuration of ublox.

  • fixes to raw data stream

    + moving write_callback_ before the read_callback_, to avoid buffer copying (write_callback_ == publishing ros messages and writing to file)

    + publishing empty ros message during config phase to force instantiation of publisher

  • renamed new topic and internal variables for raw data stream

    • from raw_data_xxx to raw_data_stream_xxx
    • this is to avoid confusion with the RawDataProduct
  • updated debug message for measurement rate (added "hz" and "cycles" as units)

  • TUC-ProAut: added raw data output (publishing ros messages and storing to file)

  • boost::posix_time::seconds constructor requires integer argument

  • Add TIM product and M8U functionality as well as the TIM-TM2 message (#27)

  • Initialize set_usb_ to false by default

  • Set serial port to raw mode, needed for Boost versions < 1.66.0

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
ublox

Launch files

  • launch/ublox_device.launch
      • param_file_name — name of param file, e.g. rover
      • param_file_dir [default: $(find ublox_gps)/config] — directory to look for $(arg param_file_name).yaml
      • node_name [default: ublox] — name of this node
      • output [default: screen]
      • respawn [default: true]
      • respawn_delay [default: 30]
      • clear_params [default: true]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msg_filters ublox_msgs ublox_serialization

ROS Distro
indigo

Package Summary

Tags No category tags.
Version 1.5.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version master
Last Updated 2022-12-07
Dev Status MAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

1.5.0 (2021-10-15)

  • Add rtcm_msgs dependency
  • Add RTK support via rtcm
  • GPS coordinate precision corrected for high accuracy.
  • Diagonstics for Differential GNSS updated.
  • Add a new parameter to set the search path for the param_file_name. Add a default to the node_name parameter.
  • Add zed-f9p configuration
  • Contributors: Balamurugan Kandan, Chris Iverach-Brereton, Igor

1.4.1 (2020-06-04)

  • fix signs in sensor_msgs::Imu output
  • Contributors: Raphael Riebl

1.4.0 (2020-05-28)

  • Bump CMake minimum version to 3.0.2
  • Move variables from .h to .cpp to solve linking issues
  • added support for protocol version >= 18
  • Contributors: Firat Kasmis, Gonçalo Pereira

1.3.1 (2020-03-12)

  • Fix unit in covariance calculation
  • Contributors: Ferry Schoenmakers

1.3.0 (2020-01-10)

  • Fix heading output to comply with REP-103 When not reporting valid heading, overwrite covariance with big number (0 otherwise)
  • CfgNAV5: add dynamic model bike
  • Contributors: Ferry Schoenmakers, Raphael Riebl

1.2.0 (2019-11-19)

  • Add support for ZED-F9P new RELPOSNED message and provide heading output Fix whitespacing... Add RELPOSNED9 message to compile

  • Fix for corrupted diagnostics messages Before the diagnostic structs were copied, but the pointers in FrequencyStatusParams still pointed to the old/freed objects.

  • Show TMODE3 diagnostics OK if disabled Since there is no default for TMODE3 this is a deliberate choice

  • added simple (remote) logger node for raw data stream logging

  • updated raw data stream logging

    + moved all global/node functions to new class RawDataStreamPa (raw_data_pa .h/.c)

    + changed messagetype to uint8-multiarray (string can not handle non-characters)

  • fix #52

  • FIX: overflow bug when the nano field of the NavPVT message (which is signed and can be negative) is assigned to the nsec value of a ros time stamp (which is unsigned)

  • deactivated config checks for base parts, if config_on_startup is false

  • Added flag [config_on_startup]{.title-ref} to deactivate configuration of ublox.

  • fixes to raw data stream

    + moving write_callback_ before the read_callback_, to avoid buffer copying (write_callback_ == publishing ros messages and writing to file)

    + publishing empty ros message during config phase to force instantiation of publisher

  • renamed new topic and internal variables for raw data stream

    • from raw_data_xxx to raw_data_stream_xxx
    • this is to avoid confusion with the RawDataProduct
  • updated debug message for measurement rate (added "hz" and "cycles" as units)

  • TUC-ProAut: added raw data output (publishing ros messages and storing to file)

  • boost::posix_time::seconds constructor requires integer argument

  • Add TIM product and M8U functionality as well as the TIM-TM2 message (#27)

  • Initialize set_usb_ to false by default

  • Set serial port to raw mode, needed for Boost versions < 1.66.0

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
ublox

Launch files

  • launch/ublox_device.launch
      • param_file_name — name of param file, e.g. rover
      • param_file_dir [default: $(find ublox_gps)/config] — directory to look for $(arg param_file_name).yaml
      • node_name [default: ublox] — name of this node
      • output [default: screen]
      • respawn [default: true]
      • respawn_delay [default: 30]
      • clear_params [default: true]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msgs ublox_serialization

ROS Distro
hydro

Package Summary

Tags No category tags.
Version 0.1.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/tu-darmstadt-ros-pkg/ublox.git
VCS Type git
VCS Version catkin
Last Updated 2017-06-07
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Provides a ublox_gps node for uBlox GPS receivers and message and serialization packages for the binary UBX protocol.

Additional Links

Maintainers

  • Johannes Meyer

Authors

  • Johannes Meyer
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Dependant Packages

Name Deps
ublox

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msg_filters ublox_msgs ublox_serialization

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 1.5.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version master
Last Updated 2022-12-07
Dev Status MAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

1.5.0 (2021-10-15)

  • Add rtcm_msgs dependency
  • Add RTK support via rtcm
  • GPS coordinate precision corrected for high accuracy.
  • Diagonstics for Differential GNSS updated.
  • Add a new parameter to set the search path for the param_file_name. Add a default to the node_name parameter.
  • Add zed-f9p configuration
  • Contributors: Balamurugan Kandan, Chris Iverach-Brereton, Igor

1.4.1 (2020-06-04)

  • fix signs in sensor_msgs::Imu output
  • Contributors: Raphael Riebl

1.4.0 (2020-05-28)

  • Bump CMake minimum version to 3.0.2
  • Move variables from .h to .cpp to solve linking issues
  • added support for protocol version >= 18
  • Contributors: Firat Kasmis, Gonçalo Pereira

1.3.1 (2020-03-12)

  • Fix unit in covariance calculation
  • Contributors: Ferry Schoenmakers

1.3.0 (2020-01-10)

  • Fix heading output to comply with REP-103 When not reporting valid heading, overwrite covariance with big number (0 otherwise)
  • CfgNAV5: add dynamic model bike
  • Contributors: Ferry Schoenmakers, Raphael Riebl

1.2.0 (2019-11-19)

  • Add support for ZED-F9P new RELPOSNED message and provide heading output Fix whitespacing... Add RELPOSNED9 message to compile

  • Fix for corrupted diagnostics messages Before the diagnostic structs were copied, but the pointers in FrequencyStatusParams still pointed to the old/freed objects.

  • Show TMODE3 diagnostics OK if disabled Since there is no default for TMODE3 this is a deliberate choice

  • added simple (remote) logger node for raw data stream logging

  • updated raw data stream logging

    + moved all global/node functions to new class RawDataStreamPa (raw_data_pa .h/.c)

    + changed messagetype to uint8-multiarray (string can not handle non-characters)

  • fix #52

  • FIX: overflow bug when the nano field of the NavPVT message (which is signed and can be negative) is assigned to the nsec value of a ros time stamp (which is unsigned)

  • deactivated config checks for base parts, if config_on_startup is false

  • Added flag [config_on_startup]{.title-ref} to deactivate configuration of ublox.

  • fixes to raw data stream

    + moving write_callback_ before the read_callback_, to avoid buffer copying (write_callback_ == publishing ros messages and writing to file)

    + publishing empty ros message during config phase to force instantiation of publisher

  • renamed new topic and internal variables for raw data stream

    • from raw_data_xxx to raw_data_stream_xxx
    • this is to avoid confusion with the RawDataProduct
  • updated debug message for measurement rate (added "hz" and "cycles" as units)

  • TUC-ProAut: added raw data output (publishing ros messages and storing to file)

  • boost::posix_time::seconds constructor requires integer argument

  • Add TIM product and M8U functionality as well as the TIM-TM2 message (#27)

  • Initialize set_usb_ to false by default

  • Set serial port to raw mode, needed for Boost versions < 1.66.0

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
ublox

Launch files

  • launch/ublox_device.launch
      • param_file_name — name of param file, e.g. rover
      • param_file_dir [default: $(find ublox_gps)/config] — directory to look for $(arg param_file_name).yaml
      • node_name [default: ublox] — name of this node
      • output [default: screen]
      • respawn [default: true]
      • respawn_delay [default: 30]
      • clear_params [default: true]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msg_filters ublox_msgs ublox_serialization

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.5.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version master
Last Updated 2022-12-07
Dev Status MAINTAINED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

1.5.0 (2021-10-15)

  • Add rtcm_msgs dependency
  • Add RTK support via rtcm
  • GPS coordinate precision corrected for high accuracy.
  • Diagonstics for Differential GNSS updated.
  • Add a new parameter to set the search path for the param_file_name. Add a default to the node_name parameter.
  • Add zed-f9p configuration
  • Contributors: Balamurugan Kandan, Chris Iverach-Brereton, Igor

1.4.1 (2020-06-04)

  • fix signs in sensor_msgs::Imu output
  • Contributors: Raphael Riebl

1.4.0 (2020-05-28)

  • Bump CMake minimum version to 3.0.2
  • Move variables from .h to .cpp to solve linking issues
  • added support for protocol version >= 18
  • Contributors: Firat Kasmis, Gonçalo Pereira

1.3.1 (2020-03-12)

  • Fix unit in covariance calculation
  • Contributors: Ferry Schoenmakers

1.3.0 (2020-01-10)

  • Fix heading output to comply with REP-103 When not reporting valid heading, overwrite covariance with big number (0 otherwise)
  • CfgNAV5: add dynamic model bike
  • Contributors: Ferry Schoenmakers, Raphael Riebl

1.2.0 (2019-11-19)

  • Add support for ZED-F9P new RELPOSNED message and provide heading output Fix whitespacing... Add RELPOSNED9 message to compile

  • Fix for corrupted diagnostics messages Before the diagnostic structs were copied, but the pointers in FrequencyStatusParams still pointed to the old/freed objects.

  • Show TMODE3 diagnostics OK if disabled Since there is no default for TMODE3 this is a deliberate choice

  • added simple (remote) logger node for raw data stream logging

  • updated raw data stream logging

    + moved all global/node functions to new class RawDataStreamPa (raw_data_pa .h/.c)

    + changed messagetype to uint8-multiarray (string can not handle non-characters)

  • fix #52

  • FIX: overflow bug when the nano field of the NavPVT message (which is signed and can be negative) is assigned to the nsec value of a ros time stamp (which is unsigned)

  • deactivated config checks for base parts, if config_on_startup is false

  • Added flag [config_on_startup]{.title-ref} to deactivate configuration of ublox.

  • fixes to raw data stream

    + moving write_callback_ before the read_callback_, to avoid buffer copying (write_callback_ == publishing ros messages and writing to file)

    + publishing empty ros message during config phase to force instantiation of publisher

  • renamed new topic and internal variables for raw data stream

    • from raw_data_xxx to raw_data_stream_xxx
    • this is to avoid confusion with the RawDataProduct
  • updated debug message for measurement rate (added "hz" and "cycles" as units)

  • TUC-ProAut: added raw data output (publishing ros messages and storing to file)

  • boost::posix_time::seconds constructor requires integer argument

  • Add TIM product and M8U functionality as well as the TIM-TM2 message (#27)

  • Initialize set_usb_ to false by default

  • Set serial port to raw mode, needed for Boost versions < 1.66.0

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
ublox

Launch files

  • launch/ublox_device.launch
      • param_file_name — name of param file, e.g. rover
      • param_file_dir [default: $(find ublox_gps)/config] — directory to look for $(arg param_file_name).yaml
      • node_name [default: ublox] — name of this node
      • output [default: screen]
      • respawn [default: true]
      • respawn_delay [default: 30]
      • clear_params [default: true]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange

Package symbol

ublox_gps package from ublox repo

ublox ublox_gps ublox_msg_filters ublox_msgs ublox_serialization

ROS Distro
noetic

Package Summary

Tags No category tags.
Version 1.5.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/KumarRobotics/ublox.git
VCS Type git
VCS Version master
Last Updated 2022-12-07
Dev Status MAINTAINED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Driver for u-blox GPS devices.

Additional Links

Maintainers

  • Gareth Cross
  • Chao Qu
  • Veronica Lane

Authors

  • Johannes Meyer
README
No README found. See repository README.
CHANGELOG

Changelog for package ublox_gps

1.5.0 (2021-10-15)

  • Add rtcm_msgs dependency
  • Add RTK support via rtcm
  • GPS coordinate precision corrected for high accuracy.
  • Diagonstics for Differential GNSS updated.
  • Add a new parameter to set the search path for the param_file_name. Add a default to the node_name parameter.
  • Add zed-f9p configuration
  • Contributors: Balamurugan Kandan, Chris Iverach-Brereton, Igor

1.4.1 (2020-06-04)

  • fix signs in sensor_msgs::Imu output
  • Contributors: Raphael Riebl

1.4.0 (2020-05-28)

  • Bump CMake minimum version to 3.0.2
  • Move variables from .h to .cpp to solve linking issues
  • added support for protocol version >= 18
  • Contributors: Firat Kasmis, Gonçalo Pereira

1.3.1 (2020-03-12)

  • Fix unit in covariance calculation
  • Contributors: Ferry Schoenmakers

1.3.0 (2020-01-10)

  • Fix heading output to comply with REP-103 When not reporting valid heading, overwrite covariance with big number (0 otherwise)
  • CfgNAV5: add dynamic model bike
  • Contributors: Ferry Schoenmakers, Raphael Riebl

1.2.0 (2019-11-19)

  • Add support for ZED-F9P new RELPOSNED message and provide heading output Fix whitespacing... Add RELPOSNED9 message to compile

  • Fix for corrupted diagnostics messages Before the diagnostic structs were copied, but the pointers in FrequencyStatusParams still pointed to the old/freed objects.

  • Show TMODE3 diagnostics OK if disabled Since there is no default for TMODE3 this is a deliberate choice

  • added simple (remote) logger node for raw data stream logging

  • updated raw data stream logging

    + moved all global/node functions to new class RawDataStreamPa (raw_data_pa .h/.c)

    + changed messagetype to uint8-multiarray (string can not handle non-characters)

  • fix #52

  • FIX: overflow bug when the nano field of the NavPVT message (which is signed and can be negative) is assigned to the nsec value of a ros time stamp (which is unsigned)

  • deactivated config checks for base parts, if config_on_startup is false

  • Added flag [config_on_startup]{.title-ref} to deactivate configuration of ublox.

  • fixes to raw data stream

    + moving write_callback_ before the read_callback_, to avoid buffer copying (write_callback_ == publishing ros messages and writing to file)

    + publishing empty ros message during config phase to force instantiation of publisher

  • renamed new topic and internal variables for raw data stream

    • from raw_data_xxx to raw_data_stream_xxx
    • this is to avoid confusion with the RawDataProduct
  • updated debug message for measurement rate (added "hz" and "cycles" as units)

  • TUC-ProAut: added raw data output (publishing ros messages and storing to file)

  • boost::posix_time::seconds constructor requires integer argument

  • Add TIM product and M8U functionality as well as the TIM-TM2 message (#27)

  • Initialize set_usb_ to false by default

  • Set serial port to raw mode, needed for Boost versions < 1.66.0

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
ublox

Launch files

  • launch/ublox_device.launch
      • param_file_name — name of param file, e.g. rover
      • param_file_dir [default: $(find ublox_gps)/config] — directory to look for $(arg param_file_name).yaml
      • node_name [default: ublox] — name of this node
      • output [default: screen]
      • respawn [default: true]
      • respawn_delay [default: 30]
      • clear_params [default: true]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ublox_gps at Robotics Stack Exchange