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

how to make a small change to the move_base code with a standard ROS installation

asked 2020-06-15 07:55:50 -0500

mateusguilherme gravatar image

updated 2020-06-15 08:00:05 -0500

Hello

I performed the standard installation of ROS KINETIC following this tutorials (http://wiki.ros.org/catkin/Tutorials/create_a_workspace ; http://wiki.ros.org/kinetic/Installation/Ubuntu). However I would like to make a small change to the move_base code, (being more specific I would like to make a small change to the part of the code of the move_base that calls the my own global planner's make_plan method). Should I download the move_base from github (could someone provide me with the correct link?) to my catkin workspace and recompile with catkin_make? If so, how to make ROS use this new version of move_base recompiled instead of the one that came with the standard installation?

thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-06-15 09:59:32 -0500

pcoenen gravatar image

Navigation Stack on GitHub

ROS will search your ROS_PACKAGE_PATH in order, so packages in your own workspace will be found before the ones in /opt/ros... . Your self-compiled move_base will thus be used automatically instead.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2020-06-15 07:55:50 -0500

Seen: 115 times

Last updated: Jun 15 '20