2015-09-09 19:44:50 -0500 | received badge | ● Famous Question (source) |
2015-09-08 20:00:08 -0500 | received badge | ● Notable Question (source) |
2015-09-08 19:23:04 -0500 | received badge | ● Student (source) |
2015-07-25 09:19:40 -0500 | received badge | ● Popular Question (source) |
2015-07-24 11:28:18 -0500 | asked a question | boost::bind with Ros Service I have a ROS Service GripperState And In my main.cpp file I have this line since I need gripper data from robot needs to be passed to service In GripperServer.cpp I have the definition of method gripperControl However it compiles. It doesn't work since boost doesn't pass the placeholders _2 and _3 as references.(I think it creates a copy of each parameter). Is there any way to make this work? |