ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I solve the problem by add param to callbak function

void MotionCore::_callback_from_perception_obstacle(const std_msgs::StringConstPtr &msg){
    set_current_state();
    set_need_pub_msg_true();
    gen_trajectory();
}