Skip to content

Commit e04c7dd

Browse files
authored
Update README.md
update imu todo
1 parent 2f154a8 commit e04c7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Contributions to these tasks are welcome, see also the [contribution section](./
242242
### Drivers, Odometry and Hardware Interface
243243

244244
- Add `diffbot_driver` package for ultrasonic ranger, imu and motor driver node code.
245-
- Make use of the imu odometry data to improve the encoder odometry using [`robot_pose_ekf`](http://wiki.ros.org/robot_pose_ekf).
245+
- Make use of the imu odometry data to improve the encoder odometry using a Kalman filter, such as [`robot_localization`](https://github.com/cra-ros-pkg/robot_localization) (or the less active [`robot_pose_ekf`](http://wiki.ros.org/robot_pose_ekf)).
246246
- The current implementation of the ROS Control `hardware_interface::RobotHW` uses a high level PID controller. This is working but also
247247
test a low level PID on the Teensy 3.2 mcu using the [Arduino library of the Grove i2c motor driver](https://github.com/Seeed-Studio/Grove_I2C_Motor_Driver_v1_3). -> This is partly implemented (see `diffbot_base/scripts/base_controller`)
248248
Also replace `Wire.h` with the improved [`i2c_t3`](https://github.com/nox771/i2c_t3) library.

0 commit comments

Comments
 (0)