Skip to content

Commit 7075074

Browse files
Jazzy 2.6 Release (#427)
* Added W200 as a supported platfrom in Jazzy as of 2.6 * Added changes for clearpath_msgs for 2.6. * Added changes for clearpath_config for 2.6. * Added changes for clearpath_common for 2.6. * Added changes for clearpath_robot for 2.6. * Added changes for clearpath_firmware for 2.6.
1 parent fba0b12 commit 7075074

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

components/supported_platforms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| Husky | A200 | Yes (as of 0.1) | No | Yes (as of 2.0) | Coming Soon |
66
| | A300 | No | No | Yes (as of 2.0) | Coming Soon |
77
| Jackal | J100 | Yes (as of 0.1) | No | Yes (as of 2.3) | Coming Soon |
8-
| Warthog | W200 | Yes (as of 0.2) | No | Coming Soon | Coming Soon |
8+
| Warthog | W200 | Yes (as of 0.2) | No | Yes (as of 2.6) | Coming Soon |
99
| Dingo | DD100 | Yes (as of 0.3) | No | Yes (as of 2.3) | Coming Soon |
1010
| | DO100 | Yes (as of 1.0) | No | Yes (as of 2.3) | Coming Soon |
1111
| | DD150 | Yes (as of 0.3) | No | Yes (as of 2.3) | Coming Soon |

docs_versioned_docs/version-ros2jazzy/ros/changelog.mdx

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,64 @@ import Style from '/assets/css/changelog.css';
88

99
<div class="changelog">
1010

11+
## Current versions:
12+
13+
:::note
14+
Nested packages are part of the top repository.
15+
:::
16+
17+
- clearpath_msgs: ![GitHub Tag](https://img.shields.io/github/v/tag/clearpathrobotics/clearpath_msgs?label=latest)
18+
- clearpath_motor_msgs
19+
- clearpath_msgs
20+
- clearpath_platform_msgs
21+
- clearpath_config: ![GitHub Tag](https://img.shields.io/github/v/tag/clearpathrobotics/clearpath_config?label=latest)
22+
- clearpath_common: ![GitHub Tag](https://img.shields.io/github/v/tag/clearpathrobotics/clearpath_common?label=latest)
23+
- clearpath_bt_joy
24+
- clearpath_common
25+
- clearpath_control
26+
- clearpath_customization
27+
- clearpath_description
28+
- clearpath_diagnostics
29+
- clearpath_generator_common
30+
- clearpath_manipulators
31+
- clearpath_manipulators_description
32+
- clearpath_mounts_description
33+
- clearpath_platform_description
34+
- clearpath_sensors_description
35+
- clearpath_robot: ![GitHub Tag](https://img.shields.io/github/v/tag/clearpathrobotics/clearpath_robot?label=latest)
36+
- clearpath_generator_robot
37+
- clearpath_platform
38+
- lynx_motor_driver
39+
- puma_motor_driver
40+
- clearpath_robot
41+
- clearpath_sensors
42+
- clearpath_tests
43+
44+
45+
46+
47+
## [2.6] 2025-07-04
48+
49+
### New Features
50+
- Added Lynx 1.0.1 firmware for A300 motor controllers (see [here](https://docs.clearpathrobotics.com/docs_robots/outdoor_robots/husky/a300/maintenance_husky#maintenance_husky_motor_controller_firmware) to update) with many performance improvements
51+
- Added travel field to Lynx feedback
52+
- Added MCU service for clearing needs_reset on A300
53+
- Updated Power.msg CC01 enums
54+
- Added sensor sample for phidgets_spatial
55+
- Added support for W200
56+
- Enabled foxglove bridge by default
57+
- Added A300 AMP attachments, samples
58+
- Added foxglove dependency
59+
- Enabled dependency on sevcon and valence bms
60+
- Updated grab-diagnostics to latest
61+
62+
### Fixed
63+
- Fixed W200 Diff Drive Parameters
64+
- Re-enable publishing controller input to joy_teleop/cmd_vel
65+
- Dropped A200 controller manager update rate
66+
- Fixed expected diagnostics rates
67+
- Fixed missing dependency lms1xx
68+
1169
## [2.5] 2025-05-30
1270

1371
### New Features

0 commit comments

Comments
 (0)