reading parameters from json file
Hello!
I wanted to know if there is a way to read parameters for my ros node from a json file, just like reading from a yaml file?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hello!
I wanted to know if there is a way to read parameters for my ros node from a json file, just like reading from a yaml file?
Have you tried it? JSON can be considered to be a subset of YAML, so a YAML parser should be able to parse a JSON file.
Asked: 2020-01-21 07:20:45 -0600
Seen: 995 times
Last updated: Jan 21 '20