Posted by @torthirapol:
Hi,
I am having issues in fleet_adapter_ecobot
Setup
Clone this repository into a workspace
Source Open-RMF
colcon build --packages-up-to fleet_adapter_ecobot --cmake-args -DCMAKE_BUILD_TYPE=Release
Chosen answer
Answer chosen by @torthirapol at 2022-07-04T08:09:03Z.
Answered by @Yadunund:
I think OP is confused over the instruction to “Source Open-RMF”.
If you built Open-RMF from source following the instructions here, you will end up with a workspace ~/rmf_ws/
.
To source this workspace, run the following commands.
cd ~/rmf_ws
source install/setup.bash
Then in the same terminal go to the workspace/folder containing the fleet_adapter_ecobot
package. Then run colcon build --packages-up-to fleet_adapter_ecobot --cmake-args -DCMAKE_BUILD_TYPE=Release