Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ROS 2 Humble] Added arm64 support status. #220

Merged
merged 2 commits into from
Feb 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs_versioned_docs/version-ros2humble/ros/ros.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ of ROS 2 topics and services defined by Clearpath which are used by all supporte

## Supported Platforms {#supported-platforms}

| Platform | Platform code | Supports ROS 2 Humble |
| :-------- | :------------ | :-------------------- |
| Husky | A200 | Yes (As of 0.1) |
| Jackal | J100 | Yes (As of 0.1) |
| Warthog | W200 | Yes (As of 0.2) |
| Dingo | DD100 | Coming |
| | DO100 | Coming |
| | DD150 | Coming |
| | DO150 | Coming |
| Ridgeback | R100 | Coming |
| Boxer | B250 | No |
| Platform | Platform code | Supports ROS 2 Humble (amd64) | (arm64) |
| :-------- | :------------ | :---------------------------- | :------ |
| Husky | A200 | Yes (As of 0.1) | Coming |
| Jackal | J100 | Yes (As of 0.1) | Coming |
| Warthog | W200 | Yes (As of 0.2) | Coming |
| Dingo | DD100 | Coming | Coming |
| | DO100 | Coming | Coming |
| | DD150 | Coming | Coming |
| | DO150 | Coming | Coming |
| Ridgeback | R100 | Coming | Coming |
| Boxer | B250 | No | Coming |


## Supported Sensors {#supported-sensors}
Expand Down
Loading