panda_gazebo/SetJointEfforts Service

File: panda_gazebo/SetJointEfforts.srv

Raw Message Definition

# Service that can be used to control the robot efforts using the panda_control_server.
# NOTE: This is done by publishing the joint efforts commands to the right topics.
string[] joint_names
float64[] joint_efforts
bool wait
---
bool success
string message

Compact Message Definition

string[] joint_names
float64[] joint_efforts
bool wait

bool success
string message