No version for distro humble showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
phidgets_imu package from phidgets_drivers repolibphidget21 phidgets_api phidgets_drivers phidgets_high_speed_encoder phidgets_ik phidgets_imu phidgets_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.7.11 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | ROS drivers for various Phidgets devices |
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2021-04-14 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | ros ros-driver phidgets |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Driver for the Phidgets Spatial 3/3/3 devices
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Ivan Dryanovski
README
No README found.
See repository README.
CHANGELOG
Changelog for package phidgets_imu
0.7.11 (2021-04-09)
0.7.10 (2020-06-03)
- Update maintainers in package.xml
- Fix wrong defaults for standard deviations (#46) The old parameter defaults were wrong: | parameter | old default | new default | | | | | | angular_velocity_stdev | 0.000349056 rad/s (= 0.02 deg/s) | 0.001658 rad/s (= 0.095deg/s) | | linear_acceleration_stdev | 0.002943 m/s\^2 (= 0.0003 g) | 0.002745862 m/s\^2 (= 0.00028 g) | | magnetic_field_stdev | 0.001658 rad/s (= 0.095deg/s) | 1.1e-7 T (= 1.1 mG) | Notes: T = Tesla, mG = milligauss Specifications come from the PhidgetSpatial Precision 3/3/3 1044_0 data sheet: https://www.phidgets.com/?&prodid=32
- Improve the IMU calibration service (#41)
- Run clang-format on the whole codebase.
- Switch to C++14 everywhere.
- Change API from separate open/waitForAttachment to openAndWaitForAttachment.
- Small cleanups throughout the code.
- Push libphidgets API calls down to phidgets_api.
- IMU: small fixes found by turning on compiler warnings.
- Completely remove boost from the project.
- Remove unused tf dependency from phidgets_imu.
- Switch to package format 2.
- Cleanup spacing in all of the CMakeLists.txt
- Contributors: Chris Lalancette, Martin Günther, Michael Grupp
0.7.9 (2019-06-28)
0.7.8 (2019-05-06)
0.7.7 (2018-09-18)
- Add parameter use_imu_time (default true) (#27) Setting use_imu_time to false will disable the imu time calibration and always use the Host time, i.e. ros::Time::now().
- Contributors: Jochen Sprickerhof
0.7.6 (2018-08-09)
- phidgets_imu: Ensure strictly ordered timestamps (#26) Fixes #17.
- Contributors: Michael Grupp, Martin Günther
0.7.5 (2018-01-31)
- phidgets_imu: Add roslaunch_add_file_check
- phidgets_imu: Add diagnostic_aggregator dependency
- phidgets_imu: Add missing install rule for config
- update to use non deprecated pluginlib macro (#19)
- Contributors: Martin Günther, Mikael Arguedas
0.7.4 (2017-10-04)
0.7.3 (2017-06-30)
0.7.2 (2017-06-02)
- First release into Lunar
- phidgets_imu: Add use_magnetic_field_msg to launch This is required in Jade: Since Jade, phidgets_imu publishes MagneticField messages, but imu_filter_madgwick still subscribes by default to Vector3Stamped messages. When running as nodelets, this can produce a silent error. In Kinetic, this is optional: imu_filter_madgwick now defaults to MagneticField. From Lunar on, it should be removed, because the use_magnetic_field_msg param was removed from imu_filter_madgwick.
- Contributors: Martin Günther
0.7.1 (2017-05-22)
- phidgets_imu: add optional serial number parameter (#7)
- phidgets_imu: Add imu_filter_madgwick dependency Closes #9.
- Contributors: Johan M. von Behren, Martin Günther
0.7.0 (2017-02-17)
- Publish MagneticField instead of Vector3Stamped
- Report mag data in Tesla, not Gauss This is to conform with sensor_msgs/MagneticField, which requires the data to be in Tesla.
- Contributors: Martin Günther
0.2.3 (2017-02-17)
- Add IMU diagnostics (#24)
- Set data rate after reattachment This fixes a bug where after disconnecting and reconnecting the USB cable, the data rate would be
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
roslaunch | |
catkin | |
diagnostic_aggregator | |
imu_filter_madgwick | |
diagnostic_msgs | |
diagnostic_updater | |
nodelet | |
phidgets_api | |
pluginlib | |
roscpp | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
phidgets_drivers |
Launch files
- launch/diagnostics_aggregator.launch
- launch/imu.launch
- Phidgets IMU launch file
-
- launch/imu_single_nodes.launch
- Phidgets IMU launch file
-
Messages
No message files found.
Services
No service files found
Plugins
Recent questions tagged phidgets_imu at Robotics Stack Exchange
No version for distro jazzy showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
phidgets_imu package from phidgets_drivers repolibphidget21 phidgets_api phidgets_drivers phidgets_high_speed_encoder phidgets_ik phidgets_imu phidgets_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.7.11 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | ROS drivers for various Phidgets devices |
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2021-04-14 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | ros ros-driver phidgets |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Driver for the Phidgets Spatial 3/3/3 devices
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Ivan Dryanovski
README
No README found.
See repository README.
CHANGELOG
Changelog for package phidgets_imu
0.7.11 (2021-04-09)
0.7.10 (2020-06-03)
- Update maintainers in package.xml
- Fix wrong defaults for standard deviations (#46) The old parameter defaults were wrong: | parameter | old default | new default | | | | | | angular_velocity_stdev | 0.000349056 rad/s (= 0.02 deg/s) | 0.001658 rad/s (= 0.095deg/s) | | linear_acceleration_stdev | 0.002943 m/s\^2 (= 0.0003 g) | 0.002745862 m/s\^2 (= 0.00028 g) | | magnetic_field_stdev | 0.001658 rad/s (= 0.095deg/s) | 1.1e-7 T (= 1.1 mG) | Notes: T = Tesla, mG = milligauss Specifications come from the PhidgetSpatial Precision 3/3/3 1044_0 data sheet: https://www.phidgets.com/?&prodid=32
- Improve the IMU calibration service (#41)
- Run clang-format on the whole codebase.
- Switch to C++14 everywhere.
- Change API from separate open/waitForAttachment to openAndWaitForAttachment.
- Small cleanups throughout the code.
- Push libphidgets API calls down to phidgets_api.
- IMU: small fixes found by turning on compiler warnings.
- Completely remove boost from the project.
- Remove unused tf dependency from phidgets_imu.
- Switch to package format 2.
- Cleanup spacing in all of the CMakeLists.txt
- Contributors: Chris Lalancette, Martin Günther, Michael Grupp
0.7.9 (2019-06-28)
0.7.8 (2019-05-06)
0.7.7 (2018-09-18)
- Add parameter use_imu_time (default true) (#27) Setting use_imu_time to false will disable the imu time calibration and always use the Host time, i.e. ros::Time::now().
- Contributors: Jochen Sprickerhof
0.7.6 (2018-08-09)
- phidgets_imu: Ensure strictly ordered timestamps (#26) Fixes #17.
- Contributors: Michael Grupp, Martin Günther
0.7.5 (2018-01-31)
- phidgets_imu: Add roslaunch_add_file_check
- phidgets_imu: Add diagnostic_aggregator dependency
- phidgets_imu: Add missing install rule for config
- update to use non deprecated pluginlib macro (#19)
- Contributors: Martin Günther, Mikael Arguedas
0.7.4 (2017-10-04)
0.7.3 (2017-06-30)
0.7.2 (2017-06-02)
- First release into Lunar
- phidgets_imu: Add use_magnetic_field_msg to launch This is required in Jade: Since Jade, phidgets_imu publishes MagneticField messages, but imu_filter_madgwick still subscribes by default to Vector3Stamped messages. When running as nodelets, this can produce a silent error. In Kinetic, this is optional: imu_filter_madgwick now defaults to MagneticField. From Lunar on, it should be removed, because the use_magnetic_field_msg param was removed from imu_filter_madgwick.
- Contributors: Martin Günther
0.7.1 (2017-05-22)
- phidgets_imu: add optional serial number parameter (#7)
- phidgets_imu: Add imu_filter_madgwick dependency Closes #9.
- Contributors: Johan M. von Behren, Martin Günther
0.7.0 (2017-02-17)
- Publish MagneticField instead of Vector3Stamped
- Report mag data in Tesla, not Gauss This is to conform with sensor_msgs/MagneticField, which requires the data to be in Tesla.
- Contributors: Martin Günther
0.2.3 (2017-02-17)
- Add IMU diagnostics (#24)
- Set data rate after reattachment This fixes a bug where after disconnecting and reconnecting the USB cable, the data rate would be
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
roslaunch | |
catkin | |
diagnostic_aggregator | |
imu_filter_madgwick | |
diagnostic_msgs | |
diagnostic_updater | |
nodelet | |
phidgets_api | |
pluginlib | |
roscpp | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
phidgets_drivers |
Launch files
- launch/diagnostics_aggregator.launch
- launch/imu.launch
- Phidgets IMU launch file
-
- launch/imu_single_nodes.launch
- Phidgets IMU launch file
-
Messages
No message files found.
Services
No service files found
Plugins
Recent questions tagged phidgets_imu at Robotics Stack Exchange
No version for distro kilted showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
phidgets_imu package from phidgets_drivers repolibphidget21 phidgets_api phidgets_drivers phidgets_high_speed_encoder phidgets_ik phidgets_imu phidgets_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.7.11 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | ROS drivers for various Phidgets devices |
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2021-04-14 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | ros ros-driver phidgets |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Driver for the Phidgets Spatial 3/3/3 devices
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Ivan Dryanovski
README
No README found.
See repository README.
CHANGELOG
Changelog for package phidgets_imu
0.7.11 (2021-04-09)
0.7.10 (2020-06-03)
- Update maintainers in package.xml
- Fix wrong defaults for standard deviations (#46) The old parameter defaults were wrong: | parameter | old default | new default | | | | | | angular_velocity_stdev | 0.000349056 rad/s (= 0.02 deg/s) | 0.001658 rad/s (= 0.095deg/s) | | linear_acceleration_stdev | 0.002943 m/s\^2 (= 0.0003 g) | 0.002745862 m/s\^2 (= 0.00028 g) | | magnetic_field_stdev | 0.001658 rad/s (= 0.095deg/s) | 1.1e-7 T (= 1.1 mG) | Notes: T = Tesla, mG = milligauss Specifications come from the PhidgetSpatial Precision 3/3/3 1044_0 data sheet: https://www.phidgets.com/?&prodid=32
- Improve the IMU calibration service (#41)
- Run clang-format on the whole codebase.
- Switch to C++14 everywhere.
- Change API from separate open/waitForAttachment to openAndWaitForAttachment.
- Small cleanups throughout the code.
- Push libphidgets API calls down to phidgets_api.
- IMU: small fixes found by turning on compiler warnings.
- Completely remove boost from the project.
- Remove unused tf dependency from phidgets_imu.
- Switch to package format 2.
- Cleanup spacing in all of the CMakeLists.txt
- Contributors: Chris Lalancette, Martin Günther, Michael Grupp
0.7.9 (2019-06-28)
0.7.8 (2019-05-06)
0.7.7 (2018-09-18)
- Add parameter use_imu_time (default true) (#27) Setting use_imu_time to false will disable the imu time calibration and always use the Host time, i.e. ros::Time::now().
- Contributors: Jochen Sprickerhof
0.7.6 (2018-08-09)
- phidgets_imu: Ensure strictly ordered timestamps (#26) Fixes #17.
- Contributors: Michael Grupp, Martin Günther
0.7.5 (2018-01-31)
- phidgets_imu: Add roslaunch_add_file_check
- phidgets_imu: Add diagnostic_aggregator dependency
- phidgets_imu: Add missing install rule for config
- update to use non deprecated pluginlib macro (#19)
- Contributors: Martin Günther, Mikael Arguedas
0.7.4 (2017-10-04)
0.7.3 (2017-06-30)
0.7.2 (2017-06-02)
- First release into Lunar
- phidgets_imu: Add use_magnetic_field_msg to launch This is required in Jade: Since Jade, phidgets_imu publishes MagneticField messages, but imu_filter_madgwick still subscribes by default to Vector3Stamped messages. When running as nodelets, this can produce a silent error. In Kinetic, this is optional: imu_filter_madgwick now defaults to MagneticField. From Lunar on, it should be removed, because the use_magnetic_field_msg param was removed from imu_filter_madgwick.
- Contributors: Martin Günther
0.7.1 (2017-05-22)
- phidgets_imu: add optional serial number parameter (#7)
- phidgets_imu: Add imu_filter_madgwick dependency Closes #9.
- Contributors: Johan M. von Behren, Martin Günther
0.7.0 (2017-02-17)
- Publish MagneticField instead of Vector3Stamped
- Report mag data in Tesla, not Gauss This is to conform with sensor_msgs/MagneticField, which requires the data to be in Tesla.
- Contributors: Martin Günther
0.2.3 (2017-02-17)
- Add IMU diagnostics (#24)
- Set data rate after reattachment This fixes a bug where after disconnecting and reconnecting the USB cable, the data rate would be
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
roslaunch | |
catkin | |
diagnostic_aggregator | |
imu_filter_madgwick | |
diagnostic_msgs | |
diagnostic_updater | |
nodelet | |
phidgets_api | |
pluginlib | |
roscpp | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
phidgets_drivers |
Launch files
- launch/diagnostics_aggregator.launch
- launch/imu.launch
- Phidgets IMU launch file
-
- launch/imu_single_nodes.launch
- Phidgets IMU launch file
-
Messages
No message files found.
Services
No service files found
Plugins
Recent questions tagged phidgets_imu at Robotics Stack Exchange
No version for distro rolling showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
phidgets_imu package from phidgets_drivers repolibphidget21 phidgets_api phidgets_drivers phidgets_high_speed_encoder phidgets_ik phidgets_imu phidgets_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.7.11 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | ROS drivers for various Phidgets devices |
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2021-04-14 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | ros ros-driver phidgets |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Driver for the Phidgets Spatial 3/3/3 devices
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Ivan Dryanovski
README
No README found.
See repository README.
CHANGELOG
Changelog for package phidgets_imu
0.7.11 (2021-04-09)
0.7.10 (2020-06-03)
- Update maintainers in package.xml
- Fix wrong defaults for standard deviations (#46) The old parameter defaults were wrong: | parameter | old default | new default | | | | | | angular_velocity_stdev | 0.000349056 rad/s (= 0.02 deg/s) | 0.001658 rad/s (= 0.095deg/s) | | linear_acceleration_stdev | 0.002943 m/s\^2 (= 0.0003 g) | 0.002745862 m/s\^2 (= 0.00028 g) | | magnetic_field_stdev | 0.001658 rad/s (= 0.095deg/s) | 1.1e-7 T (= 1.1 mG) | Notes: T = Tesla, mG = milligauss Specifications come from the PhidgetSpatial Precision 3/3/3 1044_0 data sheet: https://www.phidgets.com/?&prodid=32
- Improve the IMU calibration service (#41)
- Run clang-format on the whole codebase.
- Switch to C++14 everywhere.
- Change API from separate open/waitForAttachment to openAndWaitForAttachment.
- Small cleanups throughout the code.
- Push libphidgets API calls down to phidgets_api.
- IMU: small fixes found by turning on compiler warnings.
- Completely remove boost from the project.
- Remove unused tf dependency from phidgets_imu.
- Switch to package format 2.
- Cleanup spacing in all of the CMakeLists.txt
- Contributors: Chris Lalancette, Martin Günther, Michael Grupp
0.7.9 (2019-06-28)
0.7.8 (2019-05-06)
0.7.7 (2018-09-18)
- Add parameter use_imu_time (default true) (#27) Setting use_imu_time to false will disable the imu time calibration and always use the Host time, i.e. ros::Time::now().
- Contributors: Jochen Sprickerhof
0.7.6 (2018-08-09)
- phidgets_imu: Ensure strictly ordered timestamps (#26) Fixes #17.
- Contributors: Michael Grupp, Martin Günther
0.7.5 (2018-01-31)
- phidgets_imu: Add roslaunch_add_file_check
- phidgets_imu: Add diagnostic_aggregator dependency
- phidgets_imu: Add missing install rule for config
- update to use non deprecated pluginlib macro (#19)
- Contributors: Martin Günther, Mikael Arguedas
0.7.4 (2017-10-04)
0.7.3 (2017-06-30)
0.7.2 (2017-06-02)
- First release into Lunar
- phidgets_imu: Add use_magnetic_field_msg to launch This is required in Jade: Since Jade, phidgets_imu publishes MagneticField messages, but imu_filter_madgwick still subscribes by default to Vector3Stamped messages. When running as nodelets, this can produce a silent error. In Kinetic, this is optional: imu_filter_madgwick now defaults to MagneticField. From Lunar on, it should be removed, because the use_magnetic_field_msg param was removed from imu_filter_madgwick.
- Contributors: Martin Günther
0.7.1 (2017-05-22)
- phidgets_imu: add optional serial number parameter (#7)
- phidgets_imu: Add imu_filter_madgwick dependency Closes #9.
- Contributors: Johan M. von Behren, Martin Günther
0.7.0 (2017-02-17)
- Publish MagneticField instead of Vector3Stamped
- Report mag data in Tesla, not Gauss This is to conform with sensor_msgs/MagneticField, which requires the data to be in Tesla.
- Contributors: Martin Günther
0.2.3 (2017-02-17)
- Add IMU diagnostics (#24)
- Set data rate after reattachment This fixes a bug where after disconnecting and reconnecting the USB cable, the data rate would be
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
roslaunch | |
catkin | |
diagnostic_aggregator | |
imu_filter_madgwick | |
diagnostic_msgs | |
diagnostic_updater | |
nodelet | |
phidgets_api | |
pluginlib | |
roscpp | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
phidgets_drivers |
Launch files
- launch/diagnostics_aggregator.launch
- launch/imu.launch
- Phidgets IMU launch file
-
- launch/imu_single_nodes.launch
- Phidgets IMU launch file
-
Messages
No message files found.
Services
No service files found
Plugins
Recent questions tagged phidgets_imu at Robotics Stack Exchange
No version for distro github showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
phidgets_imu package from phidgets_drivers repolibphidget21 phidgets_api phidgets_drivers phidgets_high_speed_encoder phidgets_ik phidgets_imu phidgets_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.7.11 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | ROS drivers for various Phidgets devices |
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2021-04-14 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | ros ros-driver phidgets |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Driver for the Phidgets Spatial 3/3/3 devices
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Ivan Dryanovski
README
No README found.
See repository README.
CHANGELOG
Changelog for package phidgets_imu
0.7.11 (2021-04-09)
0.7.10 (2020-06-03)
- Update maintainers in package.xml
- Fix wrong defaults for standard deviations (#46) The old parameter defaults were wrong: | parameter | old default | new default | | | | | | angular_velocity_stdev | 0.000349056 rad/s (= 0.02 deg/s) | 0.001658 rad/s (= 0.095deg/s) | | linear_acceleration_stdev | 0.002943 m/s\^2 (= 0.0003 g) | 0.002745862 m/s\^2 (= 0.00028 g) | | magnetic_field_stdev | 0.001658 rad/s (= 0.095deg/s) | 1.1e-7 T (= 1.1 mG) | Notes: T = Tesla, mG = milligauss Specifications come from the PhidgetSpatial Precision 3/3/3 1044_0 data sheet: https://www.phidgets.com/?&prodid=32
- Improve the IMU calibration service (#41)
- Run clang-format on the whole codebase.
- Switch to C++14 everywhere.
- Change API from separate open/waitForAttachment to openAndWaitForAttachment.
- Small cleanups throughout the code.
- Push libphidgets API calls down to phidgets_api.
- IMU: small fixes found by turning on compiler warnings.
- Completely remove boost from the project.
- Remove unused tf dependency from phidgets_imu.
- Switch to package format 2.
- Cleanup spacing in all of the CMakeLists.txt
- Contributors: Chris Lalancette, Martin Günther, Michael Grupp
0.7.9 (2019-06-28)
0.7.8 (2019-05-06)
0.7.7 (2018-09-18)
- Add parameter use_imu_time (default true) (#27) Setting use_imu_time to false will disable the imu time calibration and always use the Host time, i.e. ros::Time::now().
- Contributors: Jochen Sprickerhof
0.7.6 (2018-08-09)
- phidgets_imu: Ensure strictly ordered timestamps (#26) Fixes #17.
- Contributors: Michael Grupp, Martin Günther
0.7.5 (2018-01-31)
- phidgets_imu: Add roslaunch_add_file_check
- phidgets_imu: Add diagnostic_aggregator dependency
- phidgets_imu: Add missing install rule for config
- update to use non deprecated pluginlib macro (#19)
- Contributors: Martin Günther, Mikael Arguedas
0.7.4 (2017-10-04)
0.7.3 (2017-06-30)
0.7.2 (2017-06-02)
- First release into Lunar
- phidgets_imu: Add use_magnetic_field_msg to launch This is required in Jade: Since Jade, phidgets_imu publishes MagneticField messages, but imu_filter_madgwick still subscribes by default to Vector3Stamped messages. When running as nodelets, this can produce a silent error. In Kinetic, this is optional: imu_filter_madgwick now defaults to MagneticField. From Lunar on, it should be removed, because the use_magnetic_field_msg param was removed from imu_filter_madgwick.
- Contributors: Martin Günther
0.7.1 (2017-05-22)
- phidgets_imu: add optional serial number parameter (#7)
- phidgets_imu: Add imu_filter_madgwick dependency Closes #9.
- Contributors: Johan M. von Behren, Martin Günther
0.7.0 (2017-02-17)
- Publish MagneticField instead of Vector3Stamped
- Report mag data in Tesla, not Gauss This is to conform with sensor_msgs/MagneticField, which requires the data to be in Tesla.
- Contributors: Martin Günther
0.2.3 (2017-02-17)
- Add IMU diagnostics (#24)
- Set data rate after reattachment This fixes a bug where after disconnecting and reconnecting the USB cable, the data rate would be
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
roslaunch | |
catkin | |
diagnostic_aggregator | |
imu_filter_madgwick | |
diagnostic_msgs | |
diagnostic_updater | |
nodelet | |
phidgets_api | |
pluginlib | |
roscpp | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
phidgets_drivers |
Launch files
- launch/diagnostics_aggregator.launch
- launch/imu.launch
- Phidgets IMU launch file
-
- launch/imu_single_nodes.launch
- Phidgets IMU launch file
-
Messages
No message files found.
Services
No service files found
Plugins
Recent questions tagged phidgets_imu at Robotics Stack Exchange
No version for distro galactic showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
phidgets_imu package from phidgets_drivers repolibphidget21 phidgets_api phidgets_drivers phidgets_high_speed_encoder phidgets_ik phidgets_imu phidgets_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.7.11 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | ROS drivers for various Phidgets devices |
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2021-04-14 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | ros ros-driver phidgets |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Driver for the Phidgets Spatial 3/3/3 devices
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Ivan Dryanovski
README
No README found.
See repository README.
CHANGELOG
Changelog for package phidgets_imu
0.7.11 (2021-04-09)
0.7.10 (2020-06-03)
- Update maintainers in package.xml
- Fix wrong defaults for standard deviations (#46) The old parameter defaults were wrong: | parameter | old default | new default | | | | | | angular_velocity_stdev | 0.000349056 rad/s (= 0.02 deg/s) | 0.001658 rad/s (= 0.095deg/s) | | linear_acceleration_stdev | 0.002943 m/s\^2 (= 0.0003 g) | 0.002745862 m/s\^2 (= 0.00028 g) | | magnetic_field_stdev | 0.001658 rad/s (= 0.095deg/s) | 1.1e-7 T (= 1.1 mG) | Notes: T = Tesla, mG = milligauss Specifications come from the PhidgetSpatial Precision 3/3/3 1044_0 data sheet: https://www.phidgets.com/?&prodid=32
- Improve the IMU calibration service (#41)
- Run clang-format on the whole codebase.
- Switch to C++14 everywhere.
- Change API from separate open/waitForAttachment to openAndWaitForAttachment.
- Small cleanups throughout the code.
- Push libphidgets API calls down to phidgets_api.
- IMU: small fixes found by turning on compiler warnings.
- Completely remove boost from the project.
- Remove unused tf dependency from phidgets_imu.
- Switch to package format 2.
- Cleanup spacing in all of the CMakeLists.txt
- Contributors: Chris Lalancette, Martin Günther, Michael Grupp
0.7.9 (2019-06-28)
0.7.8 (2019-05-06)
0.7.7 (2018-09-18)
- Add parameter use_imu_time (default true) (#27) Setting use_imu_time to false will disable the imu time calibration and always use the Host time, i.e. ros::Time::now().
- Contributors: Jochen Sprickerhof
0.7.6 (2018-08-09)
- phidgets_imu: Ensure strictly ordered timestamps (#26) Fixes #17.
- Contributors: Michael Grupp, Martin Günther
0.7.5 (2018-01-31)
- phidgets_imu: Add roslaunch_add_file_check
- phidgets_imu: Add diagnostic_aggregator dependency
- phidgets_imu: Add missing install rule for config
- update to use non deprecated pluginlib macro (#19)
- Contributors: Martin Günther, Mikael Arguedas
0.7.4 (2017-10-04)
0.7.3 (2017-06-30)
0.7.2 (2017-06-02)
- First release into Lunar
- phidgets_imu: Add use_magnetic_field_msg to launch This is required in Jade: Since Jade, phidgets_imu publishes MagneticField messages, but imu_filter_madgwick still subscribes by default to Vector3Stamped messages. When running as nodelets, this can produce a silent error. In Kinetic, this is optional: imu_filter_madgwick now defaults to MagneticField. From Lunar on, it should be removed, because the use_magnetic_field_msg param was removed from imu_filter_madgwick.
- Contributors: Martin Günther
0.7.1 (2017-05-22)
- phidgets_imu: add optional serial number parameter (#7)
- phidgets_imu: Add imu_filter_madgwick dependency Closes #9.
- Contributors: Johan M. von Behren, Martin Günther
0.7.0 (2017-02-17)
- Publish MagneticField instead of Vector3Stamped
- Report mag data in Tesla, not Gauss This is to conform with sensor_msgs/MagneticField, which requires the data to be in Tesla.
- Contributors: Martin Günther
0.2.3 (2017-02-17)
- Add IMU diagnostics (#24)
- Set data rate after reattachment This fixes a bug where after disconnecting and reconnecting the USB cable, the data rate would be
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
roslaunch | |
catkin | |
diagnostic_aggregator | |
imu_filter_madgwick | |
diagnostic_msgs | |
diagnostic_updater | |
nodelet | |
phidgets_api | |
pluginlib | |
roscpp | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
phidgets_drivers |
Launch files
- launch/diagnostics_aggregator.launch
- launch/imu.launch
- Phidgets IMU launch file
-
- launch/imu_single_nodes.launch
- Phidgets IMU launch file
-
Messages
No message files found.
Services
No service files found
Plugins
Recent questions tagged phidgets_imu at Robotics Stack Exchange
No version for distro iron showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
phidgets_imu package from phidgets_drivers repolibphidget21 phidgets_api phidgets_drivers phidgets_high_speed_encoder phidgets_ik phidgets_imu phidgets_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.7.11 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | ROS drivers for various Phidgets devices |
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2021-04-14 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | ros ros-driver phidgets |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Driver for the Phidgets Spatial 3/3/3 devices
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Ivan Dryanovski
README
No README found.
See repository README.
CHANGELOG
Changelog for package phidgets_imu
0.7.11 (2021-04-09)
0.7.10 (2020-06-03)
- Update maintainers in package.xml
- Fix wrong defaults for standard deviations (#46) The old parameter defaults were wrong: | parameter | old default | new default | | | | | | angular_velocity_stdev | 0.000349056 rad/s (= 0.02 deg/s) | 0.001658 rad/s (= 0.095deg/s) | | linear_acceleration_stdev | 0.002943 m/s\^2 (= 0.0003 g) | 0.002745862 m/s\^2 (= 0.00028 g) | | magnetic_field_stdev | 0.001658 rad/s (= 0.095deg/s) | 1.1e-7 T (= 1.1 mG) | Notes: T = Tesla, mG = milligauss Specifications come from the PhidgetSpatial Precision 3/3/3 1044_0 data sheet: https://www.phidgets.com/?&prodid=32
- Improve the IMU calibration service (#41)
- Run clang-format on the whole codebase.
- Switch to C++14 everywhere.
- Change API from separate open/waitForAttachment to openAndWaitForAttachment.
- Small cleanups throughout the code.
- Push libphidgets API calls down to phidgets_api.
- IMU: small fixes found by turning on compiler warnings.
- Completely remove boost from the project.
- Remove unused tf dependency from phidgets_imu.
- Switch to package format 2.
- Cleanup spacing in all of the CMakeLists.txt
- Contributors: Chris Lalancette, Martin Günther, Michael Grupp
0.7.9 (2019-06-28)
0.7.8 (2019-05-06)
0.7.7 (2018-09-18)
- Add parameter use_imu_time (default true) (#27) Setting use_imu_time to false will disable the imu time calibration and always use the Host time, i.e. ros::Time::now().
- Contributors: Jochen Sprickerhof
0.7.6 (2018-08-09)
- phidgets_imu: Ensure strictly ordered timestamps (#26) Fixes #17.
- Contributors: Michael Grupp, Martin Günther
0.7.5 (2018-01-31)
- phidgets_imu: Add roslaunch_add_file_check
- phidgets_imu: Add diagnostic_aggregator dependency
- phidgets_imu: Add missing install rule for config
- update to use non deprecated pluginlib macro (#19)
- Contributors: Martin Günther, Mikael Arguedas
0.7.4 (2017-10-04)
0.7.3 (2017-06-30)
0.7.2 (2017-06-02)
- First release into Lunar
- phidgets_imu: Add use_magnetic_field_msg to launch This is required in Jade: Since Jade, phidgets_imu publishes MagneticField messages, but imu_filter_madgwick still subscribes by default to Vector3Stamped messages. When running as nodelets, this can produce a silent error. In Kinetic, this is optional: imu_filter_madgwick now defaults to MagneticField. From Lunar on, it should be removed, because the use_magnetic_field_msg param was removed from imu_filter_madgwick.
- Contributors: Martin Günther
0.7.1 (2017-05-22)
- phidgets_imu: add optional serial number parameter (#7)
- phidgets_imu: Add imu_filter_madgwick dependency Closes #9.
- Contributors: Johan M. von Behren, Martin Günther
0.7.0 (2017-02-17)
- Publish MagneticField instead of Vector3Stamped
- Report mag data in Tesla, not Gauss This is to conform with sensor_msgs/MagneticField, which requires the data to be in Tesla.
- Contributors: Martin Günther
0.2.3 (2017-02-17)
- Add IMU diagnostics (#24)
- Set data rate after reattachment This fixes a bug where after disconnecting and reconnecting the USB cable, the data rate would be
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
roslaunch | |
catkin | |
diagnostic_aggregator | |
imu_filter_madgwick | |
diagnostic_msgs | |
diagnostic_updater | |
nodelet | |
phidgets_api | |
pluginlib | |
roscpp | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
phidgets_drivers |
Launch files
- launch/diagnostics_aggregator.launch
- launch/imu.launch
- Phidgets IMU launch file
-
- launch/imu_single_nodes.launch
- Phidgets IMU launch file
-
Messages
No message files found.
Services
No service files found
Plugins
Recent questions tagged phidgets_imu at Robotics Stack Exchange
![]() |
phidgets_imu package from phidgets_drivers repolibphidget21 phidgets_api phidgets_drivers phidgets_high_speed_encoder phidgets_ik phidgets_imu phidgets_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.7.11 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | ROS drivers for various Phidgets devices |
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2021-04-14 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | ros ros-driver phidgets |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Driver for the Phidgets Spatial 3/3/3 devices
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Ivan Dryanovski
README
No README found.
See repository README.
CHANGELOG
Changelog for package phidgets_imu
0.7.11 (2021-04-09)
0.7.10 (2020-06-03)
- Update maintainers in package.xml
- Fix wrong defaults for standard deviations (#46) The old parameter defaults were wrong: | parameter | old default | new default | | | | | | angular_velocity_stdev | 0.000349056 rad/s (= 0.02 deg/s) | 0.001658 rad/s (= 0.095deg/s) | | linear_acceleration_stdev | 0.002943 m/s\^2 (= 0.0003 g) | 0.002745862 m/s\^2 (= 0.00028 g) | | magnetic_field_stdev | 0.001658 rad/s (= 0.095deg/s) | 1.1e-7 T (= 1.1 mG) | Notes: T = Tesla, mG = milligauss Specifications come from the PhidgetSpatial Precision 3/3/3 1044_0 data sheet: https://www.phidgets.com/?&prodid=32
- Improve the IMU calibration service (#41)
- Run clang-format on the whole codebase.
- Switch to C++14 everywhere.
- Change API from separate open/waitForAttachment to openAndWaitForAttachment.
- Small cleanups throughout the code.
- Push libphidgets API calls down to phidgets_api.
- IMU: small fixes found by turning on compiler warnings.
- Completely remove boost from the project.
- Remove unused tf dependency from phidgets_imu.
- Switch to package format 2.
- Cleanup spacing in all of the CMakeLists.txt
- Contributors: Chris Lalancette, Martin Günther, Michael Grupp
0.7.9 (2019-06-28)
0.7.8 (2019-05-06)
0.7.7 (2018-09-18)
- Add parameter use_imu_time (default true) (#27) Setting use_imu_time to false will disable the imu time calibration and always use the Host time, i.e. ros::Time::now().
- Contributors: Jochen Sprickerhof
0.7.6 (2018-08-09)
- phidgets_imu: Ensure strictly ordered timestamps (#26) Fixes #17.
- Contributors: Michael Grupp, Martin Günther
0.7.5 (2018-01-31)
- phidgets_imu: Add roslaunch_add_file_check
- phidgets_imu: Add diagnostic_aggregator dependency
- phidgets_imu: Add missing install rule for config
- update to use non deprecated pluginlib macro (#19)
- Contributors: Martin Günther, Mikael Arguedas
0.7.4 (2017-10-04)
0.7.3 (2017-06-30)
0.7.2 (2017-06-02)
- First release into Lunar
- phidgets_imu: Add use_magnetic_field_msg to launch This is required in Jade: Since Jade, phidgets_imu publishes MagneticField messages, but imu_filter_madgwick still subscribes by default to Vector3Stamped messages. When running as nodelets, this can produce a silent error. In Kinetic, this is optional: imu_filter_madgwick now defaults to MagneticField. From Lunar on, it should be removed, because the use_magnetic_field_msg param was removed from imu_filter_madgwick.
- Contributors: Martin Günther
0.7.1 (2017-05-22)
- phidgets_imu: add optional serial number parameter (#7)
- phidgets_imu: Add imu_filter_madgwick dependency Closes #9.
- Contributors: Johan M. von Behren, Martin Günther
0.7.0 (2017-02-17)
- Publish MagneticField instead of Vector3Stamped
- Report mag data in Tesla, not Gauss This is to conform with sensor_msgs/MagneticField, which requires the data to be in Tesla.
- Contributors: Martin Günther
0.2.3 (2017-02-17)
- Add IMU diagnostics (#24)
- Set data rate after reattachment This fixes a bug where after disconnecting and reconnecting the USB cable, the data rate would be
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
roslaunch | |
catkin | |
diagnostic_aggregator | |
imu_filter_madgwick | |
diagnostic_msgs | |
diagnostic_updater | |
nodelet | |
phidgets_api | |
pluginlib | |
roscpp | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
phidgets_drivers |
Launch files
- launch/diagnostics_aggregator.launch
- launch/imu.launch
- Phidgets IMU launch file
-
- launch/imu_single_nodes.launch
- Phidgets IMU launch file
-
Messages
No message files found.
Services
No service files found
Plugins
Recent questions tagged phidgets_imu at Robotics Stack Exchange
No version for distro noetic showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
phidgets_imu package from phidgets_drivers repolibphidget21 phidgets_api phidgets_drivers phidgets_high_speed_encoder phidgets_ik phidgets_imu phidgets_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.7.11 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | ROS drivers for various Phidgets devices |
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2021-04-14 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | ros ros-driver phidgets |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Driver for the Phidgets Spatial 3/3/3 devices
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Ivan Dryanovski
README
No README found.
See repository README.
CHANGELOG
Changelog for package phidgets_imu
0.7.11 (2021-04-09)
0.7.10 (2020-06-03)
- Update maintainers in package.xml
- Fix wrong defaults for standard deviations (#46) The old parameter defaults were wrong: | parameter | old default | new default | | | | | | angular_velocity_stdev | 0.000349056 rad/s (= 0.02 deg/s) | 0.001658 rad/s (= 0.095deg/s) | | linear_acceleration_stdev | 0.002943 m/s\^2 (= 0.0003 g) | 0.002745862 m/s\^2 (= 0.00028 g) | | magnetic_field_stdev | 0.001658 rad/s (= 0.095deg/s) | 1.1e-7 T (= 1.1 mG) | Notes: T = Tesla, mG = milligauss Specifications come from the PhidgetSpatial Precision 3/3/3 1044_0 data sheet: https://www.phidgets.com/?&prodid=32
- Improve the IMU calibration service (#41)
- Run clang-format on the whole codebase.
- Switch to C++14 everywhere.
- Change API from separate open/waitForAttachment to openAndWaitForAttachment.
- Small cleanups throughout the code.
- Push libphidgets API calls down to phidgets_api.
- IMU: small fixes found by turning on compiler warnings.
- Completely remove boost from the project.
- Remove unused tf dependency from phidgets_imu.
- Switch to package format 2.
- Cleanup spacing in all of the CMakeLists.txt
- Contributors: Chris Lalancette, Martin Günther, Michael Grupp
0.7.9 (2019-06-28)
0.7.8 (2019-05-06)
0.7.7 (2018-09-18)
- Add parameter use_imu_time (default true) (#27) Setting use_imu_time to false will disable the imu time calibration and always use the Host time, i.e. ros::Time::now().
- Contributors: Jochen Sprickerhof
0.7.6 (2018-08-09)
- phidgets_imu: Ensure strictly ordered timestamps (#26) Fixes #17.
- Contributors: Michael Grupp, Martin Günther
0.7.5 (2018-01-31)
- phidgets_imu: Add roslaunch_add_file_check
- phidgets_imu: Add diagnostic_aggregator dependency
- phidgets_imu: Add missing install rule for config
- update to use non deprecated pluginlib macro (#19)
- Contributors: Martin Günther, Mikael Arguedas
0.7.4 (2017-10-04)
0.7.3 (2017-06-30)
0.7.2 (2017-06-02)
- First release into Lunar
- phidgets_imu: Add use_magnetic_field_msg to launch This is required in Jade: Since Jade, phidgets_imu publishes MagneticField messages, but imu_filter_madgwick still subscribes by default to Vector3Stamped messages. When running as nodelets, this can produce a silent error. In Kinetic, this is optional: imu_filter_madgwick now defaults to MagneticField. From Lunar on, it should be removed, because the use_magnetic_field_msg param was removed from imu_filter_madgwick.
- Contributors: Martin Günther
0.7.1 (2017-05-22)
- phidgets_imu: add optional serial number parameter (#7)
- phidgets_imu: Add imu_filter_madgwick dependency Closes #9.
- Contributors: Johan M. von Behren, Martin Günther
0.7.0 (2017-02-17)
- Publish MagneticField instead of Vector3Stamped
- Report mag data in Tesla, not Gauss This is to conform with sensor_msgs/MagneticField, which requires the data to be in Tesla.
- Contributors: Martin Günther
0.2.3 (2017-02-17)
- Add IMU diagnostics (#24)
- Set data rate after reattachment This fixes a bug where after disconnecting and reconnecting the USB cable, the data rate would be
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
roslaunch | |
catkin | |
diagnostic_aggregator | |
imu_filter_madgwick | |
diagnostic_msgs | |
diagnostic_updater | |
nodelet | |
phidgets_api | |
pluginlib | |
roscpp | |
sensor_msgs | |
std_msgs | |
std_srvs |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
phidgets_drivers |
Launch files
- launch/diagnostics_aggregator.launch
- launch/imu.launch
- Phidgets IMU launch file
-
- launch/imu_single_nodes.launch
- Phidgets IMU launch file
-
Messages
No message files found.
Services
No service files found