Skip to content

Releases: gbr1/ros2_amr_interface

1.2.0 - update

06 Jun 08:59
64dfb5c
Compare
Choose a tag to compare

In this release, the communication strategy is changed.

  • joints are updated continuously every 10ms making more predictable by firmware side
  • timeout is now disabled by default via disable_timeout flag parameter
  • integration time can be forced by enabling force_delta_t parameter and setting delta_t parameter
  • imu can also be compensated in gain and not only on offsets

If you are using the robotic kit, you need firmware 1.2.0

First official release

06 May 11:25
d733c68
Compare
Choose a tag to compare
Merge pull request #8 from gbr1/dev

First official release

0.4.0 RC4 - battery percentage

26 Apr 14:48
b6c423f
Compare
Choose a tag to compare
Pre-release

added battery percentage

0.3.0 RC3

14 Mar 11:24
b9c4955
Compare
Choose a tag to compare
0.3.0 RC3 Pre-release
Pre-release

Added:

  • docs
  • skid steering
  • serial port speed

Now the package is ready for the final release.

RC2 - communication fixs and differential robot

18 Feb 17:43
049f483
Compare
Choose a tag to compare

In this Release Candidate, communication is improved with checking if commands are executed.
This fix 2 abnormal behaviours:

  • sometimes robot doesn't stop;
  • sometimes doesn't set wheels speed correctly

A major update was done by improving the FIKmodel library. Now it is possible to use with same interfaces also differential drive robots (NOTE: you still must set 4 joints but only firsts 2 are used)

0.1.0 RC1

09 Feb 22:16
866602b
Compare
Choose a tag to compare
0.1.0 RC1 Pre-release
Pre-release
Merge pull request #3 from gbr1/devel

0.1.0-rc1

battery state and some parameters

06 Feb 17:15
b9f5485
Compare
Choose a tag to compare
Pre-release
Merge pull request #2 from gbr1/devel

added some parameters and battery state publisher

added imu and initial_pose

31 Jan 18:21
672e53d
Compare
Choose a tag to compare
Pre-release

Now IMU is now working as raw data reading, linear acceleration and angular velocities are provided.
initial_pose allows to repose the robot

NOTE: parameters to setup IMU (e.g. scales) are not exposed on ROS2, yet.

first release

20 Jan 17:07
Compare
Choose a tag to compare
first release Pre-release
Pre-release

In this release cmd_vel, tf and odometry is implemented.

Port open is: /dev/ttyUSB0
topics:

  • cmd_vel
  • /wheel/odometry

TFs:

  • child frame: base_link
  • frame: odom