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

[TNO] Add missing inputs to goal and images to result body #8

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
6 changes: 6 additions & 0 deletions penelope_aerospace_pl_msgs/action/DvmInspect.action
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ SolidPrimitiveStamped allocated_space
# Define the location of the geometry file
string geometry_file_location # e.g. a '.ply' file

# TODO: Add description
string[] dvm_aquisition_parameters_directories
string[] dvm_aquisition_parameters_files

# Define process parameters
# The robot settings
string[] robot_parameters # e.g. 'robot.ini'
Expand All @@ -35,6 +39,8 @@ DvmState[] measurement_state
bool[] measurement_ready
bool[] processed_data_available
bool[] ndt_approved
sensor_msgs/Image[] intensity_map
sensor_msgs/Image[] processed_scan

# Action success/failure indicator.
# Refer to penelope_aerospace_pl_msgs/msg/ResultCodes for defined error codes.
Expand Down
5 changes: 5 additions & 0 deletions penelope_aerospace_pl_msgs/msg/DvmState.msg
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,10 @@ uint8 CANCELLED = 8
uint8 ABORTED = 9
uint8 FAILED = 10
uint8 OFFLINE = 11
uint8 NOTHING_HAPPENING = 12
uint8 MOVING = 13
uint8 SCAN_FINISHED = 15
uint8 SCAN_FAILED = 16
uint8 SCAN_ABORTED = 17

uint8 data
Loading