当前位置:网站首页>从ros1到ros2配置的一些东西
从ros1到ros2配置的一些东西
2022-07-02 09:32:00 【萧易风船长】
从ros1转到ros2还是比较快的
官方文档还是很详细的:
(foxy)https://docs.ros.org/en/foxy/Installation/Ubuntu-Install-Debians.html
(eloquent)https://docs.ros.org/en/eloquent/index.html#
稍微注意一下下面的:
1、.bashrc中 ros路径需要改一下,我的noetic需要改成foxy(ubuntu20.04)
2、colcon似乎没有帮安装,需要自行安装sudo apt-get install python3-colcon-common-extensions
边栏推荐
- TIPC Getting Started6
- Verilog 和VHDL有符号数和无符号数相关运算
- TIPC Cluster5
- 二叉树专题--洛谷 P1229 遍历问题(乘法原理 已知前、后序遍历求中序遍历个数)
- js中给数组添加元素的方法有哪些
- 金山云——2023届暑期实习
- TIPC addressing 2
- Special topic of binary tree -- Logu p1229 traversal problem (the number of traversals in the middle order is calculated when the pre and post order traversals of the multiplication principle are know
- 二叉树专题--AcWing 47. 二叉树中和为某一值的路径(前序遍历)
- Mongodb learning and sorting (condition operator, $type operator, limit() method, skip() method and sort() method)
猜你喜欢

QT learning diary 7 - qmainwindow

Special topic of binary tree -- acwing 18 Rebuild the binary tree (construct the binary tree by traversing the front and middle order)
![Luogu p5536 [xr-3] core city (greed + tree DP looking for the center of the tree)](/img/dc/2aa55c9b3f23c292820a56ea72fedd.png)
Luogu p5536 [xr-3] core city (greed + tree DP looking for the center of the tree)

Special topic of binary tree -- acwing 1497 Traversal of the tree (use post and mid order traversal to build a binary tree)

Overview of integrated learning

实验电镜距离测量之Matlab处理

TIPC 寻址2

I STM32 development environment, keil5/mdk5.14 installation tutorial (with download link)

tidb-dm报警DM_sync_process_exists_with_error排查

QT学习日记7——QMainWindow
随机推荐
K-d tree and octree of PCL
Leetcode 182 Find duplicate email (2022.07.01)
Why does LabVIEW lose precision in floating point numbers
ctf 记录
洛谷 P5536 【XR-3】核心城市(贪心 + 树形 dp 寻找树的中心)
TIPC 寻址2
Special topic of binary tree -- acwing 1497 Traversal of the tree (use post and mid order traversal to build a binary tree)
华为快应用中如何实现同时传递事件对象和自定义参数
tidb-dm报警DM_sync_process_exists_with_error排查
What are the software product management systems? Inventory of 12 best product management tools
TIPC protocol
Common methods of JS array
ImportError: cannot import name ‘Digraph‘ from ‘graphviz‘
从攻击面视角,看信创零信任方案实践
QT学习日记7——QMainWindow
Overview of integrated learning
Thanos Receiver
PCL extracts a subset from a point cloud
How to use ide to automatically sign and debug Hongmeng application
二叉树专题--洛谷 P3884 [JLOI2009]二叉树问题(dfs求二叉树深度 bfs求二叉树宽度 dijkstra求最短路)