登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
前沿技术
>
机器人
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
17
Star
122
Fork
35
AGIROS
/
AimRT
代码
Issues
1
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
发行版
最新版
v0.9.0-rc2
c78712f
2024-11-15 19:59
对比
v0.9.0-rc2
AimRT
## What's Changed * docs: add echo_plugin to example plugin list by @yglsaltfish in https://github.com/AimRT/AimRT/pull/83 * feat: improve modulebase by @wtudio in https://github.com/AimRT/AimRT/pull/84 * docs: update release notes for v0.8.2 and v0.8.3 by @zhangyi1357 in https://github.com/AimRT/AimRT/pull/86 * build: refactor CMake scripts to use functions for variable scope by @zhangyi1357 in https://github.com/AimRT/AimRT/pull/87 * fix: add error handling for local protoc compiler detection by @zhangyi1357 in https://github.com/AimRT/AimRT/pull/89 * feat(rosbag_trans): add support to convert multiple aimrt bags into a single ROS bag by @yglsaltfish in https://github.com/AimRT/AimRT/pull/90 * feat: mqtt_plugin add ssl/tls by @owny990312 in https://github.com/AimRT/AimRT/pull/85 * fix: runtime/core/util by @wtudio in https://github.com/AimRT/AimRT/pull/91 * fix: add recordplayback example shell by @yglsaltfish in https://github.com/AimRT/AimRT/pull/94 * build: enhance build options for modular components by @zhangyi1357 in https://github.com/AimRT/AimRT/pull/97 * build: add external proto path for source directory by @zhangyi1357 in https://github.com/AimRT/AimRT/pull/99 * fix: optimize reconnection steps. by @owny990312 in https://github.com/AimRT/AimRT/pull/93 * fix: minor modification to benchmark by @owny990312 in https://github.com/AimRT/AimRT/pull/100 * feat: executor sys clock by @wtudio in https://github.com/AimRT/AimRT/pull/101 * fix: handle timer exceptions in grpc and http rpc backends by @zhangyi1357 in https://github.com/AimRT/AimRT/pull/102 * chore: add ros_plugin native start shell scripts by @owny990312 in https://github.com/AimRT/AimRT/pull/104 * doc: fix misc by @wtudio in https://github.com/AimRT/AimRT/pull/105 * feat: rotate_file_logger supports periodic syncing by @owny990312 in https://github.com/AimRT/AimRT/pull/103 * feat: zenoh plugin with shm by @owny990312 in https://github.com/AimRT/AimRT/pull/96 * feat: add the rpc and channel metric in opentelemetry plugin by @yglsaltfish in https://github.com/AimRT/AimRT/pull/92 **Full Changelog**: https://github.com/AimRT/AimRT/compare/v0.9.0-rc1...v0.9.0-rc2 ## A note on the aimrt_py .whl files: These linux .whl files are built using the gcc 11.4 compiler on the Ubuntu 22.04 platform. If your local glibc and libstdc++ versions are lower than the corresponding versions, they may not work. Additionally, the provided prebuilt .whl files only support Python 3.10. If these .whl files are not usable, you can consider compiling a version compatible with your local environment yourself. More information can be found at https://docs.aimrt.org/tutorials/quick_start/installation_py.html#id3
最后提交信息为:
update v0.9.0-rc2
v0.9.0-rc1
ef14b59
2024-11-05 20:14
对比
v0.9.0-rc1
AimRT
# v0.9.0-rc1 **Major Changes**: - Enhanced zenoh plugin: - Updated zenohc library to version 1.0.0.11; - Added zenoh rpc backend; - Now supports native zenoh configuration; - Added encryption support configuration for mqtt; - Introduced asio as a third-party library, runtime::core now uses standalone asio instead of boost to reduce dependencies; - Added aimrt_cli trans command for converting bag files recorded by aimrt record_playback plugin to ros2 bag files; - Added Echo plugin for message echo functionality; - Introduced executor-based timer for convenient scheduled tasks; **Minor Changes**: - Shortened file paths for some examples; - Optimized code structure by moving src/runtime/common/net to src/common/net; - Upgraded jsoncpp to version 1.9.6 to resolve cmake issues; - Added aimrt_py channel benchmark example; - Added aimrt_py rpc benchmark example; - Added libacl dependency check before compiling iceoryx plugin; - RPC service plugins now support custom service name specification; - Provided one-click script for running examples and generating test reports; - Fixed occasional server-side crashes in aimrt_py multi-threaded rpc calls; - Added Context support for aimrt_py channel functionality; - Added support for installing aimrt::runtime::core; - Removed unused protocols; - Added support for custom log output formats; - Added ros2 message and json serialization format support for grpc plugin; ## A note on the aimrt_py .whl files: These linux .whl files are built using the gcc 11.4 compiler on the Ubuntu 22.04 platform. If your local glibc and libstdc++ versions are lower than the corresponding versions, they may not work. Additionally, the provided prebuilt .whl files only support Python 3.10. If these .whl files are not usable, you can consider compiling a version compatible with your local environment yourself. More information can be found at https://docs.aimrt.org/tutorials/quick_start/installation_py.html#id3
最后提交信息为:
update v0.9.0-rc1
v0.8.3
49394e3
2024-10-18 18:02
对比
v0.8.3
AimRT
* Fix the issue of occasional crashes on the server side during multi-threaded RPC calls in aimrt_py. * Fix source code reference build issues on Windows, as well as the build issue for grpc_plugin on Windows. **Full Changelog**: https://gitee.com/AGIROS/AimRT/commits/v0.8.3 ### A note on the aimrt_py .whl files: These linux .whl files are built using the gcc 11.4 compiler on the Ubuntu 22.04 platform. If your local glibc and libstdc++ versions are lower than the corresponding versions, they may not work. Additionally, the provided prebuilt .whl files only support Python 3.10. If these .whl files are not usable, you can consider compiling a version compatible with your local environment yourself. More information can be found at https://docs.aimrt.org/tutorials/quick_start/installation_py.html#id3
最后提交信息为:
update v0.8.3
v0.8.2
b54da83
2024-09-30 15:58
对比
v0.8.2
AimRT
Fix https://github.com/AimRT/AimRT/issues/4 linking error with dl library on some platforms **Full Changelog**: https://gitee.com/robot-os/AimRT/commits/v0.8.2 ### A note on the aimrt_py .whl files: These linux .whl files are built using the gcc 11.4 compiler on the Ubuntu 22.04 platform. If your local glibc and libstdc++ versions are lower than the corresponding versions, they may not work. Additionally, the provided prebuilt .whl files only support Python 3.10. If these .whl files are not usable, you can consider compiling a version compatible with your local environment yourself. More information can be found at https://docs.aimrt.org/tutorials/quick_start/installation_py.html#id3
最后提交信息为:
build: add CMake_DL_LIBS to fmt library link
v0.8.1
f6e1d3d
2024-09-25 22:02
对比
v0.8.1
AimRT
修复读取 VERSION 文件时的错误 修复 aimrt_py 打包过程中的错误 修复 nghttp2 依赖问题 v0.8.0 版本的更新日志:https://docs.aimrt.org/release_notes/v0_8_0.html ### 关于 aimrt_py 的 .whl 文件的说明: 这些 .whl 文件是在 Ubuntu 22.04 平台上使用 gcc 11.4 编译器构建的。如果你本地的 glibc 和 libstdc++ 版本低于相应的版本,可能无法使用。此外,提供的预构建 .whl 文件仅支持 Python 3.10。 如果这些 .whl 文件无法使用,你可以考虑自行编译一个与你本地环境兼容的版本。更多信息请访问 https://docs.aimrt.org/tutorials/quick_start/installation_py.html#id3 不要被自动生成的 .whl 文件中的版本号 0.8.0 所误导,实际版本是 0.8.1。
最后提交信息为:
docs: add release notes for v0.8.1
v0.8.0
409c34a
2024-09-25 21:03
对比
v0.8.0
AimRT
Release announcement and changelog here: https://aimrt.org/news/AimRT-v0.8.0.html
最后提交信息为:
update v0.8.0
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/agiros/AimRT.git
git@gitee.com:agiros/AimRT.git
agiros
AimRT
AimRT
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册