Modify the README for Gazebo-exercise by zenglei

This commit is contained in:
helius 2019-10-21 14:35:26 +08:00
parent ea61f64b94
commit 60ed7b54ff
1 changed files with 10 additions and 3 deletions

View File

@ -22,9 +22,16 @@
5、sudo make -jXX为编译时启用的线程数其根据CPU核心数确定不要超过CPU核心数
6、sudo make install
注意编译安装sdformat包后需要将sdformat包下sdf文件夹下1.*1.0、1.2、1.3、1.4、1.5、1.6)标签库拷贝到/usr/share/sdformat目录下。
二、编译与安装lievent
1、./autogen.sh
2、./configure
3、make -jX
4、sudo make install
注意若安装libevent过程中运行./autogen.sh时出现
./autogen.sh: 18: ./autogen.sh: aclocal: not found
错误则运行sudo apt-get install automake解决该错误
二、编译与安装Gazebo
、编译与安装Gazebo
1、cd gazebo
2、mkdir build
3、cd build
@ -34,7 +41,7 @@
注意利用cmake生成makefile期间可能会出现依赖库缺失的情况需要利用sudo apt install或源码编译安装方式进行依赖库的安装
、编译运行Hector_Quadrotor_Case四旋翼无人机仿真案例
、编译运行Hector_Quadrotor_Case四旋翼无人机仿真案例
1、cd Hector_Quadrotor_Case
2、catkin_make
3、source devel/setup.bash