Skip to content

Releases: iralabdisco/otto_stm32

v2.0.1

Choose a tag to compare

@fdila fdila released this 10 Aug 16:58
c331080

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

@jack23247 have fun!

v2.0

Choose a tag to compare

@fdila fdila released this 10 Aug 16:40
b15e5ef

New communication system:

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

Remove cmd_vel throttling

Choose a tag to compare

@fdila fdila released this 15 Mar 14:07
9ac6c82

Otto can now receive cmd_vel asynchronously

Otto is working!

Choose a tag to compare

@fdila fdila released this 02 Mar 15:42
4a00106
Merge pull request #27 from iralabdisco/h-bridge-faults

add fault interrupts, fix #6

Protobuffers!

Protobuffers! Pre-release
Pre-release

Choose a tag to compare

@fdila fdila released this 12 Feb 13:11
v0.3

receive cmd_vel and send velocity with protobuf

Now with PID anti windup!

Pre-release

Choose a tag to compare

@fdila fdila released this 07 Feb 12:53
9f6e693
Merge pull request #22 from iralabdisco/pid_antiwindup

Pid antiwindup

Refactor code, everything can be a parameter

Choose a tag to compare

@fdila fdila released this 06 Feb 17:09
v0.2

remove compiled files

Driving with joypad

Driving with joypad Pre-release
Pre-release

Choose a tag to compare

@fdila fdila released this 30 Jan 13:15
0c4e54a

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

It's still missing a good communication protocol