-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with update to 4.9.2 #370
Comments
I got the same xml parse problems after updating (thanks for the quick fix). Using ROS kinetic, I get a slightly different ROS Error on startup: [ROS Error] Unable to find ROS distributions. and the same bunch of warnings. This error is NOT fixed by setting the file path in tools-options-ROS, but does not cause any further trouble (build works fine). |
@pathare535 I just update the installer so let me know if you still have issues with updating. |
I've just tried it, unfortunately it didn't change something for me
But anyways, with the xml.xml changes from pathare535 everything works. |
I have just tried 0.3.9 and it still has the issue. I have briefly used 0.3.8 for a few days (in which it did not work) and before that 0.3.5, where the highlighting worked fine for .urdf, .xacro and .launch files. |
There are two issues here:
The first issue is known. To solve this we have to provide our own syntax files or register the target fie types as XML. The second issue seems to be a one-off case that did not appear again since this. |
After updating to 4.9.2, I started to receive an error that the ROS installation could no be found. specifically the error seen in the messages pane is "[ROS ERROR] ROS does not appear to be installed." A secondary issue I noticed at this time was qt no longer parsing my xml files. I solved this issue first by modifying the default directory where the qt looks for the highlight definitions.
after updating the definitions location I had to navigate to the folder and find xml.xml and in the extensions field highlighted in the screen shot below added .launch, .xacro, and .urdf.
The ROS Error was caused by the wrong file path under the ROS tab in tools > options > ROS. the file path should be as shown in the screen shot below.
once this is fixed reboot qtc and try and build.
The text was updated successfully, but these errors were encountered: