
ROS
JoannaJuanCV
研究方向:图像处理、立体视觉、3D重建;人脸识别等,专注于计算机视觉在无人机和机器人领域的研究和应用。
展开
-
ros录制bag并回放
S1:启动cd catkin_wssource ./devel/setup.shroslaunch iris_camera run.launch image_mode:=rgb_depthS2:录制rosbag record /cam2/image_depth /cam2/pseudo_color /cam3/trichromaticS3:回放roscorero...原创 2019-08-07 10:01:56 · 873 阅读 · 0 评论 -
解决ROS系统 rosdep update超时问题的新方法
参考:https://blog.youkuaiyun.com/leida_wt/article/details/115120940转载 2022-01-06 09:07:17 · 372 阅读 · 0 评论 -
ubuntu16.04 ERROR: cannot download default sources list from: https://raw.githubusercontent.com/ros/
报错:joanna@joanna-System-Product-Name:~$ sudo rosdep init[sudo] password for joanna: ERROR: cannot download default sources list from:https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.listWebsite may be down.解决办法原创 2022-01-05 11:10:03 · 1072 阅读 · 0 评论 -
ubuntu16.04 sudo rosdep init 报错 The ‘rosdep==0.21.0‘ distribution was not found
在我安装完ros-kinetic版本之后,需要进行初始化sudo rosdep init这个时候系统报了一个错误信息提示我某样东西没有安装 raise DistributionNotFound(req, requirers)pkg_resources.DistributionNotFound: The 'rosdep==0.21.0' distribution was not found and is required by the application报错原因:ubuntu 默认原创 2022-01-05 10:59:25 · 2516 阅读 · 1 评论 -
ROS Gazebo安装
Install Gazebo using Ubuntu packages1. One-line installInstall:wget -O /tmp/gazebo6_install.sh http://osrf-distributions.s3.amazonaws.com/gazebo/gazebo6_install.sh; sudo sh /tmp/gazebo6_install...原创 2018-11-24 12:48:49 · 1715 阅读 · 0 评论 -
运行gazebo,报错“VMware: vmw_ioctl_command error Invalid argument.”
在终端下设置环境变量为0export SVGA_VGPU10=0之后即可运行gazebo 或者roscore & rosrun gazebo_ros gazebo OpenGL support can be disabled by setting the environment variable SVGA_VGPU10=0.Gazebo starts now and ru...原创 2018-11-24 12:52:09 · 916 阅读 · 2 评论