Skip to content

创建感知模块功能包#4760

Merged
donghaiwang merged 18 commits into
OpenHUTB:mainfrom
Xinyue-cao:feature/biomechanics
Dec 28, 2025
Merged

创建感知模块功能包#4760
donghaiwang merged 18 commits into
OpenHUTB:mainfrom
Xinyue-cao:feature/biomechanics

Conversation

@Xinyue-cao

Copy link
Copy Markdown
Contributor

修改概述:

修改的详细描述

创建感知模块功能包

进入src目录(所有功能包都放在src下)

cd ~/ros2_ws/src

创建acquisition_module功能包,指定依赖(rclpy是ROS 2 Python核心,sensor_msgs是传感器消息)

ros2 pkg create --build-type ament_python perception_module
--dependencies rclpy std_msgs sensor_msgs
创建数据获取模块功能包
acquisition_node.py

继续在src目录下执行

ros2 pkg create --build-type ament_python data_acquisition_module
--dependencies rclpy std_msgs sensor_msgs

经过了什么样的测试?

  1. 操作系统window10,ubtuntu22.04
  2. Python版本等3.14

运行效果

动图、视频、截图等
屏幕截图 2025-12-25 000606

@donghaiwang
donghaiwang merged commit 0ca6251 into OpenHUTB:main Dec 28, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants