|
Package Summary
Tags | No category tags. |
Version | 2.3.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2023-03-03 |
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
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Geoff Viola
- José-Luis Blanco Claraco
Phidgets high speed encoder ROS 2 driver
This is the ROS 2 driver for Phidgets high speed encoder.
Usage
To run this driver standalone, do the following:
ros2 launch phidgets_high_speed_encoder high_speed_encoder-launch.py
Published Topics
-
/joint_states
(sensor_msgs/JointState
) - A joint state message containing the current state of all encoders. -
/joint_states_chXX_decim_speed
(phidgets_msgs/EncoderDecimatedSpeed
) - One topic per encoder of the decimated (average) speed reading from the encoder.
Parameters
-
serial
(int) - The serial number of the phidgets high speed encoder to connect to. If -1 (the default), connects to any high speed encoder phidget that can be found. -
hub_port
(int) - The phidgets VINT hub port to connect to. Only used if the high speed encoder phidget is connected to a VINT hub. Defaults to 0. -
frame_id
(string) - The header frame ID to use when publishing the message. Defaults toencoder_link
. -
speed_filter_samples_len
(int) - The number of data points over which to average the speed. Defaults to 10. -
speed_filter_idle_iter_loops_before_reset
(int) - The number of idle loops (loops with no data) before the average speed will be reset to 0. Defaults to 1. -
publish_rate
(double) - How often the driver will publish data on the ROS topic. If 0 (the default), it will publish every time there is an update from the device (so at thedata_interval_ms
). If positive, it will publish the data at that rate regardless of the acquisition interval.
Changelog for package phidgets_high_speed_encoder
2.3.1 (2023-03-03)
- BUGFIX: Z-channel index was not observed in reported positions
(#158)
- fix doxygen format and ensure initial values
- BUGFIX: Encoder index was not used
- BUGFIX: Wrong speed conversion factor (#157) The current code assumed time intervals from the Phisgets API was microseconds, but it\'s actually milliseconds. Reported speeds are all wrong by a factor of 1e3.
- Contributors: Jose Luis Blanco-Claraco, Martin G
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | ament_cmake_ros | |
1 | launch | |
2 | phidgets_api | |
1 | phidgets_msgs | |
1 | rclcpp | |
1 | rclcpp_components | |
2 | sensor_msgs |
System Dependencies
Dependant Packages
Name | Repo | Deps |
---|---|---|
phidgets_drivers | github-ros-drivers-phidgets_drivers |
Launch files
Messages
Services
Plugins
Recent questions tagged phidgets_high_speed_encoder at answers.ros.org
|
Package Summary
Tags | No category tags. |
Version | 2.3.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2023-03-03 |
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
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Geoff Viola
- José-Luis Blanco Claraco
Phidgets high speed encoder ROS 2 driver
This is the ROS 2 driver for Phidgets high speed encoder.
Usage
To run this driver standalone, do the following:
ros2 launch phidgets_high_speed_encoder high_speed_encoder-launch.py
Published Topics
-
/joint_states
(sensor_msgs/JointState
) - A joint state message containing the current state of all encoders. -
/joint_states_chXX_decim_speed
(phidgets_msgs/EncoderDecimatedSpeed
) - One topic per encoder of the decimated (average) speed reading from the encoder.
Parameters
-
serial
(int) - The serial number of the phidgets high speed encoder to connect to. If -1 (the default), connects to any high speed encoder phidget that can be found. -
hub_port
(int) - The phidgets VINT hub port to connect to. Only used if the high speed encoder phidget is connected to a VINT hub. Defaults to 0. -
frame_id
(string) - The header frame ID to use when publishing the message. Defaults toencoder_link
. -
speed_filter_samples_len
(int) - The number of data points over which to average the speed. Defaults to 10. -
speed_filter_idle_iter_loops_before_reset
(int) - The number of idle loops (loops with no data) before the average speed will be reset to 0. Defaults to 1. -
publish_rate
(double) - How often the driver will publish data on the ROS topic. If 0 (the default), it will publish every time there is an update from the device (so at thedata_interval_ms
). If positive, it will publish the data at that rate regardless of the acquisition interval.
Changelog for package phidgets_high_speed_encoder
2.3.1 (2023-03-03)
- BUGFIX: Z-channel index was not observed in reported positions
(#158)
- fix doxygen format and ensure initial values
- BUGFIX: Encoder index was not used
- BUGFIX: Wrong speed conversion factor (#157) The current code assumed time intervals from the Phisgets API was microseconds, but it\'s actually milliseconds. Reported speeds are all wrong by a factor of 1e3.
- Contributors: Jose Luis Blanco-Claraco, Martin G
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | ament_cmake_ros | |
1 | launch | |
2 | phidgets_api | |
1 | phidgets_msgs | |
1 | rclcpp | |
1 | rclcpp_components | |
2 | sensor_msgs |
System Dependencies
Dependant Packages
Name | Repo | Deps |
---|---|---|
phidgets_drivers | github-ros-drivers-phidgets_drivers |
Launch files
Messages
Services
Plugins
Recent questions tagged phidgets_high_speed_encoder at answers.ros.org
|
Package Summary
Tags | No category tags. |
Version | 2.3.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2023-03-03 |
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
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Geoff Viola
- José-Luis Blanco Claraco
Phidgets high speed encoder ROS 2 driver
This is the ROS 2 driver for Phidgets high speed encoder.
Usage
To run this driver standalone, do the following:
ros2 launch phidgets_high_speed_encoder high_speed_encoder-launch.py
Published Topics
-
/joint_states
(sensor_msgs/JointState
) - A joint state message containing the current state of all encoders. -
/joint_states_chXX_decim_speed
(phidgets_msgs/EncoderDecimatedSpeed
) - One topic per encoder of the decimated (average) speed reading from the encoder.
Parameters
-
serial
(int) - The serial number of the phidgets high speed encoder to connect to. If -1 (the default), connects to any high speed encoder phidget that can be found. -
hub_port
(int) - The phidgets VINT hub port to connect to. Only used if the high speed encoder phidget is connected to a VINT hub. Defaults to 0. -
frame_id
(string) - The header frame ID to use when publishing the message. Defaults toencoder_link
. -
speed_filter_samples_len
(int) - The number of data points over which to average the speed. Defaults to 10. -
speed_filter_idle_iter_loops_before_reset
(int) - The number of idle loops (loops with no data) before the average speed will be reset to 0. Defaults to 1. -
publish_rate
(double) - How often the driver will publish data on the ROS topic. If 0 (the default), it will publish every time there is an update from the device (so at thedata_interval_ms
). If positive, it will publish the data at that rate regardless of the acquisition interval.
Changelog for package phidgets_high_speed_encoder
2.3.1 (2023-03-03)
- BUGFIX: Z-channel index was not observed in reported positions
(#158)
- fix doxygen format and ensure initial values
- BUGFIX: Encoder index was not used
- BUGFIX: Wrong speed conversion factor (#157) The current code assumed time intervals from the Phisgets API was microseconds, but it\'s actually milliseconds. Reported speeds are all wrong by a factor of 1e3.
- Contributors: Jose Luis Blanco-Claraco, Martin G
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | ament_cmake_ros | |
1 | launch | |
2 | phidgets_api | |
1 | phidgets_msgs | |
1 | rclcpp | |
1 | rclcpp_components | |
2 | sensor_msgs |
System Dependencies
Dependant Packages
Name | Repo | Deps |
---|---|---|
phidgets_drivers | github-ros-drivers-phidgets_drivers |
Launch files
Messages
Services
Plugins
Recent questions tagged phidgets_high_speed_encoder at answers.ros.org
|
Package Summary
Tags | No category tags. |
Version | 1.0.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | noetic |
Last Updated | 2023-03-02 |
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
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Geoff Viola
- José-Luis Blanco Claraco
Phidgets high speed encoder ROS driver
This is the ROS driver for Phidgets high speed encoder. The various topics, services, and parameters that the node operates with are listed below.
Topics
-
/joint_states
(sensor_msgs/JointState
) - A joint state message containing the current state of all encoders. -
/joint_states_chXX_decim_speed
(phidgets_msgs/EncoderDecimatedSpeed
) - One topic per encoder of the decimated (average) speed reading from the encoder.
Parameters
-
serial
(int) - The serial number of the phidgets high speed encoder to connect to. If -1 (the default), connects to any high speed encoder phidget that can be found. -
hub_port
(int) - The phidgets VINT hub port to connect to. Only used if the high speed encoder phidget is connected to a VINT hub. Defaults to 0. -
frame_id
(string) - The header frame ID to use when publishing the message. Defaults toencoder_link
. -
speed_filter_samples_len
(int) - The number of data points over which to average the speed. Defaults to 10. -
speed_filter_idle_iter_loops_before_reset
(int) - The number of idle loops (loops with no data) before the average speed will be reset to 0. Defaults to 1. -
publish_rate
(int) - How often the driver will publish data on the ROS topic. If 0 (the default), it will publish every time there is an update from the device (so at thedata_interval_ms
). If positive, it will publish the data at that rate regardless of the acquisition interval.
Changelog for package phidgets_high_speed_encoder
1.0.7 (2023-03-02)
- BUGFIX: Z-channel index was not observed in reported positions
(#158)
- fix doxygen format and ensure initial values
- BUGFIX: Encoder index was not used
- BUGFIX: Wrong speed conversion factor (#155) The current code assumed time intervals from the Phidgets API was microseconds, but it\'s actually milliseconds. Reported speeds are all wrong by a factor of 1e3.
- Contributors: Jose Luis Blanco-Claraco
1.0.6 (2022-12-01)
- Support configuring encoder data interval and IO Mode (#137)
- Merge pull request #129 from mintar/feat-pre-commit Add pre-commit, move from travis to GitHub actions, fix style
- Don\'t modify CMAKE_CXX_FLAGS
- Fix clang-format
- Add support for VINT networkhub (#127)
- BUGFIX: duplicated values for all encoders (#124)
- Contributors: Ben Schattinger, James Haley, Jose Luis Blanco-Claraco, Martin G
Wiki Tutorials
Source Tutorials
Dependant Packages
Name | Repo | Deps |
---|---|---|
phidgets_drivers | github-ros-drivers-phidgets_drivers |
Launch files
- launch/high_speed_encoder.launch
- Phidgets High Speed Encoder launch file
-
Messages
Services
Plugins
Recent questions tagged phidgets_high_speed_encoder at answers.ros.org
|
Package Summary
Tags | No category tags. |
Version | 2.0.2 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | dashing |
Last Updated | 2020-06-02 |
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
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Geoff Viola
- José-Luis Blanco Claraco
Phidgets high speed encoder ROS 2 driver
This is the ROS 2 driver for Phidgets high speed encoder. The various topics, services, and parameters that the node operates with are listed below.
Published Topics
-
/joint_states
(sensor_msgs/JointState
) - A joint state message containing the current state of all encoders. -
/joint_states_chXX_decim_speed
(phidgets_msgs/EncoderDecimatedSpeed
) - One topic per encoder of the decimated (average) speed reading from the encoder.
Parameters
-
serial
(int) - The serial number of the phidgets high speed encoder to connect to. If -1 (the default), connects to any high speed encoder phidget that can be found. -
hub_port
(int) - The phidgets VINT hub port to connect to. Only used if the high speed encoder phidget is connected to a VINT hub. Defaults to 0. -
frame_id
(string) - The header frame ID to use when publishing the message. Defaults toencoder_link
. -
speed_filter_samples_len
(int) - The number of data points over which to average the speed. Defaults to 10. -
speed_filter_idle_iter_loops_before_reset
(int) - The number of idle loops (loops with no data) before the average speed will be reset to 0. Defaults to 1. -
publish_rate
(double) - How often the driver will publish data on the ROS topic. If 0 (the default), it will publish every time there is an update from the device (so at thedata_interval_ms
). If positive, it will publish the data at that rate regardless of the acquisition interval.
Changelog for package phidgets_high_speed_encoder
2.0.2 (2020-06-01)
- Release build fixes (#67)
- Contributors: Chris Lalancette
2.0.1 (2019-12-05)
- Switch the buildtoo_depend to ament_cmake_ros. (#65)
- Contributors: Chris Lalancette
2.0.0 (2019-12-05)
- Switch from NULL to nullptr.
- Update READMEs to use \"Published Topics\" and \"Subscribed Topics\". (#59)
- Change launch output to \"both\" so it logs as well.
- Make publish_rate a double.
- Print out the serial number when connecting.
- Port high speed encoder to ROS 2.
- Ignore all packages for ROS 2 port.
- Update maintainers in package.xml
- Merge pull request #39 from clalancette/add-libphidget22
- Add launch files for all drivers.
- Add in try/catch blocks for connecting.
- Fixes from review.
- Documentation updates to README.md
- Set the publish_rate to 0 by default.
- Add in the license files and add to the headers.
- Remove nodes in favor of nodelets.
- Fix a small typo.
- Rewrite High Speed Encoder to use libphidget22.
- Rename Phidget class to Phidget21 class.
- Switch to C++14.
- Remove unused std_msgs dependency from Phidgets High Speed Encoder.
- Merge pull request #36 from clalancette/phidget-cleanup2
- Run clang-format on the whole codebase.
- Switch to C++14 everywhere.
- Split custom messages into their own package.
- Rewrite the high speed encoder node.
- Change API from separate open/waitForAttachment to openAndWaitForAttachment.
- Small cleanups throughout the code.
- Style cleanup.
- Switch to package format 2.
- Cleanup spacing in all of the CMakeLists.txt
- Contributors: Chris Lalancette, Martin G
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | ament_cmake_ros | |
1 | launch | |
2 | phidgets_api | |
1 | phidgets_msgs | |
1 | rclcpp | |
1 | rclcpp_components | |
2 | sensor_msgs |
System Dependencies
Dependant Packages
Name | Repo | Deps |
---|---|---|
phidgets_drivers | github-ros-drivers-phidgets_drivers |
Launch files
Messages
Services
Plugins
Recent questions tagged phidgets_high_speed_encoder at answers.ros.org
|
Package Summary
Tags | No category tags. |
Version | 2.0.2 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | dashing |
Last Updated | 2020-06-02 |
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
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Geoff Viola
- José-Luis Blanco Claraco
Phidgets high speed encoder ROS 2 driver
This is the ROS 2 driver for Phidgets high speed encoder. The various topics, services, and parameters that the node operates with are listed below.
Published Topics
-
/joint_states
(sensor_msgs/JointState
) - A joint state message containing the current state of all encoders. -
/joint_states_chXX_decim_speed
(phidgets_msgs/EncoderDecimatedSpeed
) - One topic per encoder of the decimated (average) speed reading from the encoder.
Parameters
-
serial
(int) - The serial number of the phidgets high speed encoder to connect to. If -1 (the default), connects to any high speed encoder phidget that can be found. -
hub_port
(int) - The phidgets VINT hub port to connect to. Only used if the high speed encoder phidget is connected to a VINT hub. Defaults to 0. -
frame_id
(string) - The header frame ID to use when publishing the message. Defaults toencoder_link
. -
speed_filter_samples_len
(int) - The number of data points over which to average the speed. Defaults to 10. -
speed_filter_idle_iter_loops_before_reset
(int) - The number of idle loops (loops with no data) before the average speed will be reset to 0. Defaults to 1. -
publish_rate
(double) - How often the driver will publish data on the ROS topic. If 0 (the default), it will publish every time there is an update from the device (so at thedata_interval_ms
). If positive, it will publish the data at that rate regardless of the acquisition interval.
Changelog for package phidgets_high_speed_encoder
2.0.2 (2020-06-01)
- Release build fixes (#67)
- Contributors: Chris Lalancette
2.0.1 (2019-12-05)
- Switch the buildtoo_depend to ament_cmake_ros. (#65)
- Contributors: Chris Lalancette
2.0.0 (2019-12-05)
- Switch from NULL to nullptr.
- Update READMEs to use \"Published Topics\" and \"Subscribed Topics\". (#59)
- Change launch output to \"both\" so it logs as well.
- Make publish_rate a double.
- Print out the serial number when connecting.
- Port high speed encoder to ROS 2.
- Ignore all packages for ROS 2 port.
- Update maintainers in package.xml
- Merge pull request #39 from clalancette/add-libphidget22
- Add launch files for all drivers.
- Add in try/catch blocks for connecting.
- Fixes from review.
- Documentation updates to README.md
- Set the publish_rate to 0 by default.
- Add in the license files and add to the headers.
- Remove nodes in favor of nodelets.
- Fix a small typo.
- Rewrite High Speed Encoder to use libphidget22.
- Rename Phidget class to Phidget21 class.
- Switch to C++14.
- Remove unused std_msgs dependency from Phidgets High Speed Encoder.
- Merge pull request #36 from clalancette/phidget-cleanup2
- Run clang-format on the whole codebase.
- Switch to C++14 everywhere.
- Split custom messages into their own package.
- Rewrite the high speed encoder node.
- Change API from separate open/waitForAttachment to openAndWaitForAttachment.
- Small cleanups throughout the code.
- Style cleanup.
- Switch to package format 2.
- Cleanup spacing in all of the CMakeLists.txt
- Contributors: Chris Lalancette, Martin G
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | ament_cmake_ros | |
1 | launch | |
2 | phidgets_api | |
1 | phidgets_msgs | |
1 | rclcpp | |
1 | rclcpp_components | |
2 | sensor_msgs |
System Dependencies
Dependant Packages
Name | Repo | Deps |
---|---|---|
phidgets_drivers | github-ros-drivers-phidgets_drivers |
Launch files
Messages
Services
Plugins
Recent questions tagged phidgets_high_speed_encoder at answers.ros.org
|
Package Summary
Tags | No category tags. |
Version | 2.2.3 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | galactic |
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
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Geoff Viola
- José-Luis Blanco Claraco
Phidgets high speed encoder ROS 2 driver
This is the ROS 2 driver for Phidgets high speed encoder.
Usage
To run this driver standalone, do the following:
ros2 launch phidgets_high_speed_encoder high_speed_encoder-launch.py
Published Topics
-
/joint_states
(sensor_msgs/JointState
) - A joint state message containing the current state of all encoders. -
/joint_states_chXX_decim_speed
(phidgets_msgs/EncoderDecimatedSpeed
) - One topic per encoder of the decimated (average) speed reading from the encoder.
Parameters
-
serial
(int) - The serial number of the phidgets high speed encoder to connect to. If -1 (the default), connects to any high speed encoder phidget that can be found. -
hub_port
(int) - The phidgets VINT hub port to connect to. Only used if the high speed encoder phidget is connected to a VINT hub. Defaults to 0. -
frame_id
(string) - The header frame ID to use when publishing the message. Defaults toencoder_link
. -
speed_filter_samples_len
(int) - The number of data points over which to average the speed. Defaults to 10. -
speed_filter_idle_iter_loops_before_reset
(int) - The number of idle loops (loops with no data) before the average speed will be reset to 0. Defaults to 1. -
publish_rate
(double) - How often the driver will publish data on the ROS topic. If 0 (the default), it will publish every time there is an update from the device (so at thedata_interval_ms
). If positive, it will publish the data at that rate regardless of the acquisition interval.
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | ament_cmake_ros | |
1 | launch | |
2 | phidgets_api | |
1 | phidgets_msgs | |
1 | rclcpp | |
1 | rclcpp_components | |
2 | sensor_msgs |
System Dependencies
Dependant Packages
Name | Repo | Deps |
---|---|---|
phidgets_drivers | github-ros-drivers-phidgets_drivers |
Launch files
Messages
Services
Plugins
Recent questions tagged phidgets_high_speed_encoder at answers.ros.org
|
Package Summary
Tags | No category tags. |
Version | 2.1.2 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | foxy |
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
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Geoff Viola
- José-Luis Blanco Claraco
Phidgets high speed encoder ROS 2 driver
This is the ROS 2 driver for Phidgets high speed encoder. The various topics, services, and parameters that the node operates with are listed below.
Published Topics
-
/joint_states
(sensor_msgs/JointState
) - A joint state message containing the current state of all encoders. -
/joint_states_chXX_decim_speed
(phidgets_msgs/EncoderDecimatedSpeed
) - One topic per encoder of the decimated (average) speed reading from the encoder.
Parameters
-
serial
(int) - The serial number of the phidgets high speed encoder to connect to. If -1 (the default), connects to any high speed encoder phidget that can be found. -
hub_port
(int) - The phidgets VINT hub port to connect to. Only used if the high speed encoder phidget is connected to a VINT hub. Defaults to 0. -
frame_id
(string) - The header frame ID to use when publishing the message. Defaults toencoder_link
. -
speed_filter_samples_len
(int) - The number of data points over which to average the speed. Defaults to 10. -
speed_filter_idle_iter_loops_before_reset
(int) - The number of idle loops (loops with no data) before the average speed will be reset to 0. Defaults to 1. -
publish_rate
(double) - How often the driver will publish data on the ROS topic. If 0 (the default), it will publish every time there is an update from the device (so at thedata_interval_ms
). If positive, it will publish the data at that rate regardless of the acquisition interval.
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | ament_cmake_ros | |
1 | launch | |
2 | phidgets_api | |
1 | phidgets_msgs | |
1 | rclcpp | |
1 | rclcpp_components | |
2 | sensor_msgs |
System Dependencies
Dependant Packages
Name | Repo | Deps |
---|---|---|
phidgets_drivers | github-ros-drivers-phidgets_drivers |
Launch files
Messages
Services
Plugins
Recent questions tagged phidgets_high_speed_encoder at answers.ros.org
![]() |
phidgets_high_speed_encoder package from phidgets_drivers repolibphidget21 phidgets_api phidgets_drivers phidgets_high_speed_encoder phidgets_ik phidgets_imu |
|
Package Summary
Tags | No category tags. |
Version | 0.7.8 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | lunar |
Last Updated | 2019-05-06 |
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
Additional Links
Maintainers
- Geoff Viola
- José-Luis Blanco Claraco
Authors
- Geoff Viola
Changelog for package phidgets_high_speed_encoder
0.7.8 (2019-05-06)
- phidgets_high_speed_encoder: fix missing tick2rad values (#30)
- Contributors: Charles Brian Quinn
0.7.7 (2018-09-18)
0.7.6 (2018-08-09)
0.7.5 (2018-01-31)
0.7.4 (2017-10-04)
- Merge pull request #15 from jlblancoc/kinetic Add Phidgets high-speed encoder package
- Contributors: Jose Luis Blanco-Claraco, Geoff Viola, Martin G
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
2 | libphidget21 | |
2 | phidgets_api | |
2 | roscpp | |
2 | std_msgs | |
1 | message_generation | |
2 | sensor_msgs | |
1 | catkin | |
1 | message_runtime |
System Dependencies
Dependant Packages
Name | Repo | Deps |
---|---|---|
phidgets_drivers | github-ros-drivers-phidgets_drivers |
Launch files
Messages
Services
Plugins
Recent questions tagged phidgets_high_speed_encoder at answers.ros.org
![]() |
phidgets_high_speed_encoder package from phidgets_drivers repolibphidget21 phidgets_api phidgets_drivers phidgets_high_speed_encoder phidgets_ik phidgets_imu phidgets_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.7.11 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | kinetic |
Last Updated | 2021-04-09 |
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
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Geoff Viola
- José-Luis Blanco Claraco
Changelog for package phidgets_high_speed_encoder
0.7.11 (2021-04-09)
- high_speed_encoder: Use private node handle for params (#79) Co-authored-by: Martin G
Wiki Tutorials
Source Tutorials
Dependant Packages
Name | Repo | Deps |
---|---|---|
phidgets_drivers | github-ros-drivers-phidgets_drivers |
Launch files
Messages
Services
Plugins
Recent questions tagged phidgets_high_speed_encoder at answers.ros.org
![]() |
phidgets_high_speed_encoder package from phidgets_drivers repolibphidget21 phidgets_api phidgets_drivers phidgets_high_speed_encoder phidgets_ik phidgets_imu phidgets_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.7.11 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-drivers/phidgets_drivers.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2021-04-14 |
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
Additional Links
Maintainers
- Martin Günther
- Chris Lalancette
Authors
- Geoff Viola
- José-Luis Blanco Claraco
Changelog for package phidgets_high_speed_encoder
0.7.11 (2021-04-09)
- high_speed_encoder: Use private node handle for params (#79) Co-authored-by: Martin G
Wiki Tutorials
Source Tutorials
Dependant Packages
Name | Repo | Deps |
---|---|---|
phidgets_drivers | github-ros-drivers-phidgets_drivers |