Skip to content

Commit

Permalink
fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
Till Beemelmanns committed Oct 21, 2024
1 parent 0b89dc7 commit 10f0c82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
"id": "b8467f63-e4f1-4d68-964b-e9f4d3059b0c",
"metadata": {},
"source": [
"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"
"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"
]
},
{
Expand Down

0 comments on commit 10f0c82

Please sign in to comment.