Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding ros2_control dependency to demos (#74) #76

Merged
merged 1 commit into from
May 10, 2021

Conversation

CSharpRon
Copy link
Contributor

@CSharpRon CSharpRon commented May 10, 2021

One-line addition to the package.xml definition for the demos so that rosdep knows to install the ros2_control package.
Fixes #74

To Test

Since the Docker/Dockerfile performs a clone of the repository@master, you can replace this line locally with my repository and branch and then build and test with Docker.

sed -i 's@git clone https://github.com/ros-simulation/gazebo_ros2_control@git clone --single-branch --branch demo-dependency-fix https://github.com/CSharpRon/gazebo_ros2_control@' Docker/Dockerfile 
cd Docker
docker build -t gazebo_ros2_control_demos:test .
docker run gazebo_ros2_control_demos:test

@ahcorde
Copy link
Collaborator

ahcorde commented May 10, 2021

Thank you @CSharpRon

@ahcorde ahcorde merged commit 449fdc9 into ros-controls:master May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error running gazebo_ros2_control_demo package: error: argument Call invalid choice: control
2 participants