all sh push
parent
8c855770fc
commit
800f137115
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cd ~/pibot_ros/ros_ws/
|
||||||
|
source ./devel/setup.bash
|
||||||
|
roslaunch pibot_bringup bringup_with_imu.launch
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cd ~/project/projectCarLocation
|
||||||
|
source ./devel/setup.bash
|
||||||
|
rosrun ros_merge_test ros_merge_test_node
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cd ~/project/projectPDR
|
||||||
|
source ./devel/setup.bash
|
||||||
|
rosrun ros_merge_test ros_merge_test_node
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cd ~/pibot_ros/ros_ws/
|
||||||
|
source ./devel/setup.bash
|
||||||
|
roslaunch ipa_room_exploration room_exploration_client.launch
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cd ~/pibot_ros/ros_ws/
|
||||||
|
source ./devel/setup.bash
|
||||||
|
roslaunch ipa_room_exploration room_exploration_action_server.launch
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cd ~/obj_dec/
|
||||||
|
source ./devel/setup.bash
|
||||||
|
rosrun rknn_yolov5_demo main
|
Loading…
Reference in New Issue