update file cmake
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
#define ROBOT_BASE_LOCAL_PLANNER_GOAL_FUNCTIONS_H_
|
||||
|
||||
#include <robot/robot.h>
|
||||
#include <nav_msgs/Odometry.h>
|
||||
#include <nav_msgs/Path.h>
|
||||
#include <robot_nav_msgs/Odometry.h>
|
||||
#include <robot_nav_msgs/Path.h>
|
||||
#include <robot_geometry_msgs/PoseStamped.h>
|
||||
#include <robot_geometry_msgs/Twist.h>
|
||||
#include <robot_geometry_msgs/Point.h>
|
||||
@@ -136,7 +136,7 @@ namespace robot_base_local_planner {
|
||||
const robot_costmap_2d::Costmap2D& costmap,
|
||||
const std::string& global_frame,
|
||||
robot_geometry_msgs::PoseStamped& global_pose,
|
||||
const nav_msgs::Odometry& base_odom,
|
||||
const robot_nav_msgs::Odometry& base_odom,
|
||||
double rot_stopped_vel, double trans_stopped_vel,
|
||||
double xy_goal_tolerance, double yaw_goal_tolerance);
|
||||
|
||||
@@ -147,7 +147,7 @@ namespace robot_base_local_planner {
|
||||
* @param trans_stopped_velocity The translational velocity below which the robot is considered stopped
|
||||
* @return True if the robot is stopped, false otherwise
|
||||
*/
|
||||
bool stopped(const nav_msgs::Odometry& base_odom,
|
||||
bool stopped(const robot_nav_msgs::Odometry& base_odom,
|
||||
const double& rot_stopped_velocity,
|
||||
const double& trans_stopped_velocity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user