PyCharm setup for rmf_core #244
Replies: 2 comments 2 replies
-
I think you'll want to seek advice from pybind11 which is the tool used to create the python bindings. But also please note that the python bindings are provided in the rmf_fleet_adapter_python repository, not in |
Beta Was this translation helpful? Give feedback.
-
Thanks for pointing that out; that was an oversight. Those tabs should be activated now. I've activated the
This is a known issue in the Foxy distribution which should have been fixed in a recent sync. If you haven't updated your foxy distro in a few weeks, then I recommend trying:
If that still fails for some reason, then a sure-fire way to fix that error is to clone the FastRTPS repo into your workspace. |
Beta Was this translation helpful? Give feedback.
-
I am developing a fleet adapter based on
rmf_core
in PyCharm. I want to have autocomplete etc. to ease my development. I followed steps in PyCharm import external library and IDEs and managed to setup the environment for ROS/ROS2. I also added the path tormf_core
into Interpreter Paths as shown in picture below.However, I still get the warning red curvy lines for
FleetState
,RobotState
etc as shown below.Any idea how to resolve that? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions