Skip to content

Commit aa3caef

Browse files
Merge branch 'main' into feat-velocity-broadcaster
2 parents 09a5b45 + d12b9ad commit aa3caef

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/utiasDSL/crisp_controllers_demos/compare/v1.2.0...v1.2.1) (2025-09-11)
4+
5+
6+
### Bug Fixes
7+
8+
* wrong crisp_controllers version in dockerfile ([b438adb](https://github.com/utiasDSL/crisp_controllers_demos/commit/b438adb991d2231d268b6088178f072ae0783fc9))
9+
10+
## [1.2.0](https://github.com/utiasDSL/crisp_controllers_demos/compare/v1.1.0...v1.2.0) (2025-09-08)
11+
12+
13+
### Features
14+
15+
* Added twist broadcasting to demos ([#7](https://github.com/utiasDSL/crisp_controllers_demos/issues/7)) ([41b68a9](https://github.com/utiasDSL/crisp_controllers_demos/commit/41b68a9201c2aa7694f46bb691dd505143b38724))
16+
317
## [1.1.0](https://github.com/utiasDSL/crisp_controllers_demos/compare/v1.0.1...v1.1.0) (2025-08-19)
418

519

docker/Dockerfile.robots

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ARG ROS_DISTRO=humble
2+
ARG CRISP_CONTROLLERS_VERSION=1.1.0
23

34
FROM osrf/ros:${ROS_DISTRO}-desktop AS base
45

0 commit comments

Comments
 (0)