MMM-Jasmin

Results 8 comments of MMM-Jasmin

Hi minggangw, thanks for the help! So i tried gcc/g++ 8,9 and 10 and before I went a bit further down into the build process. The created Makefile is trying...

Hey @minggangw, i digged a little bit deeper, but still do not fully understand node-gyp. In the "binding.gyp" is a array of "include_dirs" made namely: > 'ros_version > 2105', #...

Hi @minggangw @wayneparrott when i set the includes directly like this: ``` 'include_dirs': [ "/opt/dev/ros2_humble/install/rcl/include/rcl", "/opt/dev/ros2_humble/install/rcutils/include/rcutils/", "/opt/dev/ros2_humble/install/rmw/include/rmw", "/opt/dev/ros2_humble/install/rcl_yaml_param_parser/include/rcl_yaml_param_parser", "/opt/dev/ros2_humble/install/rosidl_typesupport_interface/include/rosidl_typesupport_interface", "/opt/dev/ros2_humble/install/rcl_action/include/rcl_action", "/opt/dev/ros2_humble/install/action_msgs/include/action_msgs", "/opt/dev/ros2_humble/install/unique_identifier_msgs/include/unique_identifier_msgs", "/opt/dev/ros2_humble/install/builtin_interfaces/include/builtin_interfaces", "/opt/dev/ros2_humble/install/rcl_lifecycle/include/rcl_lifecycle", "/opt/dev/ros2_humble/install/lifecycle_msgs/include/lifecycle_msgs", "/opt/dev/ros2_humble/install/rosidl_runtime_c/include/rosidl_runtime_c", ], ``` it can...

I sourced `local_setup.bash` or `setup.bash` I guess it is not completely the same as if you install it via debian package everything is in /opt/ros/rolling with an include directory following....

Have just rebuild ros2 humble with the `--merge-install` flag and now i also have just the one path in the `$AMENT_PREFIX_PATH` variable. It should work to install the git version...

just a small typo in > (please build wiht flag --merge-install). but thanks :)

Cool thanks for the clarification! It works with --omit=dev. But i guess it is "--only=prod" or "--omit=dev", isn´t it? They documentation now stats both "Install the application: npm install --only=prod...

Hi there! I would also be really interested in an update to a newer Tensorflow version! Some operations are missing and the version here is quite old now. Any idea...