Wei HU
Wei HU
Hello there, could you provide an update on the current status of this issue? Additionally, I am interested in contributing to this project and would appreciate it if someone could...
Thanks! I will take a try.
> @huweiATgithub can you provide the complete procedure (command line steps) that explain the problem here? 1. having a node with a string type parameter 2. load parameter from a...
> using [fujitatomoya/ros2_test_prover@1fcc859](https://github.com/fujitatomoya/ros2_test_prover/commit/1fcc859c964e3db3fd927385c47a81091c560717) and the following procedure that you provided above, it does not generate the exception. > > ### start the node with string parameter > root@tomoyafujita:~/ros2_ws/colcon_ws# ros2 run...
@fujitatomoya Yes, it works!
I also encountered this error. ## Steps to Reproduce - find python using `find_package(Python COMPONENTS Interpreter Development)` - don't set option `PYBIND11_FINDPYTHON ` - use pybind11 through `add_subdirectory` ## Why...
I believe the particle example itself is not the problem. It is the simplest example that builds a dynamical system with visualization from scratch. What is wrong is the way...