Skip to content
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
2 changes: 1 addition & 1 deletion msg/ArmControl.msg
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ extend_msgs/BioIKTarget[] targets


# jointStates contains present position of each active joint
float64[] jointStates
float64[] joint_states
10 changes: 5 additions & 5 deletions msg/ArmResponse.msg
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
std_msgs/Header header

# armResponse denotes the state of the physical robot arm
std_msgs/Int16 armResponse
std_msgs/Int16 arm_response

# bioIKResponse denotes the state of the bio IK
std_msgs/Int16 bioIKResponse
std_msgs/Int16 bio_ik_response

# jointStates contains present position (in radians) of each active joint
float64[] jointStates
float64[] joint_states

float64[] jointTorque
float64[] joint_torque

# linkDetails contains the detail such as the name and the Pose of the target link in the physical robot
extend_msgs/LinkDetails[] linkDetails
extend_msgs/LinkDetails[] link_details


# Plan using planner
Expand Down
2 changes: 1 addition & 1 deletion msg/BioIKTarget.msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The name of this goal's end effector link
string linkName
string link_name

# Weight of the current goal
# Goals with a higher weight will have a stronger influence than goals with a smaller weight
Expand Down
8 changes: 4 additions & 4 deletions msg/ConnectionManager.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
string[] connectionQueue
string currentTeleopController
string potentialTeleopController
string[] deregisteredConnections
string[] connection_queue
string current_teleop_controller
string potential_teleop_controller
string[] deregistered_connections
7 changes: 3 additions & 4 deletions msg/ControlDebug.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
std_msgs/Header commandGeneratedTimestamp
std_msgs/Header commandReceivedTimestamp
std_msgs/Header commandProcessedTimestamp

std_msgs/Header command_generated_timestamp
std_msgs/Header command_received_timestamp
std_msgs/Header command_processed_timestamp
6 changes: 3 additions & 3 deletions msg/CortexConfiguration.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
string name
string deviceType
string connectionIP
string rosPort
string device_type
string connection_ip
string ros_port
10 changes: 5 additions & 5 deletions msg/GripperControl.msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
std_msgs/Header header
std_msgs/Bool gripperDigital
std_msgs/Float64 gripperAnalog
std_msgs/Float64 gripperEffort
std_msgs/Int16 gripperPin
float64[] handJointValues
std_msgs/Bool gripper_digital
std_msgs/Float64 gripper_analog
std_msgs/Float64 gripper_effort
std_msgs/Int16 gripper_pin
float64[] hand_joint_values
10 changes: 5 additions & 5 deletions msg/GripperJointInfo.msg
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#Joint positions Values
string[] gripperJointNames
string[] gripper_joint_names

#Joint positions Values
float64[] gripperJointValues
float64[] gripper_joint_values

#Joint Efforts Values
float32[] gripperJointEffortValues
float32[] gripper_joint_effort_values


#Joint Temperature Values
float32[] gripperJointTemperature
float32[] gripper_joint_temperature

#error_code
int32[] gripperJointErrorCode
int32[] gripper_joint_error_code
10 changes: 5 additions & 5 deletions msg/GripperResponse.msg
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
std_msgs/Header header

# ID of the gripper
int32[] gripperID
int32[] gripper_id

#Gripper Type
string[] gripperType
string[] gripper_type

extend_msgs/GripperJointInfo gripperJointInfo
extend_msgs/GripperJointInfo gripper_joint_info

extend_msgs/GripperSensorInfo[] gripperSensorInfo
extend_msgs/GripperSensorInfo[] gripper_sensor_info

int32 gripperError
int32 gripper_error
6 changes: 3 additions & 3 deletions msg/GripperSensorInfo.msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

string gripperSensorLocation
string gripper_sensor_location

geometry_msgs/Vector3[] gripperforceSensorVectorValues
geometry_msgs/Vector3[] gripper_force_sensor_vector_values

int32[] gripperSensorTemperatures
int32[] gripper_sensor_temperatures
2 changes: 1 addition & 1 deletion msg/LinkDetails.msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The name of the link
string linkName
string link_name

# The link pose based on the tf wrt to the base of the robot
geometry_msgs/Pose pose
8 changes: 4 additions & 4 deletions srv/ControlManager.srv
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# 4 : Current Selected Topic for output
# 5 : Delete Topic from the List
# 6 : Control Request Denied Bump the potential controller to next
std_msgs/Int16 operationMode
string instreamTopicName
std_msgs/Int16 operation_mode
string instream_topic_name
---
std_msgs/Int16 responseCode
string outstreamTopic
std_msgs/Int16 response_code
string outstream_topic
6 changes: 3 additions & 3 deletions srv/CortexConfigurationInfo.srv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
string connectionIP
string connection_ip
---
string cortexName
CortexConfiguration[] cortexConfiguration
string cortex_name
CortexConfiguration[] cortex_configuration
2 changes: 1 addition & 1 deletion srv/GetListOfFiles.srv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
string path
---
string[] fileNames
string[] file_names
2 changes: 1 addition & 1 deletion srv/SafetyParameter.srv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
float64[] fs004ThresholdArray
float64[] fs004_threshold_array
---
bool success