Skip to content

Commit 92aca72

Browse files
committed
MUST be reverted: Temporary refer to an unmerged branch upstream (to address in PR moveit#700 (comment))
Signed-off-by: Isaac Saito <130s@2000.jukuin.keio.ac.jp>
1 parent bc76674 commit 92aca72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,10 @@
223223
),
224224
"moveit_resources_codedir": (
225225
"https://github.com/"
226-
+ html_context["github_user"]
227-
+ "/moveit_resources/tree/ros2"
226+
# + html_context["github_user"]
227+
+ "130s"
228+
# + "/moveit_resources/tree/ros2"
229+
+ "/moveit_resources/tree/feature-panda-moveit-perception"
228230
+ "/%s",
229231
"",
230232
), # TODO(dlu): use ros_distro when noetic-devel branch is available

0 commit comments

Comments
 (0)