Problems encountered during ROS learning:
Err] [REST.cc:205] Error in REST request
Gazebo has been installed when ROS is installed. Use the following command to check whether the installation is successful, and open the gazebo simulation environment.
roslaunch gazebo_ros empty_world.launch
When opening gazebo in ROS for the first time, error will be report: Err] [REST.cc:205] Error in REST request
As shown in the figure below:
Solution:
It needs to be modified .ignition/fuel/config.yaml file
Open yaml file command:
sudo gedit ~/.ignition/fuel/config.yaml
Use # to comment out this code: url: https://api.ignitionfuel.org
Then add
url: https://api.ignitionrobotics.org
As shown in the following figure:
run the launch command again, and you will not see the above error warning.
roslaunch gazebo_ros empty_world.launch
Read More:
- Gazebo Error: Error in REST request [How to Solve]
- ROS Gazabo Error: [ERROR]: No p gain specified for pid. Namespace: /gazebo_ros_control/pid_gains/ ×65374;
- [Solved] “error_code“:500,“message“:“IO Error trying to forward REST request: java.net.ConnectException: Connection Refused
- [PX4 Bug] make px4_sitl gazebo Error: CMake Error: The following variables are used in this project
- How to Solve Gazebo code 127
- [Solved] HTTP Error 405.0-Method Not Allowed occurs in the Put operation of the REST service on IIS7.5
- Analysis of npm error ENOTFOUND npm ERR! network request to https://npm.***.com/*** failed and the role of the .npmrc file
- [Solved] Eureka related services Start Error: cannot execute request on any known server
- [Solved] .NetCore2.2 Upgrade to 3.1 Error: HTTP Error 500.37 – ANCM Failed to Start Within Startup Time
- ROS2 Navigation Run TurtleBot Simulator Error [Solved]
- MacOS Mojave uses SMB LAN share as backup disk of timemachine time machine. Disk does not support time machine backups. (error 45)
- [Solved] ROS Error: cannot launch node of type [octomap_server/octomap_server_node]:octomap_server
- ROS Error: Roslaunch got a ‘No such file or directory‘ error while attempting to run xterm -e gdb –args
- ROS package executes rosrun error: attributeerror: ‘thread’ object has no attribute ‘isalive‘
- CDH-hue : Could not start SASL: Error in sasl_client_start (-4) SASL(-4): no mechanism available
- Current request is not a multipart request [How to Solve]
- [Solved] ROS Error: Could NOT find move_base_msgs
- How to Solve “Status bar could not find cached time string image. Rendering in-process.” in Xcode
- [Solved] ROS sudo rosdep init error: could not be downloaded
- Notes on atom editor_ (11) Editor previews HTML page in real time (add in: atom HTML preview)