Skip to content

Commit

Permalink
PR fix: TODO's -> Github issues...
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettHemes committed Mar 5, 2018
1 parent 4b696f9 commit 0e21dc8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kuka_eki_hw_interface/src/kuka_eki_hw_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ KukaEkiHardwareInterface::~KukaEkiHardwareInterface()

bool KukaEkiHardwareInterface::socket_read_state(std::vector<double> &joint_position)
{
// TODO(BrettHemes): Look into making receive non-blocking?
boost::array<char, 2048> in_buffer;

// Read socket buffer
Expand Down Expand Up @@ -146,8 +145,6 @@ bool KukaEkiHardwareInterface::socket_write_command(const std::vector<double> &j
void KukaEkiHardwareInterface::start()
{
ROS_INFO_NAMED("kuka_eki_hw_interface", "Starting Kuka EKI hardware interface...");
// TODO(BrettHemes): Error handling?
// TODO(BrettHemes): Do these block? Look into implementing non-blocking receives

// Start client to receive joint states
ROS_INFO_NAMED("kuka_eki_hw_interface", "... connecting to EKI joint state server...");
Expand Down

0 comments on commit 0e21dc8

Please sign in to comment.