- [ros2] parameters/topics renamed more sensibly, #8
- [docs] moved from the ROS1 wiki and updated, #8
- [tests] translational smoothing test added, #7
- [infra] refactored for ROS 2 and renamed to velocity_smoother, #1
- yocs_velocity_smoother: adds node name param to launcher
- adds a little launcher restructing for muxer and smoother
- Contributors: Marcus Liebhardt
- updating package informations. remove email for authors. updating maintainer
- Contributors: Jihoon Lee
- Unify naming politics for binaries and plugins.
- Add bugtracker and repo info URLs.
- Changelogs at package level.
- Separate and comment velocity feedback remaps.
- License link fixed.
- Fix on velocity smoother to deal with low-rate simulated time (namely Stage).
- Allow using end velocity commands as robot feedback (until now we can use only odometry).
- Catkinized.
- Dynamic reconfigure for velocity/acceleration limits.
- Fix on deceleration smoothing.
- Add test program.
- Add licensing.
- Keep direction constant when smoothing velocities, i.e. draw constant arcs. To do so we must sometimes over-limit dv or dw.
- Bound velocity in addition to acceleration. Also set physically meaningful values for acceleration.
- Initial version.