Skip to content

Releases: iralabdisco/otto_stm32

v2.0.1

10 Aug 16:58
c331080
Compare
Choose a tag to compare

Add instructions for writing a new driver to communicate with Otto.

@jack23247 have fun!

v2.0

10 Aug 16:40
b15e5ef
Compare
Choose a tag to compare

New communication system:

  • remove protobuf
  • synchronous communication (send otto_status when receiving vel_msg)
  • receive config parameters at startup

Remove cmd_vel throttling

15 Mar 14:07
9ac6c82
Compare
Choose a tag to compare

Otto can now receive cmd_vel asynchronously

Otto is working!

02 Mar 15:42
4a00106
Compare
Choose a tag to compare
Merge pull request #27 from iralabdisco/h-bridge-faults

add fault interrupts, fix #6

Protobuffers!

12 Feb 13:11
Compare
Choose a tag to compare
Protobuffers! Pre-release
Pre-release
v0.3

receive cmd_vel and send velocity with protobuf

Now with PID anti windup!

07 Feb 12:53
9f6e693
Compare
Choose a tag to compare
Pre-release
Merge pull request #22 from iralabdisco/pid_antiwindup

Pid antiwindup

Refactor code, everything can be a parameter

06 Feb 17:09
Compare
Choose a tag to compare
v0.2

remove compiled files

Driving with joypad

30 Jan 13:15
0c4e54a
Compare
Choose a tag to compare
Driving with joypad Pre-release
Pre-release

Otto can now be driven with a joypad (through ROS).

It's still missing a good communication protocol