Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bigprint
Universal_Robots_ROS_Driver
Commits
3a8eea83
Unverified
Commit
3a8eea83
authored
Jan 24, 2020
by
Tom Queen
Committed by
GitHub
Jan 24, 2020
Browse files
Update hardware_interface.cpp
parent
4cf8d6fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
ur_robot_driver/src/ros/hardware_interface.cpp
View file @
3a8eea83
...
...
@@ -448,7 +448,7 @@ void HardwareInterface::write(const ros::Time& time, const ros::Duration& period
{
if
((
runtime_state_
==
static_cast
<
uint32_t
>
(
rtde_interface
::
RUNTIME_STATE
::
PLAYING
)
||
runtime_state_
==
static_cast
<
uint32_t
>
(
rtde_interface
::
RUNTIME_STATE
::
PAUSING
))
&&
robot_program_running_
&&
(
(
non_blocking_read_
&&
packet_read_
)
||
(
!
non_blocking_read_
))
)
robot_program_running_
&&
(
!
non_blocking_read_
||
packet_read_
))
{
if
(
position_controller_running_
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment