Skip to content

Commit

Permalink
Merge branch 'small_fixes' of github.com:tue-robotics/hero_bringup in…
Browse files Browse the repository at this point in the history
…to small_fixes
  • Loading branch information
LarsJanssenTUe committed Apr 23, 2019
2 parents 798f02c + 36349de commit e34ebac
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
5 changes: 2 additions & 3 deletions launch/hero_bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,8 @@
<arg name="robot_name" value="$(arg robot_name)"/>
</include>

<!-- whole timeopt filter -->
<include file="$(find hsrb_timeopt_ros)/launch/hsrb_timeopt_filter.launch">
</include>
<!-- whole timeopt filter -->
<include file="$(find hsrb_timeopt_ros)/launch/hsrb_timeopt_filter.launch" />

<!-- Finger impedance control in whole body -->
<remap from="/hsrb/joint_states" to="$(arg namespace)/joint_states" />
Expand Down
6 changes: 3 additions & 3 deletions launch/simulation/gazebo.launch
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
<remap from="/hsrb/command_suction" to="$(arg namespace)/command_suction" />

<!-- Torso controller -->
<!-- This should be remapped, but the topics/services disappear when doing it
<remap from="/hsrb/mimic_controller/pid_gains/torso_lift_joint" to="$(arg namespace)/mimic_controller/pid_gains/torso_lift_joint" />
-->
<remap from="/hsrb/mimic_controller/pid_gains/torso_lift_joint/parameter_descriptions" to="$(arg namespace)/mimic_controller/pid_gains/torso_lift_joint/parameter_descriptions" />
<remap from="/hsrb/mimic_controller/pid_gains/torso_lift_joint/parameter_updates" to="$(arg namespace)/mimic_controller/pid_gains/torso_lift_joint/parameter_updates" />
<remap from="/hsrb/mimic_controller/pid_gains/torso_lift_joint/set_parameters" to="$(arg namespace)/mimic_controller/pid_gains/torso_lift_joint/set_parameters" />

<!-- Wrist -->
<remap from="/hsrb/wrist_wrench/raw" to="$(arg namespace)/wrist_wrench/raw" />
Expand Down
12 changes: 11 additions & 1 deletion scripts/openpose.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,14 @@ WantedBy=multi-user.target
[Service]
User=amigo
Restart=on-abort
ExecStart=/bin/bash -c 'source /home/amigo/.tue/setup.bash && export PATH=/usr/local/cuda/bin:$PATH && export LD_LIBRARY_PATH=/usr/local/cuda/lib64$:$LD_LIBRARY_PATH && rosrun image_recognition_openpose openpose_node _net_input_width:=368 _net_input_height:=368 _net_output_width:=368 _net_output_height:=368 _model_folder:=/home/amigo/openpose/models/ __ns:=hero/openpose image:=/hero/head_rgbd_sensor/rgb/image_raw'
ExecStart=/bin/bash -c 'source /home/amigo/.tue/setup.bash \
&& export PATH=/usr/local/cuda/bin:$PATH \
&& export LD_LIBRARY_PATH=/usr/local/cuda/lib64$:$LD_LIBRARY_PATH \
&& rosrun image_recognition_openpose openpose_node \
_net_input_width:=368 \
_net_input_height:=368 \
_net_output_width:=368 \
_net_output_height:=368 \
_model_folder:=/home/amigo/openpose/models/ \
__ns:=hero/openpose \
image:=/hero/head_rgbd_sensor/rgb/image_raw'

0 comments on commit e34ebac

Please sign in to comment.