
ROS
程序员小群
技术之路最公平也最残酷的原因是:没有捷径!需要日积月累的积累,以及对技术持久的热情!!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
setup.py install is deprecated. Use build and pip and other standards-based tools.
https://answers.ros.org/question/396439/setuptoolsdeprecationwarning-setuppy-install-is-deprecated-use-build-and-pip-and-other-standards-based-tools/原创 2023-02-15 11:36:12 · 4262 阅读 · 2 评论 -
ROS:*.bag.active恢复
https://blog.youkuaiyun.com/u012348774/article/details/81559370问题描述在使用rosbag record 主题来保存bag包的时候,往往会生成以.bag.active为后缀的文件,而只有将之恢复成正常的以”.bag”为后缀的包,我们才能正常进行rosbag play等操作。解决方案:①切换到xxx.bag.active文件所在的目录下;②命令行输入rosbag reindex xxx.bag.active;③输入rosbag fix转载 2021-09-01 10:41:33 · 2193 阅读 · 0 评论 -
【ROS】Ubuntu18.04安装ROS后初始化sudo rosdep init时出错pkg_resources.DistributionNotFound: The ‘rosdep==0.20.0‘
https://blog.youkuaiyun.com/moX980/article/details/110316752【ROS】Ubuntu18.04安装ROS后初始化sudo rosdep init时出错“pkg_resources.DistributionNotFound: The ‘rosdep==0.20.0’ distribution was not found and is required by the application”出错信息:错误分析:这是因为ROS默认为python2,而转载 2021-07-03 15:33:08 · 512 阅读 · 0 评论