ROS Gazebo的几个问题

Posted scruffybear

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ROS Gazebo的几个问题相关的知识,希望对你有一定的参考价值。

文章目录

问题1

找不到JointTrajectoryController,报错如下:
Could not load controller, JointTrajectoryController does not exist

解决:
进行安装:

sudo apt-get install ros*controller*

问题2

报错:
process has died [pid 20978, exit code 255, cmd /opt/ros/melodic/lib/gazebo_ros/gzserver -e ode /home/aditya/catkin_ws/src/my_simulations/world/empty_world.world __name:=gazebo __log:=

解决:

killall gzserver 
killall gzclient

问题3

报错:
Error "context mismatch in svga_sampler_view_destroy" running GUI programs on Ubuntu in a VM

解决:

$ echo "export SVGA_VGPU10=0" >> ~/.bashrc

也可以在VMWare中进行以下设置:
Accelerate 3D Graphics设置为无效

问题4

报错:
No shadows or lights in Gazebo
没有阴影,还没找到解决办法,

Reference

Error “context mismatch in svga_sampler_view_destroy” running GUI programs on Ubuntu in a VM
Gazebo: Could not load controller, JointTrajectoryController does not exist (Mastering ROS chapter 10)
process has died pid 20978, exit code 255, cmd /opt/ros/melodic/lib/gazebo_ros/gzserver -e ode /home/aditya/catkin_ws/src/my_simulations/world/empty_world.world __name:=gazebo __log:=
No shadows or lights in Gazebo

以上是关于ROS Gazebo的几个问题的主要内容,如果未能解决你的问题,请参考以下文章

12.27-ros-gazebo基础

解决ROS中gazebo卡在Waiting for service /gazebo/spawn_urdf_model

ROS Gazebo使用解析

ROS和Gazebo进行机器人仿真

ROS Gazebo的几个问题

12.29-ros-gazebo高级