上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 39 下一页
摘要: 1、问题: "This error occurs when the timestamps of the sensor messages that are received differ more than 1 second. This is probably an indication of tim 阅读全文
posted @ 2019-07-18 10:59 玥茹苟 阅读(1013) 评论(0) 推荐(0) 编辑
摘要: 1、.bag文件转.txt 将file_name.bag文件中topic_name话题的消息转换到Txt_name.txt文件中: rostopic echo -b file_name.bag -p /topic_name > Txt_name.txt 2、rosbag remap rosbag p 阅读全文
posted @ 2019-07-16 10:40 玥茹苟 阅读(1769) 评论(0) 推荐(0) 编辑
摘要: 话题录制: 录制所有发布出来的话题,此时默认将话题保存在一个以当时时间戳命名的文件夹中: $ rosbag record -a1 录制指定话题: $ rosbag record /topic1 /topic121 话题回放: 基本功能: $ rosbag play <your bagfile nam 阅读全文
posted @ 2019-07-16 09:11 玥茹苟 阅读(2432) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get update sudo apt-get install ros-melodic-xsens-driver 设置数据输出: // 输出四元数,加速度、角速度、地磁 python mtdevice.py --configure "oq,aa,wr,mf" 参考: http:// 阅读全文
posted @ 2019-07-15 11:12 玥茹苟 阅读(678) 评论(0) 推荐(0) 编辑
摘要: W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://pac 阅读全文
posted @ 2019-07-15 10:48 玥茹苟 阅读(1403) 评论(0) 推荐(0) 编辑
摘要: ubuntu中默认的Python版本是Python2.X,但是现在Python的最新版本是Python3.X。 那么怎么修改ubutun系统默认的Python解释器呢? 如果没有安装,则使用以下命令安装: sudo apt-get install python3 阅读全文
posted @ 2019-07-11 20:25 玥茹苟 阅读(284) 评论(0) 推荐(0) 编辑
摘要: Ubuntu-18.04Python2与Python3自由切换 阅读目录(Content) 一、配置ssh链接 二、安装Python3及pip3 三、将Python3设置为默认 python2切换python3 验证 Python3切换至Python2 Python2切换至Python3 回到顶部(go to top) 一、配置ssh链接 安装openssh-server devops@de... 阅读全文
posted @ 2019-07-10 16:52 玥茹苟 阅读(1169) 评论(0) 推荐(0) 编辑
摘要: 在终端中,输入以下命令: sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/ wget -q -O - https://dl.google.com/linux/linux_sign 阅读全文
posted @ 2019-07-10 10:23 玥茹苟 阅读(134) 评论(0) 推荐(0) 编辑
摘要: catkin nav_msgs pcl_conversions pcl_ros roscpp rospy sensor_msgs std_msgs tf2_msgs geometry_msgs message_generation cv_bridge image_transport nav_msgs pcl_conversions... 阅读全文
posted @ 2019-07-02 11:28 玥茹苟 阅读(1623) 评论(0) 推荐(0) 编辑
摘要: 参考: http://wiki.ros.org/imu_tools 阅读全文
posted @ 2019-06-26 17:31 玥茹苟 阅读(1110) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 39 下一页