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

Jacek's profile - activity

2013-01-08 04:54:16 -0500 received badge  Taxonomist
2012-08-29 04:47:16 -0500 received badge  Popular Question (source)
2012-08-29 04:47:16 -0500 received badge  Notable Question (source)
2012-08-29 04:47:16 -0500 received badge  Famous Question (source)
2012-01-19 06:38:14 -0500 answered a question switching global planner

It was first thing I've done. Now it looks like this: private_nh.param("base_global_planner", global_planner, std::string("carrot_planner/CarrotPlanner"));

2012-01-19 06:26:14 -0500 received badge  Student (source)
2012-01-19 06:17:17 -0500 asked a question switching global planner

Hi,

In nav_core default global planner is navfn, but I want to change it to carrot planner or something else (in future it will be my global planner). What I have to change and where?