Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<!DOCTYPE devices PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="cer_odometry_nws_ros2" type="odometry2D_nws_ros2">
<param name="topic_name"> /odometry </param>
<param name="node_name"> cer_odometry_nws_ros2 </param>
<param name="base_frame"> mobile_base_body_link </param>
<param name="odom_frame"> odom </param>
<param name="namespace"> ${portprefixnoslash} </param>
<param name="node_name"> cer_odometry_nws_ros2 </param>
<param name="topic_name"> ${portprefix}/odometry </param>
<param name="base_frame"> ${portprefixnoslash}/mobile_base_body_link </param>
<param name="odom_frame"> ${portprefixnoslash}/odom </param>

<action phase="startup" level="10" type="attach">
<param name="device"> cer_odometry </param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<device xmlns:xi="http://www.w3.org/2001/XInclude" name="cbw_ros2" type="controlBoard_nws_ros2">
<param name="node_name"> ros2_cb_node </param>
<param extern-name="cbw_ros2_msgs_name" name="msgs_name"> ros2_cb_msgs </param>
<param name="topic_name"> /joint_states </param>
<param name="topic_name"> ${portprefix}/joint_states </param>
<param name="namespace"> ${portprefixnoslash} </param>
<action phase="startup" level="10" type="attach">
<param name="device"> cer_all_joints_mc_remapper </param>
</action>
Expand Down
5 changes: 3 additions & 2 deletions urdf/R1Mk3/conf/wrappers/sensors/lidar_double_nws_ros2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="lidarWrapROS2" type="rangefinder2D_nws_ros2">
<param name="period"> 0.01 </param>
<param name="namespace"> ${portprefixnoslash} </param>
<param name="node_name"> rangefinder_ros2_node </param>
<param name="topic_name"> /laser </param>
<param name="frame_id"> mobile_base_double_lidar </param>
<param name="topic_name"> ${portprefix}/laser </param>
<param name="frame_id"> ${portprefixnoslash}/mobile_base_double_lidar </param>
<action phase="startup" level="10" type="attach">
<paramlist name="networks">
<elem name="cer_laser"> laser_double </elem>
Expand Down
11 changes: 6 additions & 5 deletions urdf/R1Mk3/conf/wrappers/sensors/rgbd_camera_nws_ros2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="depthWrapY" type="rgbdSensor_nws_ros2">
<param name="period">0.033</param>
<param name="color_topic_name"> /camera_rgbd/color/image_rect_color </param>
<param name="depth_topic_name"> /camera_rgbd/depth/image_rect </param>
<param name="color_frame_id"> depth_center </param>
<param name="depth_frame_id"> depth_center </param>
<param name="node_name"> rgbdsensor_ros_node </param>
<param name="namespace"> ${portprefixnoslash} </param>
<param name="color_topic_name"> ${portprefix}/camera_rgbd/color/image_rect_color </param>
<param name="depth_topic_name"> ${portprefix}/camera_rgbd/depth/image_rect </param>
<param name="color_frame_id"> ${portprefixnoslash}/depth_center </param>
<param name="depth_frame_id"> ${portprefixnoslash}/depth_center </param>
<param name="node_name"> rgbdsensor_ros_node </param>
<action phase="startup" level="5" type="attach">
<paramlist name="networks">
<elem name="the_device"> depthcamera_plugin_device </elem>
Expand Down