Closed luis-camero closed 2 months ago
Hi there, does this include the localhost stuff as well?
The localhost
variable is currently not utilized but there are new release coming that will make use of it.
Refer to the latest [Clearpath documentation] for how to add hosts after the 0.2.6
release.
If you are having an issue like the one above, please provide the error output.
I was able to mitigate the issue by removing all the host stuff from system.py, however, when restarting the robot.service, I receive no error but no topics are being published from any of the sensors or the controller.
In that case, the issue is likely not in Clearpath Config
. Try restarting the robot and see if the issue persists. If it does, please contact support@clearpathrobotics.com. We will be able to better support you through these issues there.
Thanks for your time Luis, i did indeed send a support request.
Closing as this has been fixed for a while.
The
0.2.6
release reworked the networking section under thesystem
configuration in order to introduce discovery server support.Therefore, if using an older version of the configuration YAML, you will likely see the following error:
To resolve it, remove the entire
hosts
section.