-
Notifications
You must be signed in to change notification settings - Fork 11
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
revamp v2 #1
revamp v2 #1
Conversation
Signed-off-by: youliang <[email protected]>
Signed-off-by: youliang <[email protected]>
Signed-off-by: youliang <[email protected]>
Signed-off-by: youliang <[email protected]>
Signed-off-by: youliang <[email protected]>
Signed-off-by: youliang <[email protected]>
Signed-off-by: youliang <[email protected]>
…ndler Signed-off-by: youliang <[email protected]>
Signed-off-by: youliang <[email protected]>
Signed-off-by: youliang <[email protected]>
Signed-off-by: youliang <[email protected]>
Signed-off-by: youliang <[email protected]>
Signed-off-by: youliang <[email protected]>
Signed-off-by: youliang <[email protected]>
Is there a reason for removing sim_server.py? |
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.
@youliangtan The changes here are okay and I trust they have been working well on hardware?
Wondering why ecobot_sim_server.py
was removed? How will users control robots in simulation without this?
The However Iam still pondering whether to re-add and update the |
My recommendation is to definitely keep and it in fact update So along with the change in this PR open-rmf/rmf_demos#140, update the building.yaml to add a cleaning robot which can either be controlled by |
Or maybe add a new package to this repo that will contain a copy of office map, launch files etc to control a robot in simulation using this adapter |
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.
Long overdue merge.
Many thanks @youliangtan for this huge enhancement!
Thanks for merging in, and also the fixes from @JohnTGZ 🙏 |
What's New in
v0.2.0
perform_action
for custom cleaning task. During cleaning, the robot will act as a "readonly" robot, and update a short segment of the trajectory according to its current heading.RmfMapTransform
utils, users have the option to providermf_transform: [150.13, -24.846, 3.13, 0.05090] #[tx, ty, r, s]
in the yaml config file.uninitialized
,offline
,error
,charging
....)--test_api_config_file
arg to test the ecobot fleet adapter in mock mode. This is helpful to test different scenarios on rviz before running on the actual robot.ecobot_fleet_adapter
inoffice.world
Test fleet adapter with office world
Run this example in office world:
Then run the ecobot fleet adapter
For more info, please refer to the readme.