Mickael Gaillard

Results 6 comments of Mickael Gaillard

Same issue... Python 3.5.3 for Debian Testing python3 uboot_mdb_to_image.py < dump-TV-IP672PI.txt > dump.img ... 00f80000 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff...

In design article it say : > must not have an underscore (_) followed by a forward slash (/), i.e. _/ https://github.com/ros2/design/blob/gh-pages/articles/115_topic_and_service_name_mapping.md#ros-2-topic-and-service-name-constraints but in valid example : > foo/_/bar https://github.com/ros2/design/blob/gh-pages/articles/115_topic_and_service_name_mapping.md#ros-2-name-examples...

ind design acticle it say : > must not contain any number of repeated underscores (_) https://github.com/ros2/design/blob/gh-pages/articles/115_topic_and_service_name_mapping.md#ros-2-topic-and-service-name-constraints but in current implementation of Parameter service : `node_->get_name() + "__get_parameters",` https://github.com/ros2/rclcpp/blob/5894a9cd4eb0371e380dcbac73b74efae353fde2/rclcpp/src/rclcpp/parameter_service.cpp It...

Same error with OpenJDK 17 (LTS) ``` java --version openjdk 17.0.3 2022-04-19 OpenJDK Runtime Environment (build 17.0.3+7-Debian-1) OpenJDK 64-Bit Server VM (build 17.0.3+7-Debian-1, mixed mode, sharing) ``` ``` ... -------------------------------------------------------...

work with OpenJDK 11 (LTS) !