From 8c5551b00b3eacb8aa3aaa6d529d81c8c0bbef95 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 13 Feb 2024 19:22:02 +0300 Subject: [PATCH] docs: fix anchor link in snippets --- docs/en/snippets.md | 2 +- docs/ru/snippets.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/snippets.md b/docs/en/snippets.md index 3334cd1d9..7fc30619c 100644 --- a/docs/en/snippets.md +++ b/docs/en/snippets.md @@ -489,7 +489,7 @@ Check, if the code is running inside a [Gazebo simulation](simulation.md): is_simulation = rospy.get_param('/use_sim_time', False) ``` -### # #{simulator-interaction} +### # {#simulator-interaction} You can move a physical object (link) in Gazebo (as well as change its velocity) using the `gazebo/set_link_state` service (of the type [`SetLinkState`](http://docs.ros.org/en/api/gazebo_msgs/html/srv/SetLinkState.html)). For example, if you add a cube to the world (link `unit_box::link`), you can move it to the point (1, 2, 3): diff --git a/docs/ru/snippets.md b/docs/ru/snippets.md index 0f85ad4f7..143a40c15 100644 --- a/docs/ru/snippets.md +++ b/docs/ru/snippets.md @@ -500,7 +500,7 @@ param_set(param_id='MPC_Z_P', value=ParamValue(real=1.5)) is_simulation = rospy.get_param('/use_sim_time', False) ``` -### # #{simulator-interaction} +### # {#simulator-interaction} Переместить физический объект (линк) в Gazebo (а также поменять его скорости) можно при помощи сервиса `gazebo/set_link_state` (тип [`SetLinkState`](http://docs.ros.org/en/api/gazebo_msgs/html/srv/SetLinkState.html)). Например, если добавить в мир объект куб (линк `unit_box::link`), то так можно переместить его в точку (1, 2, 3):