mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 07:35:09 +00:00
update: new layout for teleop with middleware
This commit is contained in:
parent
8e980c2648
commit
42c22cf98c
@ -2,7 +2,7 @@ joy_node:
|
||||
ros__parameters:
|
||||
device_id: 0
|
||||
deadzone: 0.05
|
||||
autorepeat_rate: 50.0
|
||||
#autorepeat_rate: 50.0
|
||||
coalesce_interval: 0.001 # merging messeges in this interval
|
||||
|
||||
teleop_node:
|
||||
|
@ -229,7 +229,7 @@
|
||||
<joint name="lidar_joint" type="fixed">
|
||||
<parent link="base_link"/>
|
||||
<child link="laser_frame"/>
|
||||
<origin xyz="${-0.08} 0 ${chassis_height + 0.030}" rpy="0 0 ${pi}"/>
|
||||
<origin xyz="${0.070-0.155} 0 ${chassis_height + 0.030}" rpy="0 0 ${pi}"/>
|
||||
</joint>
|
||||
|
||||
|
||||
|
@ -65,7 +65,7 @@ def generate_launch_description():
|
||||
package="twist_mux",
|
||||
executable="twist_mux",
|
||||
parameters=[twist_mux_params, {'use_sim_time': False}],
|
||||
#remappings=[('/cmd_vel_out','/diffbot_base_controller/cmd_vel_unstamped')]
|
||||
remappings=[('/cmd_vel_out','/cmd_vel_mux')]
|
||||
)
|
||||
|
||||
rmp_teleop_node = Node(
|
||||
|
@ -185,7 +185,7 @@
|
||||
<joint name="lidar_joint" type="fixed">
|
||||
<parent link="base_link"/>
|
||||
<child link="laser_frame"/>
|
||||
<origin rpy="0 0 3.141592653589793" xyz="-0.08 0 0.18"/>
|
||||
<origin rpy="0 0 3.141592653589793" xyz="-0.08499999999999999 0 0.18"/>
|
||||
</joint>
|
||||
<link name="laser_frame">
|
||||
<visual>
|
||||
|
Loading…
Reference in New Issue
Block a user