Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed package name and roslaunch/rosrun commands error #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

awiswasi
Copy link

Overview

Upon build and running the package, I noticed an error with the package name that did not match the actual project name. It seems to have been copied from the template provided by ROS (hence m2wr_description).

Changes Made

  • Changed the project name in CMakeLists.txt from m2wr_description to obstacle_avoidance_bot.
  • Changed the project name in package.xml from m2wr_description to obstacle_avoidance_bot.
  • Fixed the roslaunch and rosrun commands with the proper package name that comply with ROS packages good practice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant