-
Notifications
You must be signed in to change notification settings - Fork 14
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
jihoonl
merged 6 commits into
robotics-in-concert:concert_common_rapps
from
hughie:concert_common_rapps
Sep 15, 2015
Merged
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
dcd152b
add meta rapp for p2p_delivery
hughie b72a994
add p2p_delivery_sim meta rapp
hughie a55343c
modify subscribers on public interface
hughie 576f440
removed simulation rapp. The rapp will be PRed with actual script.
hughie 5c4c1b7
add p2p delivery rapp in package.xml
hughie 3a6454f
fix syntax error
hughie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
concert_demo_rapps/rapps/p2p_delivery/p2p_delivery.interface
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
volume: 80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p2_delivery
오타있습니다. 수정하면 바로 Merge하겠습니다.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jihoonl 오타라니.. 😅
수정했습니다.