1
0
Fork 0

update run script

main
ray 2024-03-12 01:07:53 +00:00
parent 97734979dc
commit 87a0244495
7 changed files with 20 additions and 0 deletions

Binary file not shown.

0
Code/MowingRobot/pibot_ros/pibot_init_env.sh Normal file → Executable file
View File

View File

@ -0,0 +1,4 @@
#!/bin/bash
cd ~/pibot_ros/ros_ws/
source ./devel/setup.bash
roslaunch pibot_bringup bringup_with_imu.launch

View File

@ -0,0 +1,4 @@
#!/bin/bash
cd ~/pibot_ros/ros_ws/
source ./devel/setup.bash
rosrun upbot_location rpbot_location_node

View File

@ -0,0 +1,4 @@
#!/bin/bash
cd ~/pibot_ros/ros_ws/
source ./devel/setup.bash
roslaunch ipa_room_exploration room_exploration_client.launch

View File

@ -0,0 +1,4 @@
#!/bin/bash
cd ~/pibot_ros/ros_ws/
source ./devel/setup.bash
roslaunch ipa_room_exploration room_exploration_action_server.launch

View File

@ -0,0 +1,4 @@
#!/bin/bash
cd ~/pibot_ros/ros_ws/
source ./devel/setup.bash
rosrun upbot_vision main