-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1914 from wkentaro/copy-srvs-to-be-deprecated
[Major Release] Copy jsk_pcl_ros/srv and jsk_perception/srv files to jsk_recognition_msgs
- Loading branch information
Showing
25 changed files
with
143 additions
and
4 deletions.
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
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
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
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
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,3 @@ | ||
string filename | ||
--- | ||
geometry_msgs/PolygonStamped points |
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,3 @@ | ||
jsk_recognition_msgs/SnapItRequest request | ||
--- | ||
geometry_msgs/Pose transformation |
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 @@ | ||
geometry_msgs/Point point | ||
--- | ||
bool clicked | ||
int32 index | ||
string msg |
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,4 @@ | ||
sensor_msgs/JointState joint | ||
geometry_msgs/PoseStamped pose | ||
--- | ||
bool result |
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,2 @@ | ||
--- | ||
uint32 environment_id |
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,4 @@ | ||
sensor_msgs/PointCloud2 input | ||
float32 tolerance | ||
--- | ||
sensor_msgs/PointCloud2[] output |
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,4 @@ | ||
sensor_msgs/PointCloud2 reference_cloud | ||
sensor_msgs/PointCloud2 target_cloud | ||
--- | ||
jsk_recognition_msgs/ICPResult result |
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,4 @@ | ||
sensor_msgs/PointCloud2 target_cloud | ||
jsk_recognition_msgs/BoundingBox target_box | ||
--- | ||
jsk_recognition_msgs/ICPResult result |
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 @@ | ||
jsk_recognition_msgs/Rect[] rect | ||
float32 threshold | ||
--- | ||
jsk_recognition_msgs/Rect[] bbox | ||
int64 bbox_count |
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,6 @@ | ||
uint32 environment_id | ||
uint32 plane_index | ||
geometry_msgs/PolygonStamped polygon | ||
--- | ||
bool result | ||
string reason |
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 @@ | ||
Header header | ||
geometry_msgs/Point target_point | ||
byte pick_or_release # 0 -> pick, 1 -> release | ||
--- | ||
bool success |
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,2 @@ | ||
jsk_recognition_msgs/DepthCalibrationParameter parameter | ||
--- |
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,8 @@ | ||
string type | ||
sensor_msgs/Image image | ||
# dimensions of the texture in the real world (in meters) | ||
float32 dimx | ||
float32 dimy | ||
geometry_msgs/Pose relativepose # used to set the coordinate system of the object relative to the texture | ||
string savefilename # if not empty, will save the resulting pp file to here | ||
--- |
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,3 @@ | ||
jsk_footstep_msgs/FootstepArray input | ||
--- | ||
jsk_footstep_msgs/FootstepArray output |
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,4 @@ | ||
# new topics | ||
string camera_info | ||
string points | ||
--- |
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,2 @@ | ||
int32 tower_index | ||
--- |
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,23 @@ | ||
# a service to move robot with tower index | ||
byte ROBOT1=1 | ||
byte ROBOT2=2 | ||
byte ROBOT3=3 | ||
|
||
byte PLATE_SMALL=1 | ||
byte PLATE_MIDDLE=2 | ||
byte PLATE_LARGE=3 | ||
|
||
byte TOWER_LOWEST=1 | ||
byte TOWER_MIDDLE=2 | ||
byte TOWER_HIGHEST=3 | ||
byte TOWER_LOWEST2=1 | ||
|
||
byte OPTION_NONE=0 | ||
byte OPTION_MOVE_INITIAL=1 | ||
|
||
int32 robot_index | ||
int32 plate_index | ||
int32 from_tower | ||
int32 to_tower | ||
int32 option_command | ||
--- |
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,8 @@ | ||
# screen point | ||
float32 x | ||
float32 y | ||
--- | ||
# position in actual world | ||
std_msgs/Header header | ||
geometry_msgs/Point point | ||
geometry_msgs/Vector3 vector |
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 @@ | ||
# UpdatePose.srv | ||
# This service is designed to specify localization | ||
# transformation manually | ||
geometry_msgs/TransformStamped transformation | ||
--- |
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,4 @@ | ||
float32[3] reference_color | ||
sensor_msgs/Image input | ||
--- | ||
sensor_msgs/Image output |
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,4 @@ | ||
float32[3] reference_color | ||
sensor_msgs/PointCloud2 input | ||
--- | ||
sensor_msgs/PointCloud2 output |