Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
modify dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
MengNan-Li committed Jun 2, 2017
1 parent 1c4e694 commit ccf76c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mra_control/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<run_depend>hardware_interface</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>joint_limits_interface</run_depend>
<run_depend>mra_description</run_depend>
<run_depend>mra7a_description</run_depend>
<run_depend>trajectory_msgs</run_depend>
<run_depend>moveit_msgs</run_depend>
<run_depend>mra_basic</run_depend>
Expand Down
2 changes: 1 addition & 1 deletion mra_control/src/mra_hardware_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ MRAHardwareInterface::MRAHardwareInterface():
joint_mode_(1),
loop_hz_(100)
{
mra_basic_config::get_param();

if(mra_basic_config::isDualArm){
ROS_INFO("\033[22;34m[hardware_interface]: Reset dual arms' hardware' %s",Color_end);
Expand Down Expand Up @@ -204,6 +203,7 @@ int main(int argc, char** argv)
spinner.start();

ros::NodeHandle nh;//node registration
mra_basic_config::get_param();

mra_control::MRAHardwareInterface *mra = new mra_control::MRAHardwareInterface();

Expand Down

0 comments on commit ccf76c6

Please sign in to comment.