Skip to content

Commit

Permalink
Working argos line of site in coms (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerferrara authored Mar 3, 2022
1 parent b167779 commit fafd1d8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
27 changes: 26 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ WORKDIR=$(shell dirname $(PATH_TO_MAKEFILE))
install-state-machine:
pip install -e $(WORKDIR)/mdis_state_machine

install: install-state-machine
$(SETUP); \
$(MAKE) -C $(WORKDIR)/coms install

test-state-machine: test-state-machine-explorer test-state-machine-relay

test-state-machine-explorer: install-state-machine
Expand All @@ -27,4 +31,25 @@ sim-gazebo:
roslaunch turtlebot3_gazebo multi_turtlebot3_all.launch

check-health:
source $(WORKDIR)/health-check.sh
source $(WORKDIR)/health-check.sh

argos-demo:
$(SETUP); \
argos3 -c $(WORKDIR)/coms/argos_bridge/argos_worlds/multi_robot_dan_maze.argos


gazebo-net-sim:
$(SETUP); \
roslaunch example gazebo.launch

argos-net-sim:
$(SETUP); \
roslaunch example argos.launch

coms-net:
$(SETUP); \
roslaunch coms net.launch

teleop-0:
$(SETUP); \
roslaunch turtlebot3_teleop demo.launch
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ esac
python -m pip install -U pip

# Install coms
make -f /root/catkin_ws/src/coms/Makefile install-coms
make -f /root/catkin_ws/src/Makefile install

# Obtain ROS environment variables
source /opt/ros/noetic/setup.bash
Expand Down
2 changes: 1 addition & 1 deletion turtlebot3_simulations

0 comments on commit fafd1d8

Please sign in to comment.