-
Notifications
You must be signed in to change notification settings - Fork 0
stoneeve415/Volleyball-simulation-platform-based-on-quadrotor-UAV
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
$ sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
$ sudo apt-get update
$ sudo apt-get install ros-kinetic-desktop-full
$ sudo rosdep init
$ rosdep update
$ echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc
$ source ~/.bashrc
$ sudo apt-get install python-rosinstall python-rosinstall-generator python-wstool build-essential
终端输入roscore(若出现 started core service [/rosout] 则说明安装成功)
安装网址:http://wiki.ros.org/kinetic/Installation/Ubuntu $ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws
$ catkin_make (编译)
$ source devel/setup.bash
$ cd ~/catkin_ws/src
$ git clone https://github.com/AutonomyLab/ardrone_autonomy.git -b SDK2
$ catkin_make (编译)
$ source devel/setup.bash
$ cd ~/catkin_ws/src
$ git clone https://github.com/iolyp/ardrone_simulator_gazebo7
$ catkin_make (编译)
$ source devel/setup.bash
$ cd ~/catkin_ws
$ source devel/setup.bash
$ roslaunch cvg_sim_gazebo ardrone_testworld.launch
注意:若3、4中出现编译错误,即不能完成编译的情况下,运行以下代码:
$ sudo apt-get install ros-kinetic-ardrone-autonomy
1.put the volleyball_fira/models to your folder home/.gazebo,put volleyball_fira/ardrone_volley to your workspace
2.update the related model file volleyball_fira/ardrone_volley/models(some model I just use the absolute path ,so you should update it to your own path)
3.run roslaunch ardrone_volley ardrone_volleyball.launch
4.run python Game.py to start up
5.run teamA.py to ready
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published