Skip to content

Commit

Permalink
corrected small mistakes, modified mass order at the end effector
Browse files Browse the repository at this point in the history
  • Loading branch information
agathe-balayn committed Jun 8, 2016
1 parent 8330f12 commit 76d6f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ur5_rtt_gazebo_component.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class UR5RttGazeboComponent: public RTT::TaskContext {

data_file.open("/homes/abalayn/workspace/rtt-gazebo-ur5-integration/test_data.txt");
if (!data_file)
RTT::log(RTT::Error) << "The file could not be opened." << RTT::endlog();
RTT::log(RTT::Error) << "The file could not be open." << RTT::endlog();


target_value[0] = 0 ;
Expand Down

0 comments on commit 76d6f95

Please sign in to comment.