You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ProjectChrono
Hi everyone,
first of all I would like to thank the hard working of the developers. Secondly, I read that a new visualization module is in-progress in the development branch. As I build the latest state(git hash: 5bb076dadbd590587c837f52f86b0cc7afd2c320) the made demos worked like a charm. Then I tried it in our Chrono based project, I was not able to add the VSG module as a package in our CMakeLists.txt file. As far as I was able to investigate it looks like it's just not added to the chrono-config.cmake (https://github.com/projectchrono/chrono/blob/main/cmake/chrono-config.cmake.in). Am I right or am I missing something obvious to set a project properly? Thanks in advance. Best regards, Daniel
Radu Serban
unread,
Sep 14, 2023, 4:44:07 PM9/14/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ProjectChrono
Hi Daniel,
You are correct, the Chrono::VSG module is currently not included in the Chrono project configuration script and, as such, not yet available for linking in third party projects. This is on my to-do list, and I will hopefully be able to get to
it in the near future.