ROS2--创建工作区间和功能包
设置环境变量
source /opt/ros/foxy/setup.bash
创建工作区间
mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone ros_tutorials ,熟悉turtlesim
git clone https://github.com/ros/ros_tutorials.git -b foxy-devel
解决依赖
cd ~/ros2_ws/
rosdep install -i --from-path src --rosdistro foxy -y
编译整个工作区间
cd ~/ros2_ws/
colcon build
单独编译某个功能包
cd ~/ros2_ws/
colcon build --packages-select ros_tutorials
在新的终端中,将你的主要 ROS 2 环境作为“底层”,这样你就可以在它的“之上”构建叠加层:
source /opt/ros/foxy/setup.bash
cd ~/ros2_ws/
. install/local_setup.bash
打开小乌龟,这里是启动工作区间里的节点。
ros2 run turtlesim turtlesim_node
创建功能包
cd ~/ros2_ws/src
ros2 pkg create --build-type ament_cmake
创建功能包名:first_package, 节点名:first_node
ros2 pkg create --build-type ament_cmake first_package --node-name fisrt_node
编译工作区间
cd ~/ros2_ws
colcon build
或者单独编译first_package功能包
cd ~/ros2_ws
colcon build --packages-select first_package
获取安装文件
. install/local_setup.bash
启动first_node节点
ros2 run first_package first_node
创建功能包名:cpp_package,并添加依赖:rclcpp std_msgs example_interfaces
ros2 pkg create --build-type ament_cmake cpp_package --dependencies rclcpp std_msgs example_interfaces
创建功能包名:py_package,并添加依赖:rclpy std_msgs example_interfaces
ros2 pkg create --build-type ament_python py_package --dependencies rclpy std_msgs example_interfaces
- 分享
- 举报
-
浏览量:347次2024-01-15 15:45:30
-
浏览量:860次2023-04-14 11:24:16
-
浏览量:5718次2020-11-25 09:49:19
-
浏览量:2057次2018-06-27 19:55:33
-
2023-04-18 08:55:43
-
浏览量:2898次2020-08-14 18:42:37
-
浏览量:1274次2024-02-20 10:27:52
-
浏览量:689次2024-02-27 18:09:40
-
浏览量:2236次2022-01-09 09:00:19
-
浏览量:816次2023-04-14 14:42:21
-
浏览量:2761次2018-09-08 16:03:33
-
浏览量:505次2024-01-15 14:55:43
-
浏览量:792次2023-06-03 16:08:12
-
2023-04-14 13:44:09
-
2023-04-14 13:55:03
-
浏览量:3300次2020-11-06 14:44:41
-
浏览量:634次2024-02-26 11:37:42
-
浏览量:2979次2020-11-21 16:48:04
-
浏览量:1741次2018-10-08 13:40:42
-
广告/SPAM
-
恶意灌水
-
违规内容
-
文不对题
-
重复发帖
四叶草~
感谢您的打赏,如若您也想被打赏,可前往 发表专栏 哦~
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明