forked from ZJU-FAST-Lab/Fast-Drone-250
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Your Name
committed
Mar 29, 2022
1 parent
7cbd67f
commit 55b5cf3
Showing
10 changed files
with
52 additions
and
7 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor & sleep 1; | ||
cat /proc/cpuinfo |grep MHz|uniq & sleep 1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rostopic pub -1 /px4ctrl/takeoff_land quadrotor_msgs/TakeoffLand "takeoff_land_cmd: 2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
catkin_make --pkg quadrotor_msgs -DCMAKE_BUILD_TYPE=Release | ||
catkin_make -DCMAKE_BUILD_TYPE=Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
rosbag record --tcpnodelay \ | ||
/vins_estimator/extrinsic \ | ||
/vins_estimator/keyframe_point \ | ||
/vins_estimator/keyframe_pose \ | ||
/vins_estimator/margin_cloud \ | ||
/vins_estimator/odometry \ | ||
/vins_fusion/camera_pose \ | ||
/vins_fusion/camera_pose_visual \ | ||
/vins_fusion/extrinsic \ | ||
/vins_fusion/image_track \ | ||
/vins_fusion/imu_propagate \ | ||
/vins_fusion/key_poses \ | ||
/vins_fusion/keyframe_point \ | ||
/vins_fusion/keyframe_pose \ | ||
/vins_fusion/margin_cloud \ | ||
/vins_fusion/odometry \ | ||
/vins_fusion/path \ | ||
/vins_fusion/point_cloud | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
rosbag record --tcpnodelay \ | ||
/drone_0_ego_planner_node/goal_point \ | ||
/ego_planner_node/global_list \ | ||
/drone_0_ego_planner_node/optimal_list \ | ||
/ego_planner_node/a_star_list \ | ||
/drone_0_ego_planner_node/init_list \ | ||
/drone_0_odom_visualization/path \ | ||
/drone_0_ego_planner_node/grid_map/occupancy_inflate \ | ||
/drone_0_odom_visualization/robot \ | ||
/vins_fusion/path \ | ||
/vins_fusion/odometry \ | ||
/camera/infra1/image_rect_raw \ | ||
/position_cmd \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
sudo chmod 777 /dev/ttyACM0 & sleep 2; | ||
roslaunch realsense2_camera rs_camera.launch & sleep 10; | ||
roslaunch mavros px4.launch & sleep 10; | ||
roslaunch vins fast_drone_250.launch | ||
wait; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
sudo cpufreq-set -g performance | ||
sudo chmod 777 /dev/ttyACM0 & sleep 2; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rostopic pub -1 /px4ctrl/takeoff_land quadrotor_msgs/TakeoffLand "takeoff_land_cmd: 1" |