Skip to content

Commit

Permalink
Update index.ros.org links
Browse files Browse the repository at this point in the history
Replaces: #2522
  • Loading branch information
tfoote authored Jan 27, 2025
1 parent 2229d6e commit b1224c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ros/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ $ docker-compose rm
### ROS 1 Bridge

To ease ROS 2 migration, [`ros1_bridge`](https://index.ros.org/p/ros1_bridge/github-ros2-ros1_bridge) is a ROS 2 package that provides bidirectional communication between ROS 1 and ROS 2. As a minimal example, given the ROS 2 Dockerfile above, we'll create the ROS 1 equivalent below, and name the Dockerfile appropriately.
To ease ROS 2 migration, [`ros1_bridge`](https://index.ros.org/p/ros1_bridge) is a ROS 2 package that provides bidirectional communication between ROS 1 and ROS 2. As a minimal example, given the ROS 2 Dockerfile above, we'll create the ROS 1 equivalent below, and name the Dockerfile appropriately.

```dockerfile
FROM %%IMAGE%%:noetic
Expand Down Expand Up @@ -250,12 +250,12 @@ services:
[Q&A](https://answers.ros.org/questions/): Ask questions. Get answers
[Forums](https://discourse.ros.org/): Hear the latest discussions
[Blog](http://www.ros.org/news/): Stay up-to-date
[Packages](https://index.ros.org/packages/): Discover indexed packages
[Packages](https://index.ros.org/?search_packages=true): Discover indexed packages
[OSRF](https://www.osrfoundation.org/): Open Source Robotics Foundation
## ROS 2
[Index](https://index.ros.org/doc/ros2/): ROS 2 Documentation
[Index](https://docs.ros.org/doc/ros2/): ROS 2 Documentation
[Design](https://design.ros2.org/): ROS 2 Design Articles
## ROS 1
Expand Down

0 comments on commit b1224c0

Please sign in to comment.