Skip to content

Commit

Permalink
Fixed some overlooked merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
URJala committed Jul 2, 2024
1 parent ac4448b commit 7be44c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions ur_robot_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,12 @@ ament_python_install_package(${PROJECT_NAME})
# Install executables
install(PROGRAMS
scripts/tool_communication.py
<<<<<<< forward_controller
../examples/examples.py
../examples/load_switch_controller_example.py
../examples/example_movej.py
../examples/example_spline.py
=======
scripts/wait_for_robot_description
scripts/start_ursim.sh
>>>>>>> main
DESTINATION lib/${PROJECT_NAME}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,8 @@ class URPositionHardwareInterface : public hardware_interface::SystemInterface

std::atomic_bool rtde_comm_has_been_started_ = false;

<<<<<<< forward_controller
const std::string PASSTHROUGH_TRAJECTORY_CONTROLLER = "passthrough_controller/passthrough_trajectory_positions_";
=======
urcl::RobotReceiveTimeout receive_timeout_ = urcl::RobotReceiveTimeout::millisec(20);
>>>>>>> main
};
} // namespace ur_robot_driver

Expand Down

0 comments on commit 7be44c5

Please sign in to comment.