Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository contains demonstration applications using the [MuJoCo simulation](https://github.com/NASA-JSC-Robotics/chonkur_l_raile/) of ChonkUR L Rail-E.

This project is intended to be included in an application workspace such as the [clr_dynamic_sim_demo](https://github.com/NASA-JSC-Robotics/clr_dynamic_sim_demo) repository.
This project is intended to be included in an application workspace such as the [clr_ws](https://github.com/NASA-JSC-Robotics/clr_ws/) repository.

## Overview

Expand Down
2 changes: 1 addition & 1 deletion clr_pick_and_place_demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To run this demo on hardware, run the following in a dynamic sim container on th
```bash
ros2 launch clr_deploy clr_hw.launch.py include_mockups_in_description:=true

ros2 launch chonkur_deploy ur_tools.launch.py
ros2 launch chonkur_deploy chonkur_comm.launch.py
```

Then run the following in the dynamic sim container on the console PC:
Expand Down
Loading