Skip to content

Commit

Permalink
[temp] Configure patio
Browse files Browse the repository at this point in the history
  • Loading branch information
eigendude committed Oct 15, 2024
1 parent 7b126f9 commit fb95039
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion oasis_control/config/systemd/oasis_control.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ After=network.target
# TODO: Better way to define this
#

User=garrett
User=ubuntu

#
# ROS 2 configuration
Expand Down
2 changes: 1 addition & 1 deletion oasis_drivers_cpp/src/ros/CecServerNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace
{
constexpr const char* NODE_NAME = "cec_server";

constexpr const char* MACHINE_NAME = "zotac"; // TODO
constexpr const char* MACHINE_NAME = "patio"; // TODO

constexpr const char* POWER_EVENT_TOPIC = "power_event";
constexpr const char* POWER_CONTROL_SERVICE = "power_control";
Expand Down
2 changes: 1 addition & 1 deletion oasis_drivers_py/config/systemd/oasis_drivers.service
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Environment=RMW_IMPLEMENTATION=rmw_fastrtps_dynamic_cpp
# Path configuration
#

Environment=OASIS_ENV=/opt/ros/${ROS2_DISTRO}/setup.bash
Environment=OASIS_ENV=/home/${USER}/Documents/ros-ws/src/oasis/ros-ws/oasis-${ROS2_DISTRO}/install/setup.bash

#
# Service definition
Expand Down
2 changes: 1 addition & 1 deletion oasis_perception/config/systemd/oasis_perception.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ After=network.target
# TODO: Better way to define this
#

User=garrett
User=ubuntu

#
# ROS 2 configuration
Expand Down
2 changes: 1 addition & 1 deletion oasis_visualization/config/systemd/kodi_visualizer.service
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Wants=network-online.target
# TODO: Better way to define this
#

User=garrett
User=ubuntu
Environment=XDG_RUNTIME_DIR=/run/user/1000

#
Expand Down

0 comments on commit fb95039

Please sign in to comment.