forked from bluespace-ai/bluespace_ai_xsens_ros_mti_driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ros 2.0 port for the publisher classes
- Loading branch information
Showing
21 changed files
with
296 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,39 @@ | ||
## Device settings, provide one of the following: | ||
## - device_id | ||
## - port + baudrate information | ||
## - nothing: the driver scans for devices and selects the first found. | ||
# device_id: '077007EF' # uppercase hex string | ||
# port: '/dev/ttyUSB0' | ||
# baudrate: 921600 # non necessary for some devices | ||
/**: | ||
ros__parameters: | ||
|
||
## Log file (optional), placed in ~/.ros/ otherwise use absolute path | ||
# log_file: log.mtb | ||
## Device settings, provide one of the following: | ||
## - device_id | ||
## - port + baudrate information | ||
## - nothing: the driver scans for devices and selects the first found. | ||
# device_id: '077007EF' # uppercase hex string | ||
# port: '/dev/ttyUSB0' | ||
# baudrate: 921600 # non necessary for some devices | ||
|
||
publisher_queue_size: 5 | ||
## Log file (optional), placed in ~/.ros/ otherwise use absolute path | ||
# log_file: log.mtb | ||
|
||
# Message publishers | ||
pub_imu: true | ||
pub_quaternion: true | ||
pub_mag: true | ||
pub_angular_velocity: true | ||
pub_acceleration: true | ||
pub_free_acceleration: true | ||
pub_dq: true | ||
pub_dv: true | ||
pub_sampletime: true | ||
pub_temperature: true | ||
pub_pressure: true | ||
pub_gnss: true | ||
pub_twist: true | ||
pub_transform: true | ||
publisher_queue_size: 5 | ||
|
||
## Sensor standard deviation [x,y,z] (optional) | ||
## This value is used to override the covariance matrix in sensor_msgs/Imu and | ||
## sensor_msgs/MagneticField messages. | ||
# linear_acceleration_stddev: [0, 0, 0] # [m/s^2] | ||
# angular_velocity_stddev: [0, 0, 0] # [rad/s] | ||
# orientation_stddev: [0, 0, 0] # [rad] | ||
# magnetic_field_stddev: [0, 0, 0] # [Tesla] | ||
# Message publishers | ||
pub_imu: true | ||
pub_quaternion: true | ||
pub_mag: true | ||
pub_angular_velocity: true | ||
pub_acceleration: true | ||
pub_free_acceleration: true | ||
pub_dq: true | ||
pub_dv: true | ||
pub_sampletime: true | ||
pub_temperature: true | ||
pub_pressure: true | ||
pub_gnss: true | ||
pub_twist: true | ||
pub_transform: true | ||
|
||
## Sensor standard deviation [x,y,z] (optional) | ||
## This value is used to override the covariance matrix in sensor_msgs/Imu and | ||
## sensor_msgs/MagneticField messages. | ||
# linear_acceleration_stddev: [0, 0, 0] # [m/s^2] | ||
# angular_velocity_stddev: [0, 0, 0] # [rad/s] | ||
# orientation_stddev: [0, 0, 0] # [rad] | ||
# magnetic_field_stddev: [0, 0, 0] # [Tesla] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.