Skip to content

Commit

Permalink
add-parameters
Browse files Browse the repository at this point in the history
Signed-off-by: jack.song <jack.song@autocore.ai>
  • Loading branch information
shulanbushangshu committed Dec 13, 2022
1 parent c0a1544 commit dc24538
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/contributing/coding-guidelines/ros-nodes/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ For example,there is the yaml configure file about parameters of behavior_path_p
You can use and set parameters by configure file of parameters in node.
## Set parameters by using py
You can set parameters in py by using theses functions:
- os.path.join();
- LaunchConfiguration();
- yaml.safe_load();
- ComposableNode();
- os.path.join()
- LaunchConfiguration()
- yaml.safe_load()
- ComposableNode()
### Set the path of configuration file of parameters
Expand Down

0 comments on commit dc24538

Please sign in to comment.