在github上最热门好评高的ROS相关功能包

在github上最热门最受欢迎的ROS相关功能包

下面依次列出,排名不分先后:

1  Simulation Tools In ROS

@ros-simulation

https://github.com/ros-simulation

2  ROS-Industrial

@ros-industrial

https://github.com/ros-industrial

3  ROS Perception: where standard perception stuff is maintained

@ros-perception
https://github.com/ros-perception

4  ros-visualization

@ros-visualization
https://github.com/ros-visualization

5  ROS core stacks

@ros
https://github.com/ros

6  ROS 2.0

@ros2
https://github.com/ros2

7  ROS Planning

@ros-planning
https://github.com/ros-planning

8  ROS device drivers

@ros-drivers
https://github.com/ros-drivers

------------------------------------------------------------------------


https://github.com/pirobot

@intel-ros

https://github.com/intel-ros


https://github.com/robopeak

@introlab

https://github.com/introlab

@hbrobotics

https://github.com/hbrobotics

@AutonomyLab

https://github.com/AutonomyLab

@code-iai

https://github.com/code-iai


https://github.com/felixendres

@tum-vision

https://github.com/tum-vision


https://github.com/AaronMR


Ubuntu系统上克隆GitHub上的ROS(Robot Operating System)功能通常涉及到几个步骤: 1. **安装必要的工具**: 首先确保已经安装了Git和ROS的基本环境。你可以通过命令行运行以下命令来更新软件列表并安装Git: ``` sudo apt update sudo apt install git ros-<distro>-desktop ``` 其中`<distro>`是你Ubuntu系统的ROS发行版代号,如melodic、noetic等。 2. **克隆GitHub仓库**: 使用`git clone`命令从GitHub复制仓库到本地,例如要克隆名为`my_ros_package`的仓库: ``` git clone https://github.com/user/my_ros_package.git ``` 将`https://github.com/user/my_ros_package.git`替换为你实际的GitHub地址。 3. **切换到ROS工作空间**: 进入ROS的工作空间(如果还没有创建),然后创建一个新的ROS(如果你的仓库不是一个完整的ROS,需要手动将它转换为ROS结构): ``` cd ~/ros_workspace mkdir -p src/my_ros_package cd src/my_ros_package catkin_init_workspace ``` 4. **将源码添加至工作区**: 添加刚刚克隆的仓库到`.bashrc`文件中,以便在每次打开新终端时自动激活工作区: ```bash echo "source /opt/ros/<distro>/setup.bash" >> ~/.bashrc echo "export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:`pwd`/.." >> ~/.bashrc source ~/.bashrc ``` 5. **构建和安装**: 现在可以在工作区中构建并安装新的: ``` cd .. catkin_make sudo -H pip install -e . ``` 6. **测试**: 后,确认是否成功安装并在ROS环境中运行相应的测试。
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

zhangrelay

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值