Skip to content

Commit

Permalink
Add ctd_multimaster
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kurenkov committed May 7, 2018
1 parent 6f1b942 commit e1048a1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
*.log
*.bag.active
*.bag
*.bag.orig.active
*.bag.orig.orig.active

the_fucking_map_bug.bag
eurobot/bag
last_time
8 changes: 8 additions & 0 deletions eurobot/ctd_multimaster
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
source /opt/ros/kinetic/setup.bash
source ~/catkin_ws/devel/setup.bash
sleep 1s
while true; do
roslaunch eurobot central_tracking_device.launch color:=$1
sleep 1s
done
3 changes: 2 additions & 1 deletion eurobot/secondary_robot_multimaster
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

date1=`python2 /home/odroid/catkin_ws/src/ros-eurobot-2018/scripts/make_older.py`
date +%Y%m%d%T -s $date1
source /opt/ros/kinetic/setup.bash
source ~/catkin_ws/devel/setup.bash
#export ROS_IP=192.168.88.242
Expand Down

0 comments on commit e1048a1

Please sign in to comment.