Skip to content

Releases: linorobot/linorobot

v1.4.0

06 Nov 02:51
Compare
Choose a tag to compare

Improvements:

Improved dead reckoning by using Extended Kalman Filter
Ackermann Drive robots can now calculate angular and linear speed from kinematics library
Improved Navigation Stack Parameters. Shifted from Trajectory Planner to DWA

v1.3.5

28 Aug 07:28
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed bug that prevents motor from spinning
  • Fixed bug that prevents IMU9*50 from being detected
  • Fixed mismatch odometry frequency (Firmware - Odometry Node)

Improvements:

  • Improved Kinematics Library
  • Shifted RPM count from motor library to encoder library to allow whole-body control

Additions:

  • Added MPU9250 Library

v1.3.0

14 May 16:14
Compare
Choose a tag to compare

Improvements:

Introduced calculation of distance between front and back wheels to kinematics equation for skid steering robots and mecanum drive robots.
New parameter to define distance between front and back wheels.

v1.2.0

14 May 16:17
Compare
Choose a tag to compare

Additions:

Added Support for Electronic Speed Controllers

This will enable Linorobot stack to use:
Brushless motors used in RC cars.
Brushless motors used in hover boards and e-scooters.

v1.1.1

20 Apr 06:53
Compare
Choose a tag to compare

Improvements:

  • Re-organized launch files:
    • IMU related launch files were shifted to launch/imu
    • minimal.launch is now used for running the robot without laser driver
    • launching of laser driver on navigate and slam launch files was shifted to bringup.launch (for simulation purposes)
    • created include folder so as to only expose 4 major launch files

v1.1 Release

20 Apr 06:41
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed bug that prevents Teensy LC and 3.5 > to compile encoder library

Additions:

  • Added Support for new IMUs:
    • MPU6050
    • MPU9150
    • MPU9250

v1.0 Stable Release

17 Mar 03:59
5228aae
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed bug that prevents BTS7960 PWM pins from being defined.
  • Fixed bug that causes 2WD robot to rotate twice as the expected angular velocity.
  • Fixed bug that prevents the use of optimized Teensy interrupts.

Improvements:

  • Better AMCL parameters.

Additions:

  • Added Kinect Sensor Support
  • Added Intel RealSense R200 Sensor Support

v1.0 Beta Release

15 Jul 05:28
Compare
Choose a tag to compare
  • New firmware to support:
    A. All robot bases (2WD, 4WD, Mecanum Drive, Ackermann Steering)
    B. More motor controllers
    C. More IMUs
  • New IMU bridge to support more IMUs in the future
  • New IMU calibration package.
  • Navigation stack supports all 4 bases. Interchangeable by exporting env var LINOBASE
  • Interchangeable lidar/3D sensors by exporting env var LINOLIDAR
  • Easier installation: https://github.com/linorobot/lino_install
  • New Wiki: https://github.com/linorobot/linorobot/wiki

Last version before revamp

15 Jul 04:44
Compare
Choose a tag to compare
v0.9

fixed editing