navigation进阶.ppt

  1. 1、本文档共33页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
navigation进阶

Shedding Light on the ROS Navstack 西北工业大学ROS开发者与学习者廖欣祎 Obstacles Layer Inflation Layer Static Layer Range Sensor Layer Proxemic Layer Claustrophobic Layer class Layer { public: void initialize( LayeredCostmap* parent, std::string name, tf::TransformListener *tf ); virtual void updateBounds( double robot_x, double robot_y, double robot_yaw, double* min_x, double* min_y, double* max_x, double* max_y) {} virtual void updateCosts(Costmap2D master_grid, int min_i, int min_j, int max_i, int max_j) {} /ros-planning/navigation /wg-perception/people /DLu/navigation_layers Overview of ROS NavStack Weighted Sum = oscillation_cost + costmap_cost class TrajectoryCostFunction { ... virtual double scoreTrajectory(Trajectory traj); ... } /DLu/navigation /tree/groovy_plugin_planner /DLu/navigation /tree/groovy_mbsplit /ros-planning/navigation DWA Plugin Planner and MoveBase2 Cornerstone of ROS Open Source Platform Dozens of Supported Hardwares Robots Using ROS Overview of ROS Navigation Overview of ROS Navigation Overview of ROS Navigation 如何理解 ROS navigation nav_core: 使用 pluginlib 定义了 各个组件的接口, 框架重用性的来源,使用dynamic_reconfigure实现 组件行为动态变化 . costmap: 作为 planner 的信息输入, 通过不同的costmap cost 取值方法, 不同的传感器输入, 不同的layer 叠加可以最大程度上定制navigation stack planners: 针对不同的应用场景可以使用不同的planner 或者自己定制 Costmap Data Sources Obstacle Inflation Global Costmap and Plan Standard Navigation Social Navigation Monolithic Costmap Costmap Overlap Limited Update Information Layered Costmaps Two Pass Update Process Layer Combination + = + = Costmap Layers Implementing a Layer Layered Costmaps global_planner BaseLocalPlanner vs. DWALocalPlanner Scoring Trajectories + goal_distance_cost + path_distance_cost + goal_alignment_cost + path_alignment_cost Scoring Different Trajectories Vary x position and x velocity Implementing a Cost Function navigation 逻辑部分---move_base

文档评论(0)

wangyueyue + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档