Skip to content

Commit

Permalink
Updating runtime stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Emerson Knapp <[email protected]>
  • Loading branch information
emersonknapp committed May 3, 2020
1 parent ac5c08d commit d4d38f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions brains/systemd/robot_runtime.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ ExecStart=/usr/bin/docker-compose up

[Install]
WantedBy=default.target
WantedBy=multi-user.target
2 changes: 1 addition & 1 deletion ros/crossbuild
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
ros_cross_compile $(pwd) -a aarch64 -o ubuntu -d eloquent --colcon-defaults runtime.yaml
ros_cross_compile $(pwd) --skip-rosdep-collection -a aarch64 -o ubuntu -d eloquent --colcon-defaults runtime.yaml
10 changes: 6 additions & 4 deletions ros/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
version: '3'
services:
kojet:
image: "192.168.1.11:5000/kojet-runtime"
image: robot_runtime
privileged: true
volumes:
- ~/install_aarch64:/ws
- /home/homey/data:/ros_ws/data
- /home/homey/install_aarch64:/ros_ws/install
- /dev:/dev
working_dir: /ws
entrypoint: /bin/bash -c "source setup.bash && ros2 launch robot_runtime robot_runtime.launch.py"
entrypoint: /bin/bash -c "source install/setup.bash && ros2 launch robot_runtime robot_runtime.launch.py map_path:=/ros_ws/data/dillon.yaml nav:=true"
tty: yes
network_mode: host

0 comments on commit d4d38f8

Please sign in to comment.