-
Notifications
You must be signed in to change notification settings - Fork 16
Emulating AR drone 2 in Rviz
Balaji-Gorantla edited this page Jul 5, 2017
·
3 revisions
Make sure you have installed tum_simulator as we will be using the urdf model given there.
roscd cvg_sim_gazebo
cd urdf
subl quadrotor_base.urdf.xacro
In the file change all instances of base_link to ardrone_base_link. This is currently a hack as now the drone will not be shown in the simulation. As soon as a better way is found wiki will be updated.
roslaunch ardrone_autonomy ardrone.launch
rosrun drone_application ardrone_teleop_key.py _aruco_front:=false
roslaunch cvg_sim_gazebo spawn_quadrotoer.launch
rosrun rviz rviz
Go through the video tutorials on Emulating real ar drone in rviz
- Home
- Installation
- ArUco marker based stabalisation using PID
- Aligning drone with the marker 1.Aligning with aruco marker 2.Aligning with whycon marker
- Setup ArUco mapping package
- Emulating AR drone 2 in Rviz
- Mapping a simulated environment using Turtlebot and octomap
- 3D Navigation of Drone (Using MoveIt!)