Giter VIP home page Giter VIP logo

Comments (8)

Hlanden avatar Hlanden commented on June 2, 2024 1

Sorry for the late reply.

I had to reinstall Ubuntu 20.04 on my computer for other reasons, and it suddenly worked after the reinstallation...
I'm not really sure why I got this bug...

from zed-ros2-wrapper.

Myzhar avatar Myzhar commented on June 2, 2024

@Hlanden if you solved the issue can you please provide more info in case other users will face it?

from zed-ros2-wrapper.

supergirl-os avatar supergirl-os commented on June 2, 2024

I have met the same issue with you. How did you solve it?

from zed-ros2-wrapper.

Myzhar avatar Myzhar commented on June 2, 2024

Are you using Galactic?

from zed-ros2-wrapper.

supergirl-os avatar supergirl-os commented on June 2, 2024

Yes. But I have solved this question.
Just change the SDK verstion to 3.5 and use the related relased code source.
Then change 'set_on_parameters_set_callback' to 'add_on_set_parameters_callback'.

from zed-ros2-wrapper.

Myzhar avatar Myzhar commented on June 2, 2024

Why did you change the SDK to 3.5? The latest v3.6.3 should work and you can get improved stability

from zed-ros2-wrapper.

supergirl-os avatar supergirl-os commented on June 2, 2024

When I changed the function name, I got the error.

err
So I try to change the version in order to colcon build.

from zed-ros2-wrapper.

Myzhar avatar Myzhar commented on June 2, 2024

When you change the SDK version you must always clean the ROS2 workspace cache, otherwise, CMake continues to search for older library versions.
You must delete the build, install, and log folders. I usually use this simple script:

#!/bin/bash

rm -rf install
rm -rf build
rm -rf log

from zed-ros2-wrapper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.