Skip to content

Commit 10f0c82

Browse files
author
Till Beemelmanns
committed
fix dead link
1 parent 0b89dc7 commit 10f0c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

section_1_introduction_and_tools/3_introduction_to_ros1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
"id": "b8467f63-e4f1-4d68-964b-e9f4d3059b0c",
413413
"metadata": {},
414414
"source": [
415-
"Upon calling the `.subscribe()` function, `jupyter-ros` will create a handle to a [rospy](http://wiki.ros.org/rospy) subscriber thread. Hence, JupyRos wraps the `rospy` functionality and extends it for Jupyter Notebook. Note that we did not use the rospy-way of creating a subscriber. We recommend to have a look on the [official documentation](https://wiki.ros.org/ROS/Tutorials/WritingPublisherSubscriber) for rospy, in order to understand how to setup a publisher subscriber in Python. But we will also cover this in the upcoming learning units in this MOOC"
415+
"Upon calling the `.subscribe()` function, `jupyter-ros` will create a handle to a [rospy](http://wiki.ros.org/rospy) subscriber thread. Hence, JupyRos wraps the `rospy` functionality and extends it for Jupyter Notebook. Note that we did not use the rospy-way of creating a subscriber. We recommend to have a look on the [official documentation](https://wiki.ros.org/ROS/Tutorials/WritingPublisherSubscriber%28python%29) for rospy, in order to understand how to setup a publisher subscriber in Python. But we will also cover this in the upcoming learning units in this MOOC"
416416
]
417417
},
418418
{

0 commit comments

Comments
 (0)