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

Added model parameter to the install script #102

Open
wants to merge 2 commits into
base: noetic-devel
Choose a base branch
from

Conversation

ivan140
Copy link

@ivan140 ivan140 commented Jan 13, 2021

Description

When starting different robots with the same bringup.launch file a model parameter can be used to specify the robot in question. For the turtlebot3 an environment variable TURTLEBOT3_MODEL is used with the values burger/waffle/waffle_pi.

This pull request adds the environment variable %PACKAGE_NAME%_MODEL to the install script and also to the start bash script.

Example

rosrun robot_upstart install --model pi myrobot_bringup/launch/base.launch
results inside the start bash script to
export MYROBOT_MODEL=pi

@ivan140
Copy link
Author

ivan140 commented Jun 30, 2021

I now added also a map parameter, so that now the map for the robot can be specified as following

--map_name office

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