Posted by @19007162-HeWeiQiang:
Hi,
When i am colon build the rmf_ws, it has failed because of the error: ‘class rmf_traffic::agv::Graph::Lane’ has no member named ‘properties’.
One of my teammate have found dual boot as one of the solution to the problem, but is there other way to solve this? Or is this a problem with my system specification?
My ubuntu 20.04 LTS was run on Vmware Workstation Player 16
Chosen answer
Answer chosen by @19007162-HeWeiQiang at 2021-11-05T10:18:07Z.
Answered by @youliangtan:
The Lane::Properties
member is available on the latest merge: Add lane speed limits to the graph and factor them into the planning by mxgrey · Pull Request #44 · open-rmf/rmf_traffic · GitHub. You might need to git pull (or vcs pull
) to update all your local rmf repo.
Or potentially, you might have installed the rmf debian binaries (e.g. ros-foxy-rmf-*
) locally. This might cause conflict.