Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete spare params of sentry #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions launch/sentry.launch
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<launch>
<arg name="robot_type" default="$(env ROBOT_TYPE)" doc="Robot type [standard, hero, engineer]"/>
<arg name="load_controller" default="true"/>
<arg name="imu_trigger" default="$(env IMU_TRIGGER)" doc="Bool"/>
<arg name="hw_name" default="$(env HW_NAME)" doc="Hw name [rm_can_hw, rm_ecat_hw]"/>

<rosparam file="$(find rm_dbus)/config/dbus.yaml" command="load"/>
Expand All @@ -10,11 +9,6 @@
<include file="$(find rm_config)/launch/$(env HW_NAME).launch">
</include>

<include file="$(find rm_config)/launch/vision/camera.launch">
<arg name="imu_trigger" value="$(arg imu_trigger)"/>
</include>
<include file="$(find rm_config)/launch/vision/vision_loader.launch"/>

<include file="$(find rm_fsm)/launch/load.launch">
</include>
<include file="$(find rm_config)/launch/referee.launch"/>
Expand Down
2 changes: 0 additions & 2 deletions scripts/auto_start/environment/sentry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ export IMU_TRIGGER=true
export HW_NAME=rm_can_hw
export LAUNCH=sentry
export PLANNER_TYPE=pid_planner_params
export IMU_TRIGGER=true
export HW_NAME=rm_can_hw
# camera
export MVCAM_SDK_PATH=/opt/MVS
export MVCAM_COMMON_RUNENV=/opt/MVS/lib
Expand Down