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

Concert common rapps #61

Merged
Merged
Show file tree
Hide file tree
Changes from 5 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
1 change: 1 addition & 0 deletions concert_demo_rapps/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
<rocon_app>rapps/notice_meta/notice.rapp</rocon_app>
<rocon_app>rapps/notice_nao/notice_nao.rapp</rocon_app>
<rocon_app>rapps/room_checker/room_checker.rapp</rocon_app>
<rocon_app>rapps/p2p_delivery/p2_delivery.rapp</rocon_app>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p2_delivery 오타있습니다. 수정하면 바로 Merge하겠습니다.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jihoonl 오타라니.. 😅
수정했습니다.

</export>
</package>
19 changes: 19 additions & 0 deletions concert_demo_rapps/rapps/p2p_delivery/p2p_delivery.interface
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
subscribers:
- name: map
type: nav_msgs/OccupancyGrid
- name: map_metadata
type: nav_msgs/MapMetaData
- name: location_list
type: yocs_msgs/WaypointList
- name: global_marker_list
type: ar_track_alvar_msgs/AlvarMarkers
publishers:
- name: robot_pose
type: geometry_msgs/PoseStamped
- name: robot_status
type: simple_delivery_msgs/RobotStatus
services: []
action_clients: []
action_servers:
- name: p2p_delivery_order
type: simple_delivery_msgs/P2PDeliveryOrderAction
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
volume: 80
5 changes: 5 additions & 0 deletions concert_demo_rapps/rapps/p2p_delivery/p2p_delivery.rapp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name : p2p_delivery
display: P2P Delivery
description: Point to point delivery with message.
public_interface: p2p_delivery.interface
public_parameters: p2p_delivery.parameters