Navigation

    蓝鲸ROS机器人论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Popular
    ROS交流群
    ROS Group
    产品服务
    Product Service
    开源代码库
    Github
    官网
    Official website
    技术交流
    Technological exchanges
    激光雷达
    LIDAR
    ROS教程
    ROS Tourials
    深度学习
    Deep Learning
    机器视觉
    Computer Vision

    Galileo API 日志过大导致系统错误的解决方法

    产品服务
    1
    1
    484
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • weijiz
      weijiz last edited by

      首先删除日志文件

      rm /home/xiaoqiang/Documents/ros/src/galileo_api/galileo/galileo.log
      

      然后更新系统

      sudo apt update
      

      如果出现错误,可能是由于软件源太老的原因,需要更新软件源

      sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
      
      sudo apt update
      

      执行系统更新指令

      sudo apt-fast upgrade -y
      

      更新完成后开始更新机器人软件,如果失败可以多次尝试,可能由于网络原因下载失败。

      bwupdate
      

      更新成功后重启服务

      sudo service mongodb restart
      sudo service startup restart
      

      现在机器人应该恢复正常状态了。

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright © 2015-2021 BlueWhale community