mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Bugfixes in URScript commands
This commit is contained in:
@@ -317,7 +317,6 @@ private:
|
||||
}
|
||||
|
||||
void speedInterface(const trajectory_msgs::JointTrajectory::Ptr& msg) {
|
||||
reorder_traj_joints(*msg);
|
||||
double acc = *std::max_element(msg->points[0].accelerations.begin(),
|
||||
msg->points[0].accelerations.end());
|
||||
robot_.setSpeed(msg->points[0].velocities[0],
|
||||
|
||||
Reference in New Issue
Block a user