Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Remove deprecated config param (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyackzan authored Jul 29, 2024
1 parent 38a79fb commit a64689a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is a sample user workspace for running MoveIt Pro with a generic Universal Robots (UR) arm.
For more information, refer to the [MoveIt Pro Documentation](https://docs.picknik.ai/).

Instructions for building your own MoveIt Pro configuration can be found [in the getting started guides](https://docs.picknik.ai/en/stable/getting_started/getting_started.html).
Instructions for building your own MoveIt Pro configuration can be found [in the getting started guides](https://docs.picknik.ai/docs/getting_started/setup_tutorials/software_installation/).

MoveIt Pro can be used with real robots and full simulators such as Gazebo and NVIDIA Isaac Sim.
For testing purposes, you can also use the [ROS 2 Control Mock Components](https://control.ros.org/master/doc/ros2_control/hardware_interface/doc/mock_components_userdoc.html), which is what this repo is configured to use.
Expand Down
6 changes: 0 additions & 6 deletions src/picknik_ur_mujoco_config/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,3 @@ ros2_control:
# Optionally configure remapping rules to let multiple controllers receive commands on the same topic.
# [Optional, default=[]]
controller_shared_topics: []

# Octomap manager configuration parameters
octomap_manager:
# Input point cloud topic name. The *output* point cloud topic published by
# the Octomap manager node is defined in sensors_3d.yaml.
input_point_cloud_topic: "/wrist_camera/points"

0 comments on commit a64689a

Please sign in to comment.