You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
max_speed is set to 45 in a YAML file, and the motor typically follows this, but it ignores the limit if the turret is unplugged, moved, and plugged back in. The video shows it moving normally once, and then moving fast while ignoring max_speed.
I used this command to move the turret: rostopic pub --once /projector/projector_servo_pan_joint/command std_msgs/Float64 "data: -1.57"
As the command suggests, the turret typically has a projector attached to it, which is why it moves once it is unplugged, and also the reason why it moving too fast could be problematic.
The text was updated successfully, but these errors were encountered:
Here's a video demonstrating the issue:
https://youtu.be/Ed6hL4YUrWk
max_speed
is set to45
in a YAML file, and the motor typically follows this, but it ignores the limit if the turret is unplugged, moved, and plugged back in. The video shows it moving normally once, and then moving fast while ignoringmax_speed
.I used this command to move the turret:
rostopic pub --once /projector/projector_servo_pan_joint/command std_msgs/Float64 "data: -1.57"
As the command suggests, the turret typically has a projector attached to it, which is why it moves once it is unplugged, and also the reason why it moving too fast could be problematic.
The text was updated successfully, but these errors were encountered: