gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.17k stars 476 forks source link

'AsValidTopic' is not a member of 'ignition: :transport::v8:: Topicutils #3217

Open Jagrajsinghji opened 2 years ago

Jagrajsinghji commented 2 years ago

Screenshot from 2022-05-09 00-19-05

The build was running successfully, but suddenly from 2 days we are facing some issues while building the project through cmake. The error happens to have in Visual.cc, same file that was changed 2 days ago in this commit. Could the maintainers please look into this? Thanks

alex880317 commented 4 months ago

The function,ignition::transport::TopicUtils::AsValidTopic is not available in gz-transport ignition-transport8_8.0.0 you can find the source code in : (https://github.com/gazebosim/gz-transport) . chang to tag ignition-transport8_8.0.0 ,and then follow the path down to src/TopicUtils.cc.

The solution is chang your ignition-transport version upper than 8.3.0. This function exists in this version.