Skip to content

korimac/bosch_imu_driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bosch_imu_driver

A driver for the sensor IMU Bosch BNO055. It was implemented only the UART communication interface (correct sensor mode should be selected).

Parameters:

  • port (default: '/dev/ttyUSB0') - path to USB port where device was connected.
  • frame_id (default: 'imu_link') - the frame in which sensor data will be published.
  • frequency (default: 100) - the frequency of reading from device and publishing data in Hz.
  • operation_mode (default: OPER_MODE_NDOF) - the operation mode of sensor BNO055. Other modes could be found in sensor datasheet.

Publishes:

About

ROS driver for IMU Bosch BNO055

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 95.2%
  • CMake 4.8%