-
Notifications
You must be signed in to change notification settings - Fork 97
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
rename dependency following recent refactor #17
Conversation
1aa75db
to
fc97ad2
Compare
a12f868
to
8472c94
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing that i missed out. This CI build will fail because of the removal of
- name: checkout
uses: actions/checkout@v2
with:
path: rmf_demos_ws/src/rmf/rmf_demos
from build.yaml
, in #15
This is important so that we are using the current changes in this repo, instead of the rmf.repos
.
f7e2504
to
31dad82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
31dad82
to
9a14ea5
Compare
#15) * account for refactor from building_gazebo_plugins to rmf_building_sim_gazebo_plugins Signed-off-by: Boon Han <charayaphan.nakorn.boon.han@gmail.com> * remove duplicate rmf_demos folders Signed-off-by: Boon Han <charayaphan.nakorn.boon.han@gmail.com>
Signed-off-by: Boon Han <charayaphan.nakorn.boon.han@gmail.com>
Signed-off-by: Boon Han <charayaphan.nakorn.boon.han@gmail.com>
Signed-off-by: Boon Han <charayaphan.nakorn.boon.han@gmail.com>
* Update build.yaml fix build for rmf_demo_panel Signed-off-by: Boon Han <charayaphan.nakorn.boon.han@gmail.com> * further README update to fix panel npm build Signed-off-by: Boon Han <charayaphan.nakorn.boon.han@gmail.com>
9a14ea5
to
556292f
Compare
Bug fix
Fixed bug
Rename dependency to follow refactoring: open-rmf/rmf_traffic_editor#308