You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello - we are trying to create an AMBF wrapper to test and deploy RL algorithms, and we found your AmbfEnv() class that you specified in ambf_env.py. However, if I run env_test.py I get import errors. Upon closer inspection, it seems like import statements generally fail if it's not from ambf_client or ambf_msgs (e.g. import ambf_world, import ambf_comm all do not work). Is there a fix for this or are we doing something incorrectly from our side? We have ROS and AMBF sourced, and the client works fine otherwise. Thanks!
The text was updated successfully, but these errors were encountered:
Hello, it has been a while since we used this functionality, please try updating your repo to include the commits above and check if this fixes the issue.
Hello - we are trying to create an AMBF wrapper to test and deploy RL algorithms, and we found your
AmbfEnv()
class that you specified inambf_env.py
. However, if I runenv_test.py
I get import errors. Upon closer inspection, it seems like import statements generally fail if it's not fromambf_client
orambf_msgs
(e.g.import ambf_world
,import ambf_comm
all do not work). Is there a fix for this or are we doing something incorrectly from our side? We have ROS and AMBF sourced, and the client works fine otherwise. Thanks!The text was updated successfully, but these errors were encountered: